jbaileyh / geogrid

Turning geospatial polygons into regular or hexagonal grids. For other similar functionality see the tilemaps package https://github.com/kaerosen/tilemaps
Other
395 stars 31 forks source link

Output format #11

Open slowe opened 6 years ago

slowe commented 6 years ago

This is a great project and something I've been looking for for a while. Thanks for sharing it.

At the Open Data Institute Leeds node (ODILeeds) we defined a JSON format for sharing hex-based maps. It is quite basic but lets people add extra data to their hexes too. We've already created some hex maps (by hand) including UK constituencies and ward maps for some councils. People have also made tools for D3.js and R to read maps saved in the format. It'd be great if hexmapr could save generated hex maps in the HexJSON format.

sassalley commented 6 years ago

Hi @slowe thanks for alerting me to this. I follow ODI activities but was not aware of this and will look into it.

The grid system seems logical and shouldn't be too challenging to implement.

If it would be possible to add a link to this repo in the other versions section of the Hex Map page that would be amazing.

Best.

@sassalley

slowe commented 6 years ago

I've added a link to this repo from bottom of the the HexJSON page. Thanks.

sassalley commented 6 years ago

@slowe this is next on my list.

Best,

Joseph

slowe commented 6 years ago

@sassalley Great stuff.

rajumazumder-stst commented 3 years ago

Hello!

Was the HexJSON export ability added to the package?