Update Documentation with Pydata Sphinx Theme, and more - #523
Conversation
| cuSpatial proposes a new GeoArrow format from the fruit of discussions | ||
| with the GeoPandas team. GeoArrow is a packed columnar data format |
There was a problem hiding this comment.
GeoArrow exists independently of cuSpatial. This makes it sound like we invented GeoArrow. I don't think this sentence belongs in our documentation. (CC @thomcom )
| cuSpatial proposes a new GeoArrow format from the fruit of discussions | |
| with the GeoPandas team. GeoArrow is a packed columnar data format | |
| GeoArrow is a packed columnar data format |
There was a problem hiding this comment.
That's fine. I had the first implementation, though GeoArrow diverged from my implementation a little as per the previous discussions. :D :D
ajschmidt8
left a comment
There was a problem hiding this comment.
Approving ops-codeowner file changes
Co-authored-by: Mark Harris <mharris@nvidia.com>
|
Thanks to @ajschmidt8 , the documentation is now live for review at https://627d5be4c229560ba620c84d--docs-rapids-ai.netlify.app/api/cuspatial/nightly/ ! |
|
@thomcom could you please review this PR? |
| "mlines": | ||
| [1, 3] | ||
| }) | ||
|
|
||
| Which encodes a GeoPandas Series:: | ||
|
|
||
| series = geopandas.Series([ | ||
| LineString((0, 0), (0, 1), (0, 2)), | ||
| MultiLineString([(1, 0), (1, 1), (1, 2)], | ||
| [(2, 0), (2, 1), (2, 2)], | ||
| ) | ||
| LineString((3, 0), (3, 1), (3, 2)), | ||
| LineString((4, 0), (4, 1), (4, 2)), | ||
| ]) |
There was a problem hiding this comment.
Heya, sorry for not being in this convo earlier. I'll be looking into dropping the 'bounding regions' in the mlines object to fit GeoArrow format correctly.
|
@gpucibot merge |

This PR closes #459 . It updates the sphinx theme with
Pydata-sphinx-theme.Besides this PR also:
internals.rstto focus on discussing GeoArrow format. Shuffled around the docstrings forGeoArrowBufferand make background description and API usage relatively independent, but all presented in the same page for shared context.from_geopandasdocstring.