Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

List of all Root regions file example and file examples for list of subdivisions and metadata for each root region. #24

Merged
merged 1 commit into from
Oct 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"11725": {
"name": "California",
"code": "US-CA",
"subdivisionType": "adm1"
},
"11726": {
"name": "Colorado",
"code": "US-CO",
"subdivisionType": "adm1"
},
"12516": {
"name": "Pacific Northwest",
"code": "HUC17",
"subdivisionType": "huc2"
},
"12517": {
"name": "California",
"code": "HUC18",
"subdivisionType": "huc2"
},
"12807": {
"name": "Lower Columbia",
"code": "HUC1708",
"subdivisionType": "huc4"
},
"12809": {
"name": "Oregon-Washington Coastal",
"code": "HUC1710",
"subdivisionType": "huc4"
},
"12815": {
"name": "San Joaquin",
"code": "HUC1804",
"subdivisionType": "huc4"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"3701": {
"name": "Alberta",
"code": "CA-AB",
"subdivisionType": "adm1"
},
"24989": {
"name": "Catchment HYD78268",
"code": "HYD78268",
"subdivisionType": "hydro5"
},
"17376": {
"name": "Catchment HYD7821",
"code": "HYD7821",
"subdivisionType": "hydro4"
},
"17381": {
"name": "Catchment HYD7826",
"code": "HYD7826",
"subdivisionType": "hydro4"
},
"15269": {
"name": "Catchment HYD782",
"code": "HYD782",
"subdivisionType": "hydro3"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"26000": {
"name": "Western United States",
"code": "USwest",
"subdivisionType": "adm0group",
"EPSG": 3857,
"subdivisionListAndMetadataRelativePath": "subdivisionlist/subdivisionlist_26000.json"
},
"26002": {
"name": "ASHimalayas",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What does "AS" stand for here? For the "name" field that we're going to show to users, let's spell it out!

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AS is for Asia, AM for America. I propose to let Karl be in charge of deciding the final names, to avoid spending time on it (even if very small time)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I love that proposal :) 🚀

"code": "ASHimalayas",
"subdivisionType": "adm0group",
"EPSG": 0,
"subdivisionListAndMetadataRelativePath": "subdivisionlist/subdivisionlist_26002.json"
},
"26004": {
"name": "AMAndes",
"code": "AMAndes",
"subdivisionType": "adm0group",
"EPSG": 0,
"subdivisionListAndMetadataRelativePath": "subdivisionlist/subdivisionlist_26004.json"
},
"26100": {
"name": "USAlaskaWAleutian",
"code": "USAlaskaWAleutian",
"subdivisionType": "adm1part",
"EPSG": 0,
"subdivisionListAndMetadataRelativePath": "subdivisionlist/subdivisionlist_26100.json"
},
"26101": {
"name": "AMCanadaW",
"code": "AMCanadaW",
"subdivisionType": "adm0part",
"EPSG": 0,
"subdivisionListAndMetadataRelativePath": "subdivisionlist/subdivisionlist_26101.json"
}
}