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

GDAL

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

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

Exporting multiple layers from QGIS

Discover how to efficiently export multiple layers from QGIS while preserving layer styles and managing different Coordinate Reference Systems (CRS). This guide offers practical tips on using plugins like “Batch Save Layers,” leveraging the Processing Toolbox for batch exports, and scripting with Python for advanced customization

Read More

Converting GeoPackage to Shapefile in QGIS

Explore the intricacies of converting GeoPackages to Shapefiles in QGIS with this comprehensive guide. Dive into common challenges, step-by-step procedures, and best practices to ensure seamless data transformation in the GIS realm.

Read More

Shapefiles v’s Geopackage

Explore the nuances of GIS data formats as we delve into Shapefiles vs. GeoPackage. From their unique advantages to transition tips, this post offers a comprehensive guide for GIS professionals and enthusiasts alike.

Read More

Reading And Writing Geopackage In Python

Explore the power of GeoPackages in Python using Geopandas, Fiona, and Shapely. Learn how to read, write, and perform common geospatial operations on this versatile, compact, and platform-independent data format that overcomes shapefile and GeoJSON limitations

Read More

nodata values in rasters with QGIS

This guide will provide an overview of nodata values in rasters and how to handle them in QGIS (Quantum GIS).

Read More

Working with Esri File Geodatabase (gdb) Files in QGIS and GDAL

Discover how to open and work with Esri File Geodatabase (gdb) files in QGIS and GDAL. Learn step-by-step instructions, read/write access support, and limitations in this informative blog post.

Read More

Merging and Mosaicking Raster Data

The essentials of merging and mosaicking raster data in GIS using popular tools like GDAL and QGIS. Learn how to handle different resolutions, projections, overlapping areas, and NoData values for seamless, high-quality geospatial analysis.

Read More