hydro-engine icon indicating copy to clipboard operation
hydro-engine copied to clipboard

hydro-engine gives internal server error for downloading rasters such as DEM, soil, landcover

Open Ivar63 opened this issue 4 years ago • 2 comments

As described in the example scripts I prepared an in and output folder for downloading hydrological data such as catchments, rivers, lakes, DEM, landuse, etc.

Recently I received an internal server error when I tried downloading a DEM for a specific catchment. I used the following code in the command line:

hydroengine in/river.json --get-raster dem out/dem.tif 10000 EPSG:4326

Where the .json contains my geographical outlet point of my catchment.

I did manage to download the catchment and river network, however hydro-engine gave an internal server error for the lakes, dem, landuse and soil map.

Ivar63 avatar Dec 04 '20 14:12 Ivar63