rapidsai / cuspatial

CUDA-accelerated GIS and spatiotemporal algorithms
https://docs.rapids.ai/api/cuspatial/stable/
Apache License 2.0
600 stars 151 forks source link

Create Geometry Objects? [QST] #91

Closed achapkowski closed 2 years ago

achapkowski commented 4 years ago

What is your question? I see you feed in numpy array, but since a shapely object or arcgis object is the most common geometry object, would it be better to feed in the object type into a column and convert it on the fly?

zhangjianting commented 4 years ago

Thanks for the suggestion. We are developing a shapefile reader for polygons(which can also be applied to polylines) and the PR is under review. https://github.com/rapidsai/cuspatial/pull/86.

zhangjianting commented 4 years ago

Andrew: do you think you can take the lead on this? We are under very strict resource constraints and community contributions are extremely welcomed. --Jianting

zhangjianting commented 4 years ago

@thomcom @achapkowski I took at quick look at Fiona. I think the framework underneath can be used to convert cudf columns into python objects to get cuSpatial results back to third-party Python applications for additional processing. We need data flows both in and out of Python objects to interoperate with existing Python geospatial packages (at least for now).

github-actions[bot] commented 3 years ago

This issue has been marked stale due to no recent activity in the past 30d. Please close this issue if no further response or action is needed. Otherwise, please respond with a comment indicating any updates or changes to the original issue and/or confirm this issue still needs to be addressed. This issue will be marked rotten if there is no activity in the next 60d.

github-actions[bot] commented 3 years ago

This issue has been marked rotten due to no recent activity in the past 90d. Please close this issue if no further response or action is needed. Otherwise, please respond with a comment indicating any updates or changes to the original issue and/or confirm this issue still needs to be addressed.

harrism commented 2 years ago

Closing as this issue predates our shapefile support and GeoArrow support and other geometry I/O is covered by #165.