bird-house / emu

PyWPS processes for testing and demo.
http://emu.readthedocs.io/en/latest/
Other
3 stars 10 forks source link

Support WKT as input format in poly_centroid process #49

Closed cehbrecht closed 5 years ago

cehbrecht commented 6 years ago

Description

Currently the poly_centroid process supports only GML/XML as input format. We could extend this for Well-known-txt (WKT), which is easier to type manually in demos.

Additional Information

See PR #45.

Zeitsperre commented 5 years ago

Looking into this and stumbled upon https://github.com/geomet/geomet. This might solve our problem without having to install GDAL/GEOS libraries.