Skip to content

How to eliminate null values from a GIS dataset using a spatial filter

Notifications You must be signed in to change notification settings

bubjanes/spatial_filtering

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spatial Filtering: How to eliminate null values from a GIS dataset

Here you can find the full article Managing null values in raster data with Python, which accompanies this notebook, published on Towards Data Science (Medium).

Images of GIS elevation data before and after spatial filter smoothing has been applied.

Installation of dependecies

Create environment:

python3 -m venv ./venv

Activate environment:

source ./venv/bin/activate

Install dependencies:

pip install -r requirements.txt

Further Reading

About

How to eliminate null values from a GIS dataset using a spatial filter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published