The SpatioTemporal Asset Catalog (STAC) family of specifications aim to standardize the way geospatial assets are exposed online and queried.
This repository is for STAC Extensions that Toitū Te Whenua LINZ is working on. These may become STAC Community Extensions if other data managers find them to be useful.
- Aerial Photography: Aerial photography details for photos.
- Camera: Camera details for photos.
- Film: Film details for photos.
- Historical Imagery: Aerial survey photos.
- LINZ: Toitū Te Whenua LINZ-specific settings.
- Quality: Dataset accuracy.
- Scanning: Scanning details for photos.
- Install packages:
npm install
- Run tests:
npm run test
Install packages by running npm install
.
Verify changes by running npm run lint && npm run test
before committing.
To create a release:
- Run
npm version --new-version <patch|minor|major>
which will create a change log commit and version tag. - Run
git push --atomic origin master TAG
(e.g.git push --atomic origin master v0.0.14
) which will trigger a GitHub release job. This will publish the new version to the "gh-pages" branch.
Be sure to add a schemaMap entry to the
validate.sh file with your json-schema
$id
url followed by the path to the json-schema locally. This will allow
npm run test
to use a local json-schema file rather than retrieving a possibly yet
un-published json-schema.
This work is licensed under a Creative Commons Attribution 4.0 International License.