cuspatial
cuspatial copied to clipboard
CUDA-accelerated GIS and spatiotemporal algorithms
**Is your feature request related to a problem? Please describe.** I wish I could use cuSpatial to write data to GeoParquet. I have several GBs of census data with various...
In process. Contributes to #599
This PR adds benchmarks for the `from_geopandas` method. It depends on #585 and https://github.com/rapidsai/integration/pull/505
**Report needed documentation** A clear and concise description of what documentation you believe it is needed and why. Where can I find documentation on the geometry format? **Describe the documentation...
Following https://github.com/rapidsai/cuspatial/issues/312, we're moving the cuSpatial demo scripts to Community Notebooks Archive To do: - [ ] Identify Demo scripts that should be converted to notebook form - [ ]...
**Is your feature request related to a problem? Please describe.** Previously, cuSpatial was limited to processing 31 polygons at a time. according to @thomcom , @trxcllnt and @cwharris did a...
The API documentation describes the `scale` parameter as, "Scale to apply to each point’s distance from (x_min, y_min)." While this is comprehensible, I'm struggling to understand why someone would want...
We should follow the lead of libcudf and improve our doxygen docs - [ ] Add a main_page.md - [ ] Add API groups and a tab for them -...
**Describe the solution you'd like** I'd like cuspatial to read a geopandas based parquet file **Describe alternatives you've considered** Trying the docs for https://docs.rapids.ai/api/cuspatial/stable/api_docs/geopandas_compatibility.html, ``` df = gpd.read_parquet(file.parquet) gdf =...