benoitdm-oslandia / pg_featureserv

Apache License 2.0
1 stars 0 forks source link

Task - Generate simplified geometry on-the-fly for returned objets - study #143

Open nrevelant opened 1 year ago

nrevelant commented 1 year ago

OGC Feature discussions : https://github.com/opengeospatial/ogcapi-features/projects/13?card_filter_query=label%3A%22part+n%3A+geometry+simplification%22 https://github.com/opengeospatial/ogcapi-features/issues/654

benoitdm-oslandia commented 1 year ago

Please check Postgis doc

nrevelant commented 1 year ago

It seems interesting to mention that The orb package is currently used by pg_featureserv. And it seems interesting to mention that this component provides a simplification function like postgis does : https://github.com/paulmach/orb/tree/master/simplify#dp In the case we face performance issues or overload on the database, this could represent a solution.