.. role:: red .. role:: blue .. role:: navy GeographicLocation ================== :navy:`country` ~~~~~~~~~~~~~~~ .. container:: .. table:: :class: tight-table :widths: 45 45 15 +----------------------------------------------+-----------------------------------------------+----------------+ | **country** | **Description** | **Example** | +==============================================+===============================================+================+ | **Required**: :blue:`False` | Country of the geographic location, should be | United States | | | spelled out in full. Can be a list of | of America | | **Type**: str | list[str] | None | countries. | | | | | | | **Units**: None | | | | | | | | | | | | | | | | | | | | | | | | | | | +----------------------------------------------+-----------------------------------------------+----------------+ :navy:`state` ~~~~~~~~~~~~~ .. container:: .. table:: :class: tight-table :widths: 45 45 15 +----------------------------------------------+-----------------------------------------------+----------------+ | **state** | **Description** | **Example** | +==============================================+===============================================+================+ | **Required**: :blue:`False` | State or province of the geographic location, | [Colorado, | | | should be spelled out in full. Can be a list | Utah] | | **Type**: str | list[str] | None | of states or provinces. | | | | | | | **Units**: None | | | | | | | | | | | | | | | | | | | | | | | | | | | +----------------------------------------------+-----------------------------------------------+----------------+ :navy:`county` ~~~~~~~~~~~~~~ .. container:: .. table:: :class: tight-table :widths: 45 45 15 +----------------------------------------------+-----------------------------------------------+----------------+ | **county** | **Description** | **Example** | +==============================================+===============================================+================+ | **Required**: :blue:`False` | County of the geographic location, should be | [Douglass, | | | spelled out in full. Can be a list of | Fayet] | | **Type**: str | list[str] | None | counties. | | | | | | | **Units**: None | | | | | | | | | | | | | | | | | | | | | | | | | | | +----------------------------------------------+-----------------------------------------------+----------------+ :navy:`township` ~~~~~~~~~~~~~~~~ .. container:: .. table:: :class: tight-table :widths: 45 45 15 +----------------------------------------------+-----------------------------------------------+----------------+ | **township** | **Description** | **Example** | +==============================================+===============================================+================+ | **Required**: :blue:`False` | Township or city name or code. | 090 | | | | | | **Type**: str | list[str] | None | | | | | | | | **Units**: None | | | | | | | | | | | | | | | | | | | | | | | | | | | +----------------------------------------------+-----------------------------------------------+----------------+ :navy:`section` ~~~~~~~~~~~~~~~ .. container:: .. table:: :class: tight-table :widths: 45 45 15 +----------------------------------------------+-----------------------------------------------+----------------+ | **section** | **Description** | **Example** | +==============================================+===============================================+================+ | **Required**: :blue:`False` | Section name or code. | 012 | | | | | | **Type**: str | list[str] | None | | | | | | | | **Units**: None | | | | | | | | | | | | | | | | | | | | | | | | | | | +----------------------------------------------+-----------------------------------------------+----------------+ :navy:`quarter` ~~~~~~~~~~~~~~~ .. container:: .. table:: :class: tight-table :widths: 45 45 15 +----------------------------------------------+-----------------------------------------------+----------------+ | **quarter** | **Description** | **Example** | +==============================================+===============================================+================+ | **Required**: :blue:`False` | Quarter section code. | 400 | | | | | | **Type**: str | list[str] | None | | | | | | | | **Units**: None | | | | | | | | | | | | | | | | | | | | | | | | | | | +----------------------------------------------+-----------------------------------------------+----------------+ :navy:`parcel` ~~~~~~~~~~~~~~ .. container:: .. table:: :class: tight-table :widths: 45 45 15 +----------------------------------------------+-----------------------------------------------+----------------+ | **parcel** | **Description** | **Example** | +==============================================+===============================================+================+ | **Required**: :blue:`False` | Land parcel ID. | 46b29a | | | | | | **Type**: str | list[str] | None | | | | | | | | **Units**: None | | | | | | | | | | | | | | | | | | | | | | | | | | | +----------------------------------------------+-----------------------------------------------+----------------+