keplergl / kepler.gl

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

Can I get the Hexbin layer's boundary data? #1095

Open YinZhaoJie opened 4 years ago

YinZhaoJie commented 4 years ago

Could Hexbin layer data can be download in any formart (geojson,csv,etc..)?

I want the boundary of hexagons so that I can use it to do the next caculate in GIS platform.

rogergangawork commented 4 years ago

Do you mean adding hexbin layer into kepler or into GIS?

Where do you want the hexbin layer to be downloaded from?

Possible to add any image?

YinZhaoJie commented 4 years ago

Do you mean adding hexbin layer into kepler or into GIS?

Where do you want the hexbin layer to be downloaded from?

Possible to add any image?

Hi rogerganga, I want to download the Hexbin layer vector data (maybe in pixel xys ) from kepler.gl, and it would be great helpful that it could be downloaded in geographic coordinates. Beacuse I can get where my hot place is in kepler.gl 's Hexbin layer ,and I need the boundary of each hexagons to get (ST_intersects) other data in my PostgreSQL.

rogergangawork commented 4 years ago

Hi @YinZhaoJie ! If you mean exporting the below hexbin layer, then I am not sure if there is a way to do it. A possible solution that I can think of is it pragmatically convert your coordinates into a hexbin structure and export it as shapefile or geojson and import in your GIS software. I am not sure if you can directly export the below structure as a shapefile.

image

heshan0131 commented 4 years ago

export directive layer data is not possible right now, however, it is a necessary feature to add

YinZhaoJie commented 4 years ago

export directive layer data is not possible right now, however, it is a necessary feature to add

Yes, it will be a great tool if it can export directive layer data. Best wishes to kepler.gl .

Geschwindigkeitsbegrenzung commented 3 years ago

This would be of great benefit. Currently seeking a work around to display H3 aggregations outside of Kepler.