openearth / hydro-engine

Hydro Engine is a service and a command-line tool to query static and dynamic hydrographic data derived from Earth Observations
MIT License
29 stars 9 forks source link

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

Open Ivar63 opened 3 years ago

Ivar63 commented 3 years ago

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.

gena commented 3 years ago

Can you attach the river.json to be able to reproduce this?

gena commented 3 years ago

Ok, no need to attach river.json, I can see it failing on the default files as well.