An open API service indexing awesome lists of open source software.

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

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)