CS-SI / eopf-stac-extension

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

eopf-stac-extension

This document explains the fields of the EOPF extension to the SpatioTemporal Asset Catalog (STAC) specification.

EOPF is the framework of Copernicus Sentinel data processors under development by ESA. See EOPF site for context.

It is strongly recommended to use the other STAC extensions eo, view, processing, sat and sci with the eopf extension.

Item Properties or Asset Fields

Field Name Type Description
eopf:data_strip_id string Data strip identification
eopf:data_take_id string Data take identification
eopf:instrument_mode string Instrument mode
eopf:instrument_configuration_id integer Instrument configuration
eopf:origin_datetime datetime ???

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

License:Creative Commons Zero v1.0 Universal