-Required are DEM/DTM satellite data from mountain ranges without glaciers. For example SRTM 30m.
-The data has 3 parameters only. X, Y and Elevation. There is no need for georeference or labels
-I use python 3.6 with tensorflow.keras
Additional questions:
-What data type is most beneficial: .png, .jpg, .tiff, .hgt, ... ?
-Are there other open access opportunities on the web like Google Earth Engine and USGS's Earth Explorer?
-Is it better to download the data to my local storage or import and process it directly from the python notebook via "import srtm" ?
Cheers!