Paveł Tyślacki
DataRobot
Geometries
Geometries relations
Geometries operations
Spatial indexes
SELECT superhero.name FROM city, superhero WHERE ST_Contains(city.geom, superhero.geom) AND city.name = 'Gotham';
Spatial partitioning
Shapely (GEOS) - geometries, operations
Pyproj - projections
Fiona - different data formats loading
Geopy - geocoding
GeoPandas - data
scipy.spatial - algorithms and data structures for scipy
PySAL - python spatial analysis library
Mapbox.gl - base map visualization
Deck.gl - data visualization
https://deck.gl/#/examples/overview
https://www.kaggle.com/learn/geospatial-analysis
By Pavel Tyslacki