Charles Hessel
Charles Hessel
Sometimes the images obtained with `get_landat.py` are incomplete. For example the command ``` python3 get_landsat.py --lat 35.96 --lon -96.79 --start-date 2020-04-15 --end-date 2020-05-13 --band B4 -o tmp ``` downloads the...
After I upgraded tsd to the last commit 78b0ccae02e8f4b7d9cb535e56ce27199cb2f24f, I got the following error: ``` $ python3 ../../../../tsd/tsd/get_sentinel2.py --lat 49.037670 --lon 3.942441 --start-date 2016-09-05 --end-date 2017-09-15 --band B02 B03 B04...
I can't manage to download Landsat-7 images with tsd. Using the option `--satellite Landsat-7` doesn't seem to work. With the command `python3 tsd/tsd/get_landsat.py --satellite Landsat-7 --geom rio_bounds.geojson --start-date 2000-06-01 --end-date...