keplergl / kepler.gl

Kepler.gl is a powerful open source geospatial analysis tool for large-scale data sets.
http://kepler.gl
MIT License
10.12k stars 1.71k forks source link

Add GeoArrow to supported formats docs #2503

Closed Danysan1 closed 5 months ago

Danysan1 commented 6 months ago

Since GeoArrow support has been added in 3.0, this change adds GeoArrow to the supported formats documentation

lixun910 commented 6 months ago

Thanks @Danysan1! Can you also help to add GeoArrow docs in Polygon Layer page? https://github.com/keplergl/kepler.gl/blob/de8cb971c8363757fb4bc160cb5e0e76c37d7d07/docs/user-guides/c-types-of-layers/e-polygon.md#L3

Danysan1 commented 6 months ago

I tried updating it, but I'm not familiar with the codebase and which features changed since the docs were written, so look carefully.

Also, I don't understand what this section refers to:

A path GeoJSON layer can display data like trip routes or contours. Stroke color can be set with a numerical field.

No "Path" layer type exists and in the Polygon layer type there is no "Path" option

ibgreen commented 5 months ago

@Danysan1 This is approved and will be landed as soon as the CI tests are green.

Danysan1 commented 5 months ago

The checks were blocked because I forgot to sign-off the last commit, I amended it adding the Signed-off-by

ibgreen commented 5 months ago

Also, I don't understand what this section refers to:

A path GeoJSON layer can display data like trip routes or contours. Stroke color can be set with a numerical field.

@ilyabo Can you help rephrase this to better match kepler terminology?