Category: Geographic Information Systems

Displaying non-spatial data tables linked to shapefile feature using ArcMap

Can non-spatial data be linked to spatial data? An attribute could contain both spatial and non-spatial data. Non-spatial data can help put spatial data into more context. It is characteristic data. This could be someone’s height, for example.  How do I view related tables in ArcMap? Accessing related records Open the attribute table for which

Why WMS Image Repeat leaflet?

What is a Leaflet layer? In Leaflet, a “layer” is anything that moves around when the map is moved around. Before seeing how to create them from scratch, it’s easier to explain how to do simple extensions. What is WMS tile layer? TileLayer. WMS layer, provide the base WMS URL, and specify whatever WMS options

Using QGIS Python interpreter outside QGIS

Can we use Python for QGIS? QGIS supports the popular Python scripting language. Even if you are a beginner, learning a little bit of Python and QGIS programming interface will allow you to be much more productive in your work. How to call QGIS from Python? The QGIS Python Console is an interactive shell for

Is it ok to group by geometry in PostGIS?

What is the difference between geometry and geography data in PostGIS? PostGIS gives you a choice of two different ways to store geospatial data: Geometry, where it assumes all of your data lives on a Cartesian plane (like a map projection); Geography, where it assumes that your data is made up of points on the

Unable to clip by mask a raster in QGIS 3.2

How do I mask a raster in Qgis? Quote from video: With the bounding box polygon. The dem and the bounding box have the same projection go to the raster menu extraction clip raster by mask layer. How do I clip a raster in Qgis? Click on the Raster menu, mouse-over Extraction, and click on

Changing symbol and color of vector Layer using QGIS 3 C++ APIs

How do I change the symbology of a layer in QGIS? Double-click or right-click the shapefile/layer you want to symbolize and select Properties. Click on the Style tab. Choose between Categorical or Graduated (numerical) symbology depending on the type of data you have.  How do I change the color of a symbol in QGIS? Quote

Extract x-, y- an- z-coordinates to a table using QGIS

How do I extract point coordinates in QGIS? Quote from video: And the simple calculation is dollar sign x. Okay and then we'll do the same for y. And that's dollar sign y. Simple straightforward process so we can save these changes. How do I add XY coordinates to an attribute table in QGIS? to

GDAL 2.4.2 installation problem in Debian

How to install GDAL in Linux? To get the latest GDAL/OGR version, add the PPA to your sources, then install the gdal-bin package (this should automatically grab any necessary dependencies, including at least the relevant libgdal version). Once you add the repository, go ahead and update your source packages. How to install GDAL in Linux

ArcGIS: Reclassify Values as Parameter in ModelBuilder

How do I set parameters in model builder? To set a model variable as a parameter, the model must be edited in ModelBuilder. In ModelBuilder, right-click the variable and select Parameter. When a variable is set as a parameter, the letter P appears next to the variable in the model. The name of the variable

How to compare the results of the random forest algorithm with the other SDMs?

How do you interpret random forest results? One way of getting an insight into a random forest is to compute feature importances, either by permuting the values of each feature one by one and checking how it changes the model performance or computing the amount of “impurity” (typically variance in case of regression trees and

1 354 355 356 357 358 377