Spatial data analysis
Spatial data analysis is one of those fields where the right tool depends heavily on the shape of your question: are you exploring patterns in neighborhood-level polygons, processing satellite imagery, building an interactive map, or running spatial queries inside a database? This collection gives you a strong cross-section of options. For hands-on mapping and exploration, GeoDa offers approachable desktop spatial statistics without requiring code, while kepler.gl and Felt lean into browser-based visualization, dashboards, sharing, and lightweight spatial apps. If your work starts with OpenStreetMap, overpass turbo is a focused workspace for writing Overpass API queries and immediately seeing the results on a map.
For deeper analytical and technical workflows, the list opens up considerably. GRASS GIS, SAGA GIS, and Whitebox cover demanding geospatial processing needs such as terrain modeling, hydrology, raster and vector analysis, LiDAR, remote sensing, and scientific mapping. Google Earth Engine and EOSDA LandViewer bring satellite imagery into the mix, from large-scale cloud analysis across decades of environmental data to searching and previewing recent scenes before download. And for teams or developers building spatial analysis into their own data stack, PostGIS and GeoPandas provide sturdy foundations: one inside PostgreSQL for geospatial storage and queries, the other in Python for pandas-style workflows with geometry-aware operations.