Skip to content

Commit

Permalink
table updates
Browse files Browse the repository at this point in the history
  • Loading branch information
hmunack committed Mar 17, 2024
1 parent d2533d8 commit ab96c32
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions docs/source/data_tables.rst
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,22 @@ The *global_rivID* table stores the **Geofabric AHGF river name/region code** (h

The global_rivID table only applies to samples from Australia.

.. _global_datasettypeID:

global_datasettypeID table
^^^^^^^^^^^^^^^^^^^^^^^^^^
The *global_datasettypeID* table stores **dataset types**, e.g., pollen. To facilitate data migration where necessary, table structure, primary keys and content resemble Neotoma’s datasettypes table.

.. csv-table::
:file: ./csv_tables/global_datasettypeID.csv
:header-rows: 1

* DSETTYPEID -- A unique identifier (auto-incrementing serial integer)

* DSETTYPE -- Name of dataset type. For available values refer to :ref:`global_datasettypeID_Fields`

* DSTYPNOTE -- Free text dataset note field

.. _spatial_ref_sys:

spatial_ref_sys table
Expand Down Expand Up @@ -682,7 +698,7 @@ The *cabah_elementtypeID* table is a Neotoma-derived lookup table that serves co
.. csv-table::
:file: ./csv_tables/cabah_elementtypeID.csv
:header-rows: 1

DSETTYPEIDDSETTYPEID
* ELEMTYPEID -- A unique identifier (auto-incrementing serial integer)

* ELEMENTYPE -- Name of element type. For available values refer to :ref:`cabah_elementtypeID_Fields`
Expand Down Expand Up @@ -741,7 +757,7 @@ The *cabah_taxagroupID* table is a Neotoma-derived lookup table for compilations

* TXAGRPHDLE -- Three(3)-char taxa group handle (capitals, unique). For available values refer to :ref:`cabah_taxagroupID_Fields`

* ELMTSOURCE -- Is fkey. For available values refer to :ref:`cabah_datasourceID_Fields`
* TXAGRPSRC -- Is fkey. For available values refer to :ref:`cabah_datasourceID_Fields`

.. _cabah_unittypeID:

Expand Down

0 comments on commit ab96c32

Please sign in to comment.