GIS Data Cleaning
Turn messy spatial data into analysis-ready datasets.
Real-world spatial data is messy: invalid geometries, missing or wrong CRS, duplicate features, truncated columns, and topology errors. These guides walk through cleaning and validating spatial data in Python — step by step, with runnable code — so your analysis starts from a reliable foundation.
Start here
The cornerstone guide — the whole workflow end to end. Everything after it goes deeper into one part of it.
Step 1 The Python GIS Data Cleaning Checklist: From Raw Download to Analysis-Ready gis data cleaning python Begin the path →The full path, in order
33 guides: the concepts underneath the work, then each task, then the errors that task produces. Work down, or jump to the step you need.
- What Makes a Geometry Valid? The OGC Rules Explained valid geometry rules gis 🧭 Concept
- Spatial Data Quality: The Six Dimensions That Matter spatial data quality dimensions 🧭 Concept
- WKT, WKB and GeoJSON: How Geometry Is Actually Stored wkt wkb geojson difference 🧭 Concept
- Topology in GIS Explained: Slivers, Gaps and Shared Boundaries gis topology explained 🧭 Concept
- Coordinate Precision and Floating Point in GIS Explained coordinate precision gis floating point 🧭 Concept
- How to Find and Remove Duplicate Geometries in GeoPandas remove duplicate geometries geopandas ⚙️ How-To
- How to Standardise and Repair CRS Across a Folder of Files in Python standardise crs across files python ⚙️ How-To
- How to Clean and Normalise Attribute Columns in a GeoDataFrame clean attribute columns geodataframe ⚙️ How-To
- How to Handle Missing and Null Values in Spatial Datasets in Python handle missing values spatial data python ⚙️ How-To
- How to Snap and Align Geometries to Fix Slivers and Gaps in Python snap geometries fix slivers python ⚙️ How-To
- How to Validate a GeoDataFrame Against a Schema Before Analysis validate geodataframe schema python ⚙️ How-To
- How to Clean Messy CSV Coordinates into a Reliable GeoDataFrame clean csv coordinates ⚙️ How-To
- How to Build a Repeatable Data-Cleaning Report in GeoPandas data cleaning report geopandas ⚙️ How-To
- How to Remove Null and Empty Geometries in GeoPandas remove null geometries geopandas ⚙️ How-To
- How to Split Multipart Geometries into Single Parts in GeoPandas explode multipart geometries geopandas ⚙️ How-To
- How to Fuzzy-Match Place Names When Joining Spatial Data in Python fuzzy match place names python ⚙️ How-To
- How to Find and Remove Spatial Outliers in a Point Dataset remove spatial outliers python ⚙️ How-To
- How to Clean and Standardise Date Columns in Spatial Data clean date columns spatial data python ⚙️ How-To
- How to Reduce GIS File Size in Python Without Wrecking the Data reduce gis file size python ⚙️ How-To
- How to Fix Invalid Geometries in Python (GeoPandas) invalid geometries geopandas 🔧 Fix
- How to Fix CRS Mismatch in GeoPandas crs mismatch geopandas 🔧 Fix
- Cannot Transform Naive Geometries to CRS: How to Fix It in GeoPandas cannot transform naive geometries 🔧 Fix
- Why Are My Shapefile Column Names Truncated? How to Fix It shapefile column names truncated 🔧 Fix
- GeoPandas "No Geometry Column" Error: How to Fix It geopandas no geometry column 🔧 Fix
- Shapely TopologyException: Found Non-Noded Intersection (How to Fix) shapely topologyexception 🔧 Fix
- GeoPandas "Columns Overlap but No Suffix Specified" Error: How to Fix It columns overlap but no suffix specified 🔧 Fix
- GeoPandas Spatial Join Returns Duplicate Rows: How to Fix It geopandas spatial join duplicates 🔧 Fix
- buffer(0) Does Not Fix My Invalid Geometry: What to Do Instead buffer 0 not fixing geometry 🔧 Fix
- Garbled Attribute Text and UnicodeDecodeError from a Shapefile: How to Fix Encoding shapefile encoding error python 🔧 Fix
- GeoPandas to_file() Fails on a Column Type: How to Fix It geopandas to_file field type error 🔧 Fix
- Mixed Geometry Types Error When Saving a GeoDataFrame: How to Fix It mixed geometry types geopandas 🔧 Fix
- My Points Plot in the Ocean: Fixing Swapped Latitude and Longitude points plotting in the ocean geopandas 🔧 Fix
Topics this path covers
A path is a route; a topic is everything the site has on a subject. Open a topic to see the guides this path skips.