-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add new GCI_ constants in particular for InfraRed, and 'standardize' …
…a band-level IMAGERY metadata domain Added values: * GCI_PanBand: Panchromatic band [0.40 - 1.00 um] * GCI_CoastalBand: Coastal band [0.40 - 0.45 um] * GCI_RedEdgeBand: Red-edge band [0.69 - 0.79 um] * GCI_NIRBand: Near-InfraRed (NIR) band [0.75 - 1.40 um] * GCI_SWIRBand: Short-Wavelength InfraRed (SWIR) band [1.40 - 3.00 um] * GCI_MWIRBand: Mid-Wavelength InfraRed (MWIR) band [3.00 - 8.00 um] * GCI_LWIRBand: Long-Wavelength InfraRed (LWIR) band [8.00 - 15 um] * GCI_TIRBand: Thermal InfraRed (TIR) band (MWIR or LWIR) [3 - 15 um] * GCI_OtherIRBand: Other infrared band [0.75 - 1000 um] For spectral bands, the wavelength ranges are indicative only, and may vary depending on sensors. STACIT driver enhanced to map STAC common_name to GCI_ constants gdalinfo -json output enhanced to output STAC common_name from GCI_ constants Items in the IMAGERY band-level metadata domain: - CENTRAL_WAVELENGTH_UM: Central Wavelength in micrometers. - FWHM_UM: Full-width half-maximum (FWHM) in micrometers. Filled by the SENTINEL2 and ENVI drivers (if corresponding metadata items are found in the ENVI header)
- Loading branch information
Showing
21 changed files
with
464 additions
and
100 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.