Skip to content

Extension for Hyperspectral Imagery, to preserve the wavelength information for Items.

License

Notifications You must be signed in to change notification settings

stac-extensions/hsi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hyperspectral Imagery Extension Specification

This document explains the fields of the Hyperspectral Imagery Extension to a STAC Item. Items wavelengths information is an important metadata to preserve. Hyperspectral Imagery Extension adds hsi:wavelength_min and hsi:wavelength_max Collection / Item Properties or Item Asset Fields to simplify items search. It may be extended with the Electro-Optical Extension Specification which handles bands spectral description.

Item Properties or Asset Fields

Field Name Type Description
hsi:wavelength_min [number] REQUIRED. Min center wavelength of the item, in micrometers (μm)
hsi:wavelength_max [number] REQUIRED. Max center wavelength of the item, in micrometers (μm)

Contributing

All contributions are subject to the STAC Specification Code of Conduct. For contributions, please follow the STAC specification contributing guide Instructions for running tests are copied here for convenience.

Running tests

The same checks that run as checks on PR's are part of the repository and can be run locally to verify that changes are valid. To run tests locally, you'll need npm, which is a standard part of any node.js installation.

First you'll need to install everything with npm once. Just navigate to the root of this repository and on your command line run:

npm install

Then to check markdown formatting and test the examples against the JSON schema, you can run:

npm test

This will spit out the same texts that you see online, and you can then go and fix your markdown or examples.

If the tests reveal formatting problems with the examples, you can fix them with:

npm run format-examples

About

Extension for Hyperspectral Imagery, to preserve the wavelength information for Items.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published