Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improvements geospatial bucketizers #10

Open
ddvlanck opened this issue Nov 22, 2021 · 2 comments
Open

Improvements geospatial bucketizers #10

ddvlanck opened this issue Nov 22, 2021 · 2 comments

Comments

@ddvlanck
Copy link
Contributor

1. Parsing WKT literal that contain extra information

In the case of https://marineregions.org/feed, the wkt literal contains extra information → <http://www.opengis.net/def/crs/OGC/1.3/CRS84> Polygon(180 -42.5802,179.87257 -42.5802,179.87257 -42.86535,180 -42.86535,180 -42.5802). The bucketizer fails to parse this wkt literal.

2. Add support for other geospatial types such as GML

At this moment, only WKT is supported

@ddvlanck
Copy link
Contributor Author

Parsing WKT literals with the coordinate system present in the string is fixed. However, wkt literals with an invalid (?) location, e.g. <http://www.opengis.net/def/crs/OGC/1.3/CRS84> Point( ) are failing.

Should we implement behaviour that when failing to process the property path should result that the LDES member is added to a page, through the fallback mechanism?

@pietercolpaert
Copy link
Member

Yes: we certainly need to be forgiving wrt parsing literals!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants