spaceml-org / GIBS-Downloader

GIBS Downloader is a command-line tool which facilitates the downloading of NASA satellite imagery and offers different functionalities in order to prepare the images for training in a machine learning pipeline.
http://spaceml.org/repo/project/605b7b751644770011e850c3/false/
Apache License 2.0
44 stars 8 forks source link

Simplify Installation #2

Open fernandolis10 opened 3 years ago

fernandolis10 commented 3 years ago

Either package entire tool as a Conda package, or create a requirements.py or requirements.sh that checks for conda or miniconda and installs gdal and all other dependencies in one go

sidgan commented 3 years ago

requirements.txt for python is good. Also for GDAL install and virtual env install, its always best to provide the instructions or directions within the README itself

fernandolis10 commented 3 years ago

Reopening issue as rasterio getting stuck reading and writing large raster datasets