olivierhagolle / Start_maja

To process a Sentinel-2 time series with MAJA cloud detection and atmospheric correction processor
Other
51 stars 15 forks source link

DTM, missing module - osgeo #17

Closed fraunos closed 5 years ago

fraunos commented 5 years ago

Hi, I managed to install maja from binary package - now I'm trying to generate DTM from STRM data. While running python tuilage_mnt_eau_S2.py -p parameters.txt -s 32SNE.txt -m SRTM I get an error No module named osgeo. It was the same with numpy - which was easy to solve with pipenv install numpy. The problem is pip does not find any package named osgeo. Any suggestions?

olivierhagolle commented 5 years ago

Hi, osgeo usually comes with gdal. Installing gdal should also instal osgeo. Hopefully ;) Olivier

fraunos commented 5 years ago

Thanks, I guess it's outside of Your scope then - installing gdal package neither works. Oh, Python dependency management...

fraunos commented 5 years ago

Okay, fixed it with proper pyenv setup - anaconda2