├── 1. Data Ingestion ├── README.md └── image-ingestion │ ├── README.md │ ├── buildvrt │ ├── image-ingestion.yaml │ ├── image-ingestion │ │ ├── Dockerfile │ │ └── image_ingestion.py │ └── run.sh │ └── modis │ ├── image-ingestion.yaml │ ├── image-ingestion │ ├── Dockerfile │ └── image_ingestion.py │ └── run.sh ├── 2. Raster Data Tutorial ├── Cloud Optimized GeoTIFF Usage Demo.ipynb └── README.md ├── 3. Vector Data Tutorial └── README.md ├── 4. Time Series Analysis ├── README.md └── Vegetation Index Temporal Feature Extraction.ipynb ├── LICENSE └── README.md /1. Data Ingestion/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/space-app-challenge-tutorial/HEAD/1. Data Ingestion/README.md -------------------------------------------------------------------------------- /1. Data Ingestion/image-ingestion/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/space-app-challenge-tutorial/HEAD/1. Data Ingestion/image-ingestion/README.md -------------------------------------------------------------------------------- /1. Data Ingestion/image-ingestion/buildvrt/image-ingestion.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/space-app-challenge-tutorial/HEAD/1. Data Ingestion/image-ingestion/buildvrt/image-ingestion.yaml -------------------------------------------------------------------------------- /1. Data Ingestion/image-ingestion/buildvrt/image-ingestion/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/space-app-challenge-tutorial/HEAD/1. Data Ingestion/image-ingestion/buildvrt/image-ingestion/Dockerfile -------------------------------------------------------------------------------- /1. Data Ingestion/image-ingestion/buildvrt/image-ingestion/image_ingestion.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/space-app-challenge-tutorial/HEAD/1. Data Ingestion/image-ingestion/buildvrt/image-ingestion/image_ingestion.py -------------------------------------------------------------------------------- /1. Data Ingestion/image-ingestion/buildvrt/run.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/space-app-challenge-tutorial/HEAD/1. Data Ingestion/image-ingestion/buildvrt/run.sh -------------------------------------------------------------------------------- /1. Data Ingestion/image-ingestion/modis/image-ingestion.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/space-app-challenge-tutorial/HEAD/1. Data Ingestion/image-ingestion/modis/image-ingestion.yaml -------------------------------------------------------------------------------- /1. Data Ingestion/image-ingestion/modis/image-ingestion/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/space-app-challenge-tutorial/HEAD/1. Data Ingestion/image-ingestion/modis/image-ingestion/Dockerfile -------------------------------------------------------------------------------- /1. Data Ingestion/image-ingestion/modis/image-ingestion/image_ingestion.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/space-app-challenge-tutorial/HEAD/1. Data Ingestion/image-ingestion/modis/image-ingestion/image_ingestion.py -------------------------------------------------------------------------------- /1. Data Ingestion/image-ingestion/modis/run.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/space-app-challenge-tutorial/HEAD/1. Data Ingestion/image-ingestion/modis/run.sh -------------------------------------------------------------------------------- /2. Raster Data Tutorial/Cloud Optimized GeoTIFF Usage Demo.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/space-app-challenge-tutorial/HEAD/2. Raster Data Tutorial/Cloud Optimized GeoTIFF Usage Demo.ipynb -------------------------------------------------------------------------------- /2. Raster Data Tutorial/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/space-app-challenge-tutorial/HEAD/2. Raster Data Tutorial/README.md -------------------------------------------------------------------------------- /3. Vector Data Tutorial/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/space-app-challenge-tutorial/HEAD/3. Vector Data Tutorial/README.md -------------------------------------------------------------------------------- /4. Time Series Analysis/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/space-app-challenge-tutorial/HEAD/4. Time Series Analysis/README.md -------------------------------------------------------------------------------- /4. Time Series Analysis/Vegetation Index Temporal Feature Extraction.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/space-app-challenge-tutorial/HEAD/4. Time Series Analysis/Vegetation Index Temporal Feature Extraction.ipynb -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/space-app-challenge-tutorial/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IBM/space-app-challenge-tutorial/HEAD/README.md --------------------------------------------------------------------------------