Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dubadub/aster_processor
A script to build ASTER Mineral Indices based on ASTER Surface Reflectance and ASTER Surface Emissivity data.
https://github.com/dubadub/aster_processor
Last synced: 17 days ago
JSON representation
A script to build ASTER Mineral Indices based on ASTER Surface Reflectance and ASTER Surface Emissivity data.
- Host: GitHub
- URL: https://github.com/dubadub/aster_processor
- Owner: dubadub
- License: mit
- Created: 2019-08-10T12:27:41.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-08-10T12:38:31.000Z (over 5 years ago)
- Last Synced: 2024-12-24T06:36:34.664Z (18 days ago)
- Language: Python
- Homepage:
- Size: 17.6 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
A script to build ASTER Mineral Indices based on [ASTER Surface Reflectance](https://lpdaac.usgs.gov/products/ast_07xtv003/) and [ASTER Surface Emissivity](https://lpdaac.usgs.gov/products/ast_05v003/) data.
A list of indices based on [ASTER Mineral Index Processing Manual](https://data.gov.au/dataset/ds-ga-a05f7892-da28-7506-e044-00144fdd4fa6) by Aleks Kalinowski and Simon Oliver.
### How to run it
First, install dependencies: `pip install numpy rasterio`.
Place your source files under `data` directory and run `python main.py` to generate indices into `output` directory.