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

Add region categories json + improvement hierarchy metadata json + correction id to int in json #27

Merged
merged 4 commits into from
Oct 10, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
@@ -1,41 +1,41 @@
{
"11725": {
11725: {
MattF-NSIDC marked this conversation as resolved.
Show resolved Hide resolved
"name": "California",
"code": "US-CA",
"subdivisionType": "adm1",
"shapefileRelativePath": "regionshapefiles/11/region_shapefile_11725.geojson"
},
"11726": {
11726: {
"name": "Colorado",
"code": "US-CO",
"subdivisionType": "adm1",
"shapefileRelativePath": "regionshapefiles/11/region_shapefile_11726.geojson"
},
"12516": {
12516: {
"name": "Pacific Northwest",
"code": "HUC17",
"subdivisionType": "huc2",
"shapefileRelativePath": "regionshapefiles/12/region_shapefile_12516.geojson"
},
"12517": {
12517: {
"name": "California",
"code": "HUC18",
"subdivisionType": "huc2",
"shapefileRelativePath": "regionshapefiles/12/region_shapefile_12517.geojson"
},
"12807": {
12807: {
"name": "Lower Columbia",
"code": "HUC1708",
"subdivisionType": "huc4",
"shapefileRelativePath": "regionshapefiles/12/region_shapefile_12807.geojson"
},
"12809": {
12809: {
"name": "Oregon-Washington Coastal",
"code": "HUC1710",
"subdivisionType": "huc4",
"shapefileRelativePath": "regionshapefiles/12/region_shapefile_12809.geojson"
},
"12815": {
12815: {
"name": "San Joaquin",
"code": "HUC1804",
"subdivisionType": "huc4",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
{
"3701": {
3701: {
"name": "Alberta",
"code": "CA-AB",
"subdivisionType": "adm1",
"shapefileRelativePath": "regionshapefiles/37/region_shapefile_3701.geojson"
},
"24989": {
24989: {
"name": "Catchment HYD78268",
"code": "HYD78268",
"subdivisionType": "hydro5",
"shapefileRelativePath": "regionshapefiles/24/region_shapefile_24989.geojson"
},
"17376": {
17376: {
"name": "Catchment HYD7821",
"code": "HYD7821",
"subdivisionType": "hydro4",
"shapefileRelativePath": "regionshapefiles/17/region_shapefile_17376.geojson"
},
"17381": {
17381: {
"name": "Catchment HYD7826",
"code": "HYD7826",
"subdivisionType": "hydro4",
"shapefileRelativePath": "regionshapefiles/17/region_shapefile_17381.geojson"
},
"15269": {
15269: {
"name": "Catchment HYD782",
"code": "HYD782",
"subdivisionType": "hydro3",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"adm0part": {
"name": "Country area"
},
"adm0": {
"name": "Country"
},
"adm1": {
"name": "State / Country subdivision level 1"
},
"adm1part": {
"name": "State area"
},
"huc2": {
"name": "U.S. Hydrologic Unit Code level 2"
},
"huc4": {
"name": "U.S. Hydrologic Unit Code level 4"
},
"huc6": {
"name": "U.S. Hydrologic Unit Code level 6"
},
"hydro3": {
"name": "Hydrosheds level 3"
},
"hydro4": {
"name": "Hydrosheds level 4"
},
"hydro5": {
"name": "Hydrosheds level 5"
}
}
Original file line number Diff line number Diff line change
@@ -1,17 +1,25 @@
{
"26000": {
"children": {
"11725": {},
"11726": {},
"12516": {
"children": {
"12807": {},
"12809": {}
"adm1": {
"items": {
11725: {},
11726: {}
}
},
"huc2": {
"items": {
12516: {
"huc4": {
"items": {
12807: {},
12809: {}
}
}
},
"12517": {
"children": {
"12815": {}
12517: {
"huc4": {
"items": {
12815: {}
}
}
}
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,67 +1,23 @@
{
"26000": {
"children": {
"11725": {},
"11726": {},
"12516": {
"children": {
"12807": {},
"12809": {}
}
},
"12517": {
"children": {
"12815": {}
}
}
}
},
"26004": {
"children": {
"26102": {
"children": {
"2684": {}
}
},
"2044": {
"children": {
"3908": {}
}
},
"15235": {
"children": {
"17138": {
"children": {
"24134": {}
}
}
}
}
}
},
"26100": {
"children": {
"12518": {
"children": {
"12825": {
"children": {
"13355": {},
"13368": {}
}
}
}
}
"adm1": {
"items": {
3701: {}
}
},
"26101": {
"children": {
"3701": {},
"15269": {
"children": {
"17376": {},
"17381": {
"children": {
"24989": {}
"hydro3": {
"items": {
15269: {
"hydro4": {
"items": {
17376: {},
17381: {
"hydro5": {
"items": {
24989: {
"code": "HYD78268"
}
}
}
}
}
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"26000": {
26000: {
"name": "Western United States",
"code": "USwest",
"subdivisionType": "adm0group",
Expand All @@ -8,7 +8,7 @@
"subdivisionHierarchyRelativePath": "regionhierarchy/region_hierarchy_26000.json",
"shapefileRelativePath": "regionshapefiles/26/region_shapefile_26000.geojson"
},
"26002": {
26002: {
"name": "ASHimalayas",
"code": "ASHimalayas",
"subdivisionType": "adm0group",
Expand All @@ -17,7 +17,7 @@
"subdivisionHierarchyRelativePath": "regionhierarchy/region_hierarchy_26002.json",
"shapefileRelativePath": "regionshapefiles/26/region_shapefile_26002.geojson"
},
"26004": {
26004: {
"name": "AMAndes",
"code": "AMAndes",
"subdivisionType": "adm0group",
Expand All @@ -26,7 +26,7 @@
"subdivisionHierarchyRelativePath": "regionhierarchy/region_hierarchy_26004.json",
"shapefileRelativePath": "regionshapefiles/26/region_shapefile_26004.geojson"
},
"26100": {
26100: {
"name": "USAlaskaWAleutian",
"code": "USAlaskaWAleutian",
"subdivisionType": "adm1part",
Expand All @@ -35,7 +35,7 @@
"subdivisionHierarchyRelativePath": "regionhierarchy/region_hierarchy_26100.json",
"shapefileRelativePath": "regionshapefiles/26/region_shapefile_26100.geojson"
},
"26101": {
26101: {
"name": "AMCanadaW",
"code": "AMCanadaW",
"subdivisionType": "adm0part",
Expand Down