https://github.com/chavacava/jp2k2ndvi
Utility JP2K to NDVI
https://github.com/chavacava/jp2k2ndvi
image-processing ndvi satellite-imagery
Last synced: 12 months ago
JSON representation
Utility JP2K to NDVI
- Host: GitHub
- URL: https://github.com/chavacava/jp2k2ndvi
- Owner: chavacava
- Created: 2019-05-30T12:54:20.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-31T11:53:55.000Z (about 7 years ago)
- Last Synced: 2025-06-10T14:07:03.160Z (about 1 year ago)
- Topics: image-processing, ndvi, satellite-imagery
- Language: Python
- Size: 3.61 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jp2k2ndvi
Utility JP2K to NDVI
Usage:
```
$ ./JP2K2NDVI red.band.jp2 nir.band.jp2 output
```
Test:
```
$ ./JP2K2NDVI testdata/small_B04.jp2 testdata/small_B08.jp2 small
```