Browse Source

Merge branch 'main' of github.com:IGSD-UoW/WPD-MobileApp

master
GabrielTrettel 3 years ago
parent
commit
97ff70f402
  1. 45
      db/wp6.sample.capabilities-api.json

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

@ -5,39 +5,52 @@ https: //waterproofing.geog.uni-heidelberg.de/api/hot/capability
"responseData": {
"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": "Pluviometer 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",
"description": "FloodZones Form",
"source": "citizen"
},
{
"code": "PLUVIOMETERS_FORM",
"name": "Pluviometers",
"description": "Pluviometers Form"
"code": "PLUVIOMETER_FORM",
"name": "Pluviometer",
"description": "Pluviometers Form",
"source": "citizen"
},
{
"code": "RAIN_FORM",
"name": "Rain",
"description": "Rain zones Form"
"description": "Rain zones Form",
"source": "citizen"
},
{
"code": "RIVERFLOOD_FORM",
"name": "River Flood",
"description": "River Flood Form"
"description": "River Flood Form",
"source": "citizen"
},
{
"code": "PLUVIOMETERS_REGISTRATION",
"code": "PLUVIOMETER_REGISTRATION",
"name": "Pluviometer registration",
"description": "Pluviometer registration"
"description": "Pluviometer registration",
"source": "citizen"
}
]
},

Loading…
Cancel
Save