INSPIRE-MIF / 2017.2

Repository for action 2017.2 on alternative encodings
6 stars 11 forks source link

Looking for howto on data transformation from harmonized to alt. encoding #105

Closed arbakker closed 3 years ago

arbakker commented 3 years ago

@thorsten-reitz Next week I am working with a colleague on a POC project to implement an OGCAPI-Features service with INSPIRE data. The plan is to serve out INSPIRE addresses using the alternative encoding.

As a service provider we receive data in harmonized GML format. Therefore I am looking for an example on how to perform the actual transformation from INSPIRE harmonized GML to alternative encoding. I could not find any examples in this repository, nor through a quick google search. Do you happen to know of any blogpost/documentation describing how to do this?

thorsten-reitz commented 3 years ago

@arbakker I don't think there are public transformation projects from INSPIRE GML to GeoJSON available. I quickly looked into my local resources and also didn't find one that fully follwos the UML-to-GeoJSON encoding rule fully.

There is a lot of material on GeoPackage here:

https://github.com/wetransform-os/geopackage-end

KathiSchleidt commented 3 years ago

@arbakker while I'm unclear on the details of the underlying encoding, I do know that GeoServer will let you activate an OGCAPI-Features endpoint on existing WFS - maybe this is of help?