Closed cehbrecht closed 5 years ago
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.
poly_centroid
See PR #45.
Looking into this and stumbled upon https://github.com/geomet/geomet. This might solve our problem without having to install GDAL/GEOS libraries.
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.