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';
Geometries
Geometries relations
Geometries operations
Spatial indexes
Spatial partitioning
SELECT superhero.name
FROM city, superhero
WHERE ST_Contains(city.geom, superhero.geom)
AND city.name = 'Gotham';
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