The earth surface is irregular and curvy. To describe the earth surface mathematically, an ellipsoid is defined to approximate the bumpy earth surface, or more accurately a datum based on…
The earth surface is irregular and curvy. To describe the earth surface mathematically, an ellipsoid is defined to approximate the bumpy earth surface, or more accurately a datum based on…
In Python, everything is an object, such as int, float, string, list, tuple, dictionary,... When you assign a value to a variable, you basically create an object with a reference…
A Horizontal datum is to measure a location on the Earth's surface in latitude and longitude or other coordinate systems. A vertical datum is used to measure the elevation or…
In this post, we explained how to import points in CSV format to QGIS to create a point shapefile, Similarly we can import points in CSV format with easting/northing or…
Points in CSV (comma separate values) format with Northing/Easting or Longitude/Latitude can be imported to QGIS and then be saved as a point shapefile. A point CSV file can also…
XPSWMM can load an image raster file as background to facilitate the drainage network creation. The image file needs to have a world file associated with so that XPSWMM is…
To perform 2D modeling using XPSWMM, a surface dtm file (*.xptin) needs to be generate first in XPSWMM. Another option to create a 2D surface is Reference a Grid File…
A big size raster file usually can be compressed to reduce its size. A lot of QGIS raster tools/commands have a built-in option to select a method to compress a…
Update: SAGA tools used to be included with QGIS installation, but starting from QGIS version 3.3x, QGIS dropped SATA package from its installation package. Now to use SAGA tools, QGIS…
Before adding geometry attributes (length, area, perimeter) to a line or polygon shapefile or X / Y Coordinates to a point shapefiles in QGIS, make sure the shapefiles are in…