├── Example_findFootprint.ipynb ├── README.md ├── get_data.py ├── img └── sample_footprint.jpg ├── sample_geojson └── sample_farm.geojson └── utils.py /Example_findFootprint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ellaampy/GEE-to-NPY/HEAD/Example_findFootprint.ipynb -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ellaampy/GEE-to-NPY/HEAD/README.md -------------------------------------------------------------------------------- /get_data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ellaampy/GEE-to-NPY/HEAD/get_data.py -------------------------------------------------------------------------------- /img/sample_footprint.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ellaampy/GEE-to-NPY/HEAD/img/sample_footprint.jpg -------------------------------------------------------------------------------- /sample_geojson/sample_farm.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ellaampy/GEE-to-NPY/HEAD/sample_geojson/sample_farm.geojson -------------------------------------------------------------------------------- /utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ellaampy/GEE-to-NPY/HEAD/utils.py --------------------------------------------------------------------------------