Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors
podcast
Filter by Categories
Print Category 1
Print Category 2
Uncategorized

Info

Understanding Inverse Distance Weighting

Explore the fundamentals of Inverse Distance Weighting (IDW) interpolation, its key assumptions, and parameters. Learn how to implement IDW in Python and R, and gain insights into choosing the optimal power parameter, raster resolution, and validating interpolation results.

Read More

Computer Vision and GeoAI

Computer vision is a field of artificial intelligence (AI) that enables computers and systems to derive meaningful information from digital images. 
 
You might think that this is exactly what we are doing in earth observation but there are a few imp…

Read More

Understanding the Difference Between Supervised and Unsupervised Image Classification in GIS and Remote Sensing

What is image classification? Image classification is the process of categorizing and labeling pixels or groups of pixels in satellite or aerial images based on their spectral values. This process allows us to analyze and interpret complex patterns and information contained within the images, transforming raw data into more meaningful information that can be used…

Read More

Installing gdal for beginners

Discover the power of GDAL, an open-source geospatial data processing library, and learn how to handle raster and vector data efficiently. Explore installation, use cases, and integration with popular GIS software

Read More

Designing for Location Privacy

Data is what data does  – more about that later on 😉 
This episode focuses on designing for privacy, how do we create value from location data without sacrificing personal privacy? 
Well, you might start by adhering to the Enhanced Standards For Pre…

Read More

GeoTIFF Compression Techniques: A Practical Guide

Discover the essentials of GeoTIFF compression in this comprehensive guide. Learn about various algorithms, lossless and lossy compression, and practical tips to optimize your geospatial data using the latest GDAL versions.

Read More

Reprojecting Vector Data: Tips, Tricks, and Best Practices

Discover the essentials of reprojecting vector data in GIS, including choosing the right CRS, working with popular GIS software, understanding distortions, and solving common alignment issues. Master the art of reprojecting with our comprehensive guide

Read More

Identifying Coordinate Systems for Shapefiles

Discover how to identify unknown coordinate systems for shapefiles in GIS with our comprehensive guide. Learn practical techniques, tips, and tools like QGIS’s Find Projection feature to tackle the challenge and ensure accurate geospatial data analysis.

Read More

Converting Between KML and Shapefiles

Discover the essentials of converting between KML and shapefile formats in GIS. Learn about common challenges, practical solutions, and step-by-step guides using popular tools like GDAL, QGIS, and ArcGIS Pro. Master geospatial data management with ease.

Read More

An Introduction to Spatial Indexing

Explore the world of spatial indexing and learn how to optimize your spatial data handling with this comprehensive guide on spatial index types, use cases, and implementation strategies.

Read More