Skip to content

Commit

Permalink
update division and division_area with new macrohood subtype
Browse files Browse the repository at this point in the history
  • Loading branch information
stepps00 committed Oct 23, 2024
1 parent 8889cf6 commit 3a6a872
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 0 deletions.
22 changes: 22 additions & 0 deletions docs/schema/reference/divisions/division.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ Currently, the following subtypes are available in the `division` feature type:
- `county`
- `localadmin`
- `locality`
- `macrohood`
- `neighborhood`
- `microhood`

Expand Down Expand Up @@ -95,6 +96,7 @@ A country is the largest unit of independent sovereignty. The border of a countr
</table>

A region is the largest administrative unit within most countries and a first-level administrative subdivision. Example: Alberta

</TabItem>

<TabItem value="county" label="county" default>
Expand All @@ -109,6 +111,7 @@ A region is the largest administrative unit within most countries and a first-le


A county is a second-level administrative subdivision. Example: Kings County, NY

</TabItem>

<TabItem value="localadmin" label="localadmin" default>
Expand All @@ -123,6 +126,7 @@ A county is a second-level administrative subdivision. Example: Kings County, NY


Localadmin is a level of government in some parts of the world that contains localities or populated places that themselves have no authority. Often but not exclusively found in Europe. Localadmin is a third-level administrative subdivision. Example: [Paris](https://spelunker.whosonfirst.org/id/1159322569/)

</TabItem>

<TabItem value="locality" label="locality" default>
Expand All @@ -137,6 +141,22 @@ Localadmin is a level of government in some parts of the world that contains loc


A locality is a populated place that may or may not have its own administrative authority. (It won't if it belongs to a localadmin.) Locality may be a third-level administrative subdivision. Example: Taipei

</TabItem>

<TabItem value="macrohood" label="macrohood" default>
<table>
<tbody>
<tr>
<th><code>subtype</code></th>
<td><code>macrohood</code></td>
</tr>
</tbody>
</table>


A macrohood is a super-neighborhood that contains smaller divisions of type neighborhood. Example: BoCoCa (Boerum Hill, Cobble Hill, and Carroll Gardens)

</TabItem>

<TabItem value="neighborhood" label="neighborhood" default>
Expand All @@ -151,6 +171,7 @@ A locality is a populated place that may or may not have its own administrative


A neighborhood is a geographically localized community within a city, town, suburb or rural area, sometimes consisting of a single street and the buildings lining it. Example: Cobble Hill

</TabItem>

<TabItem value="microhood" label="microhood" default>
Expand All @@ -165,6 +186,7 @@ A neighborhood is a geographically localized community within a city, town, subu


A microhood is a mini-neighborhood that is contained within a neighborhood. Example: Gätjensort in Hamburg

</TabItem>
</Tabs>

Expand Down
21 changes: 21 additions & 0 deletions docs/schema/reference/divisions/division_area.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ Currently, the following subtypes are available in the `division_area` feature t
- `county`
- `localadmin`
- `locality`
- `macrohood`
- `neighborhood`

<Tabs>
Expand Down Expand Up @@ -92,6 +93,7 @@ A country is the largest unit of independent sovereignty. The border of a countr
</table>

A region is the largest administrative unit within most countries and a first-level administrative subdivision. Example: Alberta

</TabItem>

<TabItem value="county" label="county" default>
Expand All @@ -106,6 +108,7 @@ A region is the largest administrative unit within most countries and a first-le


A county is a second-level administrative subdivision. Example: Kings County, NY

</TabItem>

<TabItem value="localadmin" label="localadmin" default>
Expand All @@ -120,6 +123,7 @@ A county is a second-level administrative subdivision. Example: Kings County, NY


Localadmin is a level of government in some parts of the world that contains localities or populated places that themselves have no authority. Often but not exclusively found in Europe. Localadmin is a third-level administrative subdivision. Example: [Paris](https://spelunker.whosonfirst.org/id/1159322569/)

</TabItem>

<TabItem value="locality" label="locality" default>
Expand All @@ -134,6 +138,22 @@ Localadmin is a level of government in some parts of the world that contains loc


A locality is a populated place that may or may not have its own administrative authority. (It won't if it belongs to a localadmin.) Locality may be a third-level administrative subdivision. Example: Taipei

</TabItem>

<TabItem value="macrohood" label="macrohood" default>
<table>
<tbody>
<tr>
<th><code>subtype</code></th>
<td><code>macrohood</code></td>
</tr>
</tbody>
</table>


A macrohood is a super-neighborhood that contains smaller divisions of type neighborhood. Example: BoCoCa (Boerum Hill, Cobble Hill, and Carroll Gardens)

</TabItem>

<TabItem value="neighborhood" label="neighborhood" default>
Expand All @@ -148,6 +168,7 @@ A locality is a populated place that may or may not have its own administrative


A neighborhood is a geographically localized community within a city, town, suburb or rural area, sometimes consisting of a single street and the buildings lining it. Example: Cobble Hill

</TabItem>
</Tabs>

Expand Down

0 comments on commit 3a6a872

Please sign in to comment.