apps.plat.models.py

class apps.plat.models.Plat(id, workflow, plat_name, plat_year, book_name, gov_id, plat_name_standardized)
Parameters:

Relationship fields:

Parameters:

workflow (ForeignKey to ZooniverseWorkflow) – Workflow (related name: plat)

Reverse relationships:

Parameters:
exception DoesNotExist
exception MultipleObjectsReturned
save(*args, **kwargs)

Save the current instance. Override this in a subclass if you want to control the saving process.

The ‘force_insert’ and ‘force_update’ parameters can be used to insist that the “save” must be an SQL insert or update (or equivalent for non-SQL backends), respectively. Normally, they should not be set.

class apps.plat.models.PlatAlternateName(id, workflow, plat, zoon_workflow_id, plat_name, alternate_name, alternate_name_standardized)
Parameters:

Relationship fields:

Parameters:
exception DoesNotExist
exception MultipleObjectsReturned
save(*args, **kwargs)

Save the current instance. Override this in a subclass if you want to control the saving process.

The ‘force_insert’ and ‘force_update’ parameters can be used to insist that the “save” must be an SQL insert or update (or equivalent for non-SQL backends), respectively. Normally, they should not be set.

class apps.plat.models.PlatMapPage(id, plat, page_num, remote_link, page_image_web)
Parameters:

Relationship fields:

Parameters:

plat (ForeignKey to Plat) – Plat (related name: platmappage)

exception DoesNotExist
exception MultipleObjectsReturned
class apps.plat.models.Subdivision(*args, **kwargs)

This is presumed to be a modern Subdivision GIS layer (as opposed to a plat map), but there may be other uses

Parameters:

Relationship fields:

Parameters:

workflow (ForeignKey to ZooniverseWorkflow) – Workflow (related name: subdivision)

Reverse relationships:

Parameters:
exception DoesNotExist
exception MultipleObjectsReturned
save(*args, **kwargs)

Save the current instance. Override this in a subclass if you want to control the saving process.

The ‘force_insert’ and ‘force_update’ parameters can be used to insist that the “save” must be an SQL insert or update (or equivalent for non-SQL backends), respectively. Normally, they should not be set.

class apps.plat.models.SubdivisionAlternateName(id, workflow, subdivision, zoon_workflow_id, subdivision_name, alternate_name, alternate_name_standardized)
Parameters:
  • id (BigAutoField) – Primary key: ID

  • zoon_workflow_id (IntegerField) – Zoon workflow id

  • subdivision_name (CharField) – Subdivision name

  • alternate_name (CharField) – Alternate name

  • alternate_name_standardized (CharField) – Alternate name standardized

Relationship fields:

Parameters:
exception DoesNotExist
exception MultipleObjectsReturned
save(*args, **kwargs)

Save the current instance. Override this in a subclass if you want to control the saving process.

The ‘force_insert’ and ‘force_update’ parameters can be used to insist that the “save” must be an SQL insert or update (or equivalent for non-SQL backends), respectively. Normally, they should not be set.