-
-
Notifications
You must be signed in to change notification settings - Fork 56
Redesigning Metadata processing and creating of meta-geometries #71
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
Comments
So the above GeoJSONTables solution works well for a list of Features(meta-geometries). Currently, what all can we have?
https://github.com/Sov-trotter/GeometryBasics.jl/blob/meta_exp/src/metatest.jl is a start. |
I think this is quite needed for a lot of geometries and algorithmic shortcuts. Is the current proposal non-breaking? |
It is breaking indeed. We are moving from something like |
Closing this since we removed the meta interface |
The current metadata handling features have been really interesting and there has been interest to expand it's functionality #50 #49.
The above mentioned issues have been made keeping in mind the heterogeneous nature of geometry/properties data. The present methods don't support this fully.
If I am correct, the way of creating meta-geometries is putting geometries and properties together into a StructArray, which works well for single geometries/properties or homogeneous geometries. The problem arises when we need a heterogeneous geometry with heterogeneous type like #49.
Now this functionality has been tested and implemented here we wish to extend it to GeometryBasics so that other use cases too can benefit from this API.
The text was updated successfully, but these errors were encountered: