lowercase granularity names

Former-commit-id: a44cb8aeb64157c8d35f2460121bf4aad3d1bf3f
This commit is contained in:
Michael T. Kelbaugh
2020-02-12 10:33:59 -05:00
parent 7008e10d2d
commit 0e5acf13b9
4 changed files with 5 additions and 5 deletions

View File

@@ -5,7 +5,7 @@
"type": "object",
"properties":{
"data": {"type": "object"},
"granularity": {"type": "string", "value": "latlon"}
"granularity": {"type": "string", "value": "huc8"}
}
},
"evaporation": {

View File

@@ -5,14 +5,14 @@
"type": "object",
"properties":{
"data": {"type": "object"},
"granularity": {"type": "string", "value": "county"}
"granularity": {"type": "string", "value": "nerc"}
}
},
"thermo_water": {
"type": "object",
"properties":{
"data": {"type": "object"},
"granularity": {"type": "string", "value": "HUC8"}
"granularity": {"type": "string", "value": "nerc"}
}
}
},