Replies: 1 comment
-
Hi Matt. Prism support isn't on the roadmap right now, but if you're interested in giving it a try, I would appreciate if you can report your findings. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm currently working on a project that is using standard GeoJSON for feature storage and manipulation. However, we have been asked to investigate moving to MF-JSON as our data often has a temporal aspect as well. Upon doing some research it looks like MF-JSON has been broken into 2 sub-categories:
This category seems to be largely the same as standard GeoJSON and is designed for moving points over time. i.e. no geometry deformation or rotation
This category enables support for complex geometries over time which may change shape, size, or rotation.
We are already using Geopandas for GeoJSON, and it seems like this library is exactly what we need for the first case and handles Trajectories very well. My question is does this library have any support for the second category of MF-JSON? I have looked through the docs and the code and don't seem to see anything about Prism support.
If the answer to the above is no, are there any plans to implement support for MF-JSON Prism in the future?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions