Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors
post

QGIS

How to Add a File Geodatabase (.gdb) to QGIS

Working with geospatial data often involves handling various file formats, and one of the most common you will encounter is the ESRI File Geodatabase (.gdb). Whether you are working with data from the US Census Bureau or another source, knowing how to open a .gdb file in QGIS is essential for effective analysis and visualization….

Read More

How to Download Administrative Data for Any Country

Welcome to this brief tutorial on how to download administrative boundary data for any country on Earth. In this guide, we walk you through the steps to access and download this data from the GADM website. Step 1: Visit GADM Begin by navigating to the GADM website. GADM (Global Administrative Areas) provides maps and spatial…

Read More

Calculating NDVI with QGIS

Calculating NDVI with QGIS: A Step-by-Step Guide Remote sensing is a powerful tool in the field of geospatial analysis, and one of the most useful indices derived from satellite imagery is the Normalized Difference Vegetation Index (NDVI). This blog will walk you through the process of calculating NDVI from Landsat satellite imagery using QGIS. The…

Read More

Change Raster Resolution in QGIS

How to Change Raster Resolution in QGIS Changing the resolution of a raster dataset is one of the most common raster processing tasks in QGIS. Whether you need to reduce file size by downsampling to coarser pixels, or increase detail by upsampling to finer pixels, QGIS provides several straightforward methods to get the job done….

Read More

Shapefile to DXF

Quickmaptools.com is by far the easiest way to convert shp to DXF. But if you are looking for desktop options, continue reading! Introduction In geospatial data management and CAD (Computer-Aided Design) applications, converting data between different formats is essential for ensuring compatibility and usability. Shapefile (SHP) is a popular geospatial vector data format used in…

Read More

CSV to GeoPackage

Quickmaptools.com is by far the easiest way to convert between CSV and GeoPackage. But if you are looking for desktop options, continue reading! Introduction Geospatial data management often requires converting data between different formats to optimise storage, performance, and compatibility. CSV (Comma-Separated Values) is a widely used format for tabular data, while GeoPackage is a…

Read More

Add an Excel Spreadsheet to QGIS

Learn how to easily add Excel spreadsheets to QGIS with our step-by-step guide. Discover how to install necessary plugins, import data, configure layers, and troubleshoot common issues

Read More

GDAL to convert an ECW to GeoTIFF

Learn how to efficiently convert ECW files to GeoTIFF using GDAL in this step-by-step guide. Discover the benefits of GeoTIFF, common troubleshooting tips, and batch conversion techniques.

Read More

Google Satellite Imagery and Google Maps in QGIS

How to add Google Maps layers to QGIS with our comprehensive guide. Learn the steps to integrate satellite, hybrid, and terrain maps, understand the legal considerations, and troubleshoot common issues

Read More

Creating points in QGIS

Five ways to create and manage point features in QGIS with precision: manual digitising, pasting WKT, importing from CSV, Python scripting, and the Geometry by Expression tool.

Read More