├── LICENSE ├── README.md ├── Sentinel2.ipynb ├── data └── gapminder_all.csv ├── postBuild └── requirements.txt /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binder-examples/getting-data/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binder-examples/getting-data/HEAD/README.md -------------------------------------------------------------------------------- /Sentinel2.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binder-examples/getting-data/HEAD/Sentinel2.ipynb -------------------------------------------------------------------------------- /data/gapminder_all.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binder-examples/getting-data/HEAD/data/gapminder_all.csv -------------------------------------------------------------------------------- /postBuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binder-examples/getting-data/HEAD/postBuild -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binder-examples/getting-data/HEAD/requirements.txt --------------------------------------------------------------------------------