Skip to content

Commit

Permalink
Simplify field names and paths
Browse files Browse the repository at this point in the history
  • Loading branch information
mfisher87 committed Oct 25, 2023
1 parent 952a0d9 commit 887e852
Showing 1 changed file with 30 additions and 35 deletions.
65 changes: 30 additions & 35 deletions data/regions/root.json
Original file line number Diff line number Diff line change
@@ -1,47 +1,42 @@
{
"26000": {
"name": "Western United States",
"code": "USwest",
"subdivisionType": "adm0group",
"CRS": "EPSG:3857",
"subdivisionListAndMetadataRelativePath": "regionlist/region_list_26000.json",
"subdivisionHierarchyRelativePath": "regionhierarchy/region_hierarchy_26000.json",
"shapefileRelativePath": "regionshapefiles/26/region_shapefile_26000.geojson"
"longName": "Western United States",
"shortName": "USwest",
"crs": "EPSG:3857",
"subregionsRelativePath": "./26000.json",
"subregionsHierarchyRelativePath": "./26000_hierarchy.json",
"shapeRelativePath": "./shapes/26/26000.geojson"
},
"26002": {
"name": "ASHimalayas",
"code": "ASHimalayas",
"subdivisionType": "adm0group",
"CRS": "",
"subdivisionListAndMetadataRelativePath": "regionlist/region_list_26002.json",
"subdivisionHierarchyRelativePath": "regionhierarchy/region_hierarchy_26002.json",
"shapefileRelativePath": "regionshapefiles/26/region_shapefile_26002.geojson"
"longName": "Himalayas",
"shortName": "ASHimalayas",
"crs": "EPSG:3857",
"subregionsRelativePath": "./26002.json",
"subregionsHierarchyRelativePath": "./26002_hierarchy.json",
"shapeRelativePath": "./shapes/26/26002.geojson"
},
"26004": {
"name": "AMAndes",
"code": "AMAndes",
"subdivisionType": "adm0group",
"CRS": "",
"subdivisionListAndMetadataRelativePath": "regionlist/region_list_26004.json",
"subdivisionHierarchyRelativePath": "regionhierarchy/region_hierarchy_26004.json",
"shapefileRelativePath": "regionshapefiles/26/region_shapefile_26004.geojson"
"longName": "Andes",
"shortName": "AMAndes",
"crs": "EPSG:3857",
"subregionsRelativePath": "./26004.json",
"subregionsHierarchyRelativePath": "./26004_hierarchy.json",
"shapeRelativePath": "./shapes/26/26004.geojson"
},
"26100": {
"name": "USAlaskaWAleutian",
"code": "USAlaskaWAleutian",
"subdivisionType": "adm1part",
"CRS": "",
"subdivisionListAndMetadataRelativePath": "regionlist/region_list_26100.json",
"subdivisionHierarchyRelativePath": "regionhierarchy/region_hierarchy_26100.json",
"shapefileRelativePath": "regionshapefiles/26/region_shapefile_26100.geojson"
"longName": "Alaska",
"shortName": "USAlaskaWAleutian",
"crs": "EPSG:3857",
"subregionsRelativePath": "./26100.json",
"subregionsHierarchyRelativePath": "./26100_hierarchy.json",
"shapeRelativePath": "./shapes/26/26100.geojson"
},
"26101": {
"name": "AMCanadaW",
"code": "AMCanadaW",
"subdivisionType": "adm0part",
"CRS": "",
"subdivisionListAndMetadataRelativePath": "regionlist/region_list_26101.json",
"subdivisionHierarchyRelativePath": "regionhierarchy/region_hierarchy_26101.json",
"shapefileRelativePath": "regionshapefiles/26/region_shapefile_26101.geojson"
"longName": "Canada",
"shortName": "AMCanadaW",
"crs": "EPSG:3857",
"subregionsRelativePath": "./26101.json",
"subregionsHierarchyRelativePath": "./26101_hierarchy.json",
"shapeRelativePath": "./shapes/26/26101.geojson"
}
}

0 comments on commit 887e852

Please sign in to comment.