-
Notifications
You must be signed in to change notification settings - Fork 57
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
No definition for entire world #243
Comments
Could the bounding box be omitted in the case? |
I don’t mean the |
Ah, sorry. I believe that's a limitation of WKB. @edzer has been trying to formalize this! I tend to prefer |
The spec does not state how to denote the entire world. None of the supported
geometry_types
suffice if the CRS is spheroidal and the edge type is spherical. With a planar edge type, a hacky, conventional way to specify the whole world is to give a ((-180, 90), (-180, -90), (180, -90), (180, 90), (-180, 90)) bounding box, but this is not a reasonable method for a spherical edge type because there is no boundary on the sphere, and two of those “lines” —the poles — are merely points. If you want to carve out a tiny region (such as a 1 m x 1m plot of ocean) and then use a polygon that excludes just that region, then you would have nearly the entire earth, and in the limit, you would have the entire earth, but this is awkward and ad hoc, which means it would be hard for systems to recognize during ingestion.The text was updated successfully, but these errors were encountered: