Browse Source

updating capalities-api json sample

master
analuizaff 3 years ago
parent
commit
1b2dfba23c
  1. 39
      db/wp6.sample.capabilities-api.json

39
db/wp6.sample.capabilities-api.json

@ -5,39 +5,52 @@ https: //waterproofing.geog.uni-heidelberg.de/api/hot/capability
"responseData": { "responseData": {
"array_to_json": [ "array_to_json": [
{ {
"code": "vegetation_sp_wsg84",
"name": "Vegetation_SP_WSG84 sh file",
"description": "Vegetation_SP_WSG84 shape file"
"code": "FLOODZONES_OFFICIAL",
"name": "Flooding susceptible areas",
"description": "CPRM areas with classes of susceptibility to flooding",
"source": "CPRM"
}, },
{ {
"code": "FLOODZONES_FORM",
"name": "Flood Zones Form",
"description": "FloodZones Form"
"code": "PLUVIOMETERS_OFFICIAL",
"name": "Rainfall stations",
"description": "Rainfall stations",
"source": "CEMADEN"
},
{
"code": "WEATHER_FORECAST",
"name": "Weather forecast",
"description": "Weather forecast",
"source": ""
}, },
{ {
"code": "susceptibilidade_inundacao",
"name": "Áreas com Suscetibilidade a Inundação",
"description": "CPRM areas with classes of susceptibility to flooding"
"code": "FLOODZONES_FORM",
"name": "Flood Zones Form",
"description": "FloodZones Form",
"source": "citizen"
}, },
{ {
"code": "PLUVIOMETERS_FORM", "code": "PLUVIOMETERS_FORM",
"name": "Pluviometers", "name": "Pluviometers",
"description": "Pluviometers Form"
"description": "Pluviometers Form",
"source": "citizen"
}, },
{ {
"code": "RAIN_FORM", "code": "RAIN_FORM",
"name": "Rain", "name": "Rain",
"description": "Rain zones Form"
"description": "Rain zones Form",
"source": "citizen"
}, },
{ {
"code": "RIVERFLOOD_FORM", "code": "RIVERFLOOD_FORM",
"name": "River Flood", "name": "River Flood",
"description": "River Flood Form"
"description": "River Flood Form",
"source": "citizen"
}, },
{ {
"code": "PLUVIOMETERS_REGISTRATION", "code": "PLUVIOMETERS_REGISTRATION",
"name": "Pluviometer registration", "name": "Pluviometer registration",
"description": "Pluviometer registration"
"description": "Pluviometer registration",
"source": "citizen"
} }
] ]
}, },

Loading…
Cancel
Save