Open Source Spatial Analysis Tools for Python: A Quick Guide
11–18 of 18 posts
Re: Open Source Spatial Analysis Tools for Python: A Quick Guide
#12Re: Open Source Spatial Analysis Tools for Python: A Quick Guide
#13Re: Open Source Spatial Analysis Tools for Python: A Quick Guide
#14Here’s the python wrapper for the library- https://github.com/uber/h3-py
Re: Open Source Spatial Analysis Tools for Python: A Quick Guide
#15Great article, very well written and clear. Also with COVID - very relevant for many of us.
Re: Open Source Spatial Analysis Tools for Python: A Quick Guide
#16No mention of H3! The hexagonal spatial index https://eng.uber.com/h3/ . This library has been a game changer for my work. Before I had to create hexagonal grids using shapely and then use spatial joins to aggregate the data. With H3 you can go from a point to a hex really quickly. Here’s the python wrapper for the library- https://github.com/uber/h3-py
Re: Open Source Spatial Analysis Tools for Python: A Quick Guide
#17Re: Open Source Spatial Analysis Tools for Python: A Quick Guide
#18No mention of H3! The hexagonal spatial index https://eng.uber.com/h3/ . This library has been a game changer for my work. Before I had to create hexagonal grids using shapely and then use spatial joins to aggregate the data. With H3 you can go from a point to a hex really quickly. Here’s the python wrapper for the library- https://github.com/uber/h3-py