mirror of
https://github.com/JHUAPL/SIMoN.git
synced 2026-01-09 14:57:56 -05:00
lowercase granularity names
Former-commit-id: a44cb8aeb64157c8d35f2460121bf4aad3d1bf3f
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
"type": "object",
|
||||
"properties":{
|
||||
"data": {"type": "object"},
|
||||
"granularity": {"type": "string", "value": "latlon"}
|
||||
"granularity": {"type": "string", "value": "huc8"}
|
||||
}
|
||||
},
|
||||
"evaporation": {
|
||||
|
||||
@@ -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"}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user