Skip to content

Commit

Permalink
Merge pull request #29 from nsidc/revise-hierarchy-json
Browse files Browse the repository at this point in the history
Update region hierarchy to explicitly pattern regions and collections
  • Loading branch information
mfisher87 authored Oct 12, 2023
2 parents 28e6e05 + 82aa5a6 commit fbf8b22
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 35 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: "Region Hierarchy JSON Specification"
date: "2023-10-09"
author:
- name: "Sebastien Lenard"
orcid: "0000-0003-3358-7197"
- name: "Matt Fisher"
orcid: "0000-0003-3260-5445"
citation: true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,24 +1,30 @@
{
"adm1": {
"items": {
"11725": {},
"11726": {}
}
},
"huc2": {
"items": {
"12516": {
"huc4": {
"items": {
"12807": {},
"12809": {}
"collections": {
"adm1": {
"regions": {
"11725": {},
"11726": {}
}
},
"huc2": {
"regions": {
"12516": {
"collections": {
"huc4": {
"regions": {
"12807": {},
"12809": {}
}
}
}
}
},
"12517": {
"huc4": {
"items": {
"12815": {}
},
"12517": {
"collections": {
"huc4": {
"regions": {
"12815": {}
}
}
}
}
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,20 +1,24 @@
{
"adm1": {
"items": {
"3701": {}
}
},
"hydro3": {
"items": {
"15269": {
"hydro4": {
"items": {
"17376": {},
"17381": {
"hydro5": {
"items": {
"24989": {
"code": "HYD78268"
"collections": {
"adm1": {
"regions": {
"3701": {}
}
},
"hydro3": {
"regions": {
"15269": {
"collections": {
"hydro4": {
"regions": {
"17376": {},
"17381": {
"collections": {
"hydro5": {
"regions": {
"24989": {}
}
}
}
}
}
Expand Down

0 comments on commit fbf8b22

Please sign in to comment.