https://github.com/opengeospatial/ets-eo-geojson10
Executable Test Suite for EO GeoJSON 1.0
https://github.com/opengeospatial/ets-eo-geojson10
Last synced: 3 months ago
JSON representation
Executable Test Suite for EO GeoJSON 1.0
- Host: GitHub
- URL: https://github.com/opengeospatial/ets-eo-geojson10
- Owner: opengeospatial
- License: apache-2.0
- Created: 2022-03-08T20:35:49.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-14T14:06:16.000Z (over 1 year ago)
- Last Synced: 2025-07-10T15:44:56.255Z (12 months ago)
- Language: Java
- Size: 906 KB
- Stars: 1
- Watchers: 8
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
README
= Test Suite for the OGC EO Dataset Metadata GeoJSON(-LD) Encoding Standard
== Scope
This executable test suite is for version 1.0 of the OGC EO Dataset Metadata GeoJSON(-LD) Encoding Standard.
Visit the http://opengeospatial.github.io/ets-eo-geojson10/[project documentation website]
for more information, including the API documentation.
== How to build the test suite
The test suite is built using https://maven.apache.org/[Apache Maven v3].
== How to run the test suite
The options for running the suite are summarized in
include::src/site/asciidoc/how-to-run-the-tests.adoc[]
== How to contribute
If you would like to get involved, you can:
* https://github.com/opengeospatial/ets-eo-geojson10/issues[Report an issue] such as a defect or
an enhancement request
* Help to resolve an https://github.com/opengeospatial/ets-eo-geojson10/issues?q=is%3Aopen[open issue]
* Fix a bug: Fork the repository, apply the fix, and create a pull request
* Add new tests: Fork the repository, implement and verify the tests on a new topic branch,
and create a pull request (don't forget to periodically rebase long-lived branches so
there are no extraneous conflicts)