Local services REST services

Usage: query arguments are - for all REST services: agg= [min,max,mean,stddev] lat= lon= radius= (value is given in m)

  • for topography_srtm: relative= [True|False]

  • for population_number, stable_nightlights: year= (for population_number: 1975, 1990, 2000, 2015 for stable_nightlights: 1992-2013)

  • ecoregion: description=[True|False]

Examples: see service URLs from https://toar-data-dev.fz-juelich.de/api/v2/geolocation_urls/

GET /
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

[
    "User interface APIs:",
    {
        "major_road": "https://toar-data.fz-juelich.de/geopeas/api/v1/major_road/?lat=50.909637703990136&lon=6.406305214120635",
        "population_density": "https://toar-data.fz-juelich.de/geopeas/api/v1/population_density/?lat=50.909637703990136&lon=6.406305214120635&year=2000",
        "topography_srtm": "https://toar-data.fz-juelich.de/geopeas/api/v1/topography_srtm/?lat=50.909637703990136&lon=6.406305214120635&relative=False",
        "stable_nightlights": "https://toar-data.fz-juelich.de/geopeas/api/v1/stable_nightlights/?lat=50.909637703990136&lon=6.406305214120635&year=2012",
        "ecoregion": "https://toar-data.fz-juelich.de/geopeas/api/v1/ecoregion/?lat=50.909637703990136&lon=6.406305214120635&description=False",
        "climatic_zone": "https://toar-data.fz-juelich.de/geopeas/api/v1/climatic_zone/?lat=50.909637703990136&lon=6.406305214120635",
        "nox_emissions": "https://toar-data.fz-juelich.de/geopeas/api/v1/nox_emissions/?lat=50.909637703990136&lon=6.406305214120635&year=2012",
        "htap_region_tier1": "https://toar-data.fz-juelich.de/geopeas/api/v1/htap_region_tier1/?lat=50.909637703990136&lon=6.406305214120635&country=DE",
        "population_number": "https://toar-data.fz-juelich.de/geopeas/api/v1/population_number/?lat=50.909637703990136&lon=6.406305214120635&year=2000",
        "landcover": "https://toar-data.fz-juelich.de/geopeas/api/v1/landcover/?lat=50.909637703990136&lon=6.406305214120635&description=False&year=2012"
    }
]