We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A couple of the GeoJSON polygons extracted from the shapefile give warnings like
INFO:shapely.geos:Ring Self-intersection at or near point 32.453069177254385 62.062804436767827
when read with shapely. It's easy enough to fix this (see
rantanenurageo/cldfbench_rantanenurageo.py
Lines 102 to 112 in 53ca334
But maybe you'd want to fix this upstream, i.e. in the Geographic Database?
The text was updated successfully, but these errors were encountered:
This question is probably for @tjrant
Sorry, something went wrong.
tjrant
No branches or pull requests
A couple of the GeoJSON polygons extracted from the shapefile give warnings like
when read with shapely. It's easy enough to fix this (see
rantanenurageo/cldfbench_rantanenurageo.py
Lines 102 to 112 in 53ca334
).
But maybe you'd want to fix this upstream, i.e. in the Geographic Database?
The text was updated successfully, but these errors were encountered: