GIS support
#2187
Replies: 2 comments
-
Adding some information for those who are interested in this:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
geoarrow has good support for concrete types(e.g. PointArray) but not for mixed type (e.g. MixedGeometryArray). And it has integrated many useful algorithms from georust/geo. Very convenient to use this crate to extend Datafusion. |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
In many cases, time series data appears along with GIS data, like GPS coordinates. It's a big plus to support GIS data in GreptimeDB. This feature can be divided into serveral parts:
Points
,Polygon
Some Rust crates that maybe useful:
Beta Was this translation helpful? Give feedback.
All reactions