opengeospatial / geoapi

GeoAPI provides a set of interfaces in programming languages (currently Java and Python) for geospatial applications. The GeoAPI interfaces closely follow OGC specifications, adaptated to match the expectations of programmers.
http://www.geoapi.org
Apache License 2.0
118 stars 37 forks source link

Compare org.opengis.feature package with OGC 17-069 #61

Open desruisseaux opened 4 years ago

desruisseaux commented 4 years ago

Verify how OGC API - Features - Part 1: Core could apply to the org.opengis.feature package. The OGC API specification seems to be for web API, while GeoAPI uses abstract specifications as its source (in this case, ISO 19109). But we should verify at least that the abstract concepts are similar. In case of overlaps between OGC 17-069 and ISO 19109, I suggest that ISO 19109 should prevail in GeoAPI case. But that would be a question to add in comments below if we find such overlaps.

This issue is related to #32.