pytroll / fogpy

Satellite based fog and low stratus detection and nowcasting
http://fogpy.readthedocs.io/en/latest
GNU General Public License v3.0
20 stars 10 forks source link

More flexible digital elevation model (DEM) location #63

Closed gerritholl closed 4 years ago

gerritholl commented 4 years ago

The location from which the Digital Elevation Model (DEM) is taken needs to be more flexible. Currently it is hardcoded in the yaml file, for one region (Europe) for a 1 km grid, and the data are not easily available. Instead this data should be dynamically downloaded as needed. For pyspectral, aux data are downloaded from zenodo.

gerritholl commented 4 years ago

This was fixed by #67.