https://github.com/opengeospatial/ets-gmljpx20
Conformance Test Suite - GML in JPEG 2000
https://github.com/opengeospatial/ets-gmljpx20
Last synced: 6 months ago
JSON representation
Conformance Test Suite - GML in JPEG 2000
- Host: GitHub
- URL: https://github.com/opengeospatial/ets-gmljpx20
- Owner: opengeospatial
- License: other
- Created: 2015-09-21T21:25:04.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2025-03-14T13:43:48.000Z (over 1 year ago)
- Last Synced: 2025-03-14T14:33:32.423Z (over 1 year ago)
- Language: Java
- Size: 15.1 MB
- Stars: 2
- Watchers: 15
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE.txt
Awesome Lists containing this project
README
= Conformance Test Suite - GML in JPEG 2000
== Scope
This test suites checks JPEG 2000 image data for conformance against _OGC GML
in JPEG 2000 (GMLJP2) Encoding Standard Part 1_ http://docs.opengeospatial.org/is/08-085r4/08-085r8.html[OGC 08-085r8].
The nominal conformance target is a software component (an application or library)
that can produce JPEG 2000 codestreams containing supplementary geospatial metadata.
Visit the http://opengeospatial.github.io/ets-gmljpx20/[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-gmljpx20/issues[Report an issue] such as a defect or
an enhancement request
* Help to resolve an https://github.com/opengeospatial/ets-gmljpx20/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)