2 followers
I am a GIS Software Developer.
GDAL is the Geospatial Data Abstraction Library. It is a tool that can be used to manipulate spatial data. In the past, I have tried many ways to...
Hello, I am Thuha and welcome to this tutorial. In this tutorial, I am going to show you how to load GeoJSON data to QGIS. This data will be both...
Leaflet is a lightweight JavaScript library for creating interactive mapping applications. Leaflet is designed with simplicity, usability and...
A list in python is an ordered sequence of items or data. Python assumes lists as sequences which are preceded and ending with a square bracket. Note...
While loops are a type of loops in python that can be used to iterate for as long as a preset condition is True. while True: print("True") # This...
A for loop in python is an iterator that can be used to iterate over a sequence. This sequence can be a range, list, set, or string Using...