Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors
podcast
Filter by Categories
ArcGIS Pro
GDAL
GeoJson
Map
Python
QGIS
Uncategorized

QGIS

Using The “LIKE” Operator In QGIS

In QGIS, the LIKE operator is used in expressions to match a pattern in a string. This operator is often used in queries or expressions for filtering data. Here’s how to use the LIKE operator in QGIS:

Read More

Change The Projection Of My QGIS Project?

Changing the projection or the Coordinate Reference System (CRS) of your QGIS project. Here’s how you can change the CRS in QGIS:

Read More

Change The Default Colour Of The Canvas In QGis

How do I change the default colour of the canvas in QGIS

Read More

Calculate line length In QIGS

Measuring and calculating line lengths accurately in QGIS with our comprehensive guide. From understanding the difference between $length and length($geometry) to converting units and ensuring your data reflects real-world distances accurately.

Read More

Conditional Statement in QGIS Field Calculator

Learn how to effectively use the Field Calculator to manipulate and classify data based on specific conditions. Whether you’re a GIS professional or a hobbyist, this post will walk you through the essentials of using ‘if’ functions and ‘case’ statements for data analysis in QGIS.

Read More

Geojson to GPKG

Discover how to efficiently convert multiple GeoJSON files to a single GPKG using Python, GDAL, and QGIS. This comprehensive guide explores various methods, including batch processing and scripting, to streamline your GIS workflows

Read More

Polygon to points in QGIS

Explore the intricacies of converting polygon geometries to points in QGIS with our comprehensive guide. From generating centroids and extracting vertices to creating multiple points within polygons, this blog post delves into various methods and tools available in QGIS for effective geometry conversion

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

Rename Fields in QGIS

Discover the essential techniques for renaming fields and attributes in QGIS with our comprehensive guide. Whether you’re looking to make temporary changes using aliases or permanently modify field names, our step-by-step tutorial makes it easy for both beginners and seasoned GIS professionals

Read More

Convert GeoTIFF Files to Standard TIFF

the essential guide to converting GeoTIFF to TIFF. Learn about the differences between these formats, maintaining image quality, and the best tools for the conversion process

Read More