Category: Geographic Information Systems

PostGIS multiple spatial joins in the same query

What is the difference between join and spatial join? A JOIN simply pairs up rows based on whether a condition is true. In a spatial join, the condition is just a geometric operation on geometric data (e.g., two polygons must intersect). This does not change with spatial queries.  Which spatial query relations may be used

Opening .gbdtable (.gbdtablx, .atx) files in QGIS

Can I open geodatabase in QGIS? QGIS users can read file geodatabases by dragging the geodatabases, ending in the extension . gdb, directly into the Layers pane. The geodatabase may appear as a folder and may not be selectable using the Add Vector Layer tool in QGIS. How do I open a .gdbtable file? You

Splitting polyline feature in ArcGIS Desktop causes part of feature above split point to disappear?

How do I split a line in Arcgis desktop? Splitting lines manually Click the Edit tool. on the Editor toolbar and click the feature. Click the Split tool. on the Editor toolbar. As you move your pointer over the line, a marker is visible on the line at the place where it will be split.

Elevation Drop Along a Stream

How to determine gradient of a stream? It is found by multiplying the area (width multiplied by depth) of the stream channel by the velocity of the water and is often in units of cubic feet (or meters) per second.  How do you calculate river gradient? Gradient is calculated for each cross-section in the set

Quickosm and the modeler

What is QuickOSM? QuickOSM is a QGIS plugin to download data from Overpass server. QuickOSM allows you to work quickly with OSM data in QGIS thanks to Overpass API. Write some queries for you by providing a key/value. Choose to run the query on an area or an extent.  How to use QuickOSM plugin? Go

Cannot Load Training Samples to Edit?

How do I load a training sample in Arcgis? Loading training samples On the Training Sample Manager dialog box, click the Load button. . A file browser dialog box appears. On the file browser dialog box, choose a training sample feature class and click Add. Note: What is a training sample? Training Sample means a

CSV Loading Problem in QGIS

Why is import CSV not working? Common issues with importing a CSV (and the work-arounds to fix them) The most common CSV import errors include: The file size is too large – The CSV import tool of the program you’re using might have a file size requirement. To reduce the file size, you can delete

Using Python from both OSGeo4W and ArcGIS Desktop?

How to use Python with ArcGIS? The simplest way to use Python in ArcGIS is to enter Python commands into the Python window. The Python window prompts with three greater-than symbols (>>>), indicating the first line of the code block to execute. Simple Python syntax can be immediately entered and executed from this first line.

Data Driven Pages: Printing issue

How to disable Data Driven pages? Disable Data Driven Pages. In ArcMap, navigate to Customize > Toolbars > Data Driven Pages. On the Data Driven Pages toolbar, click the Data Driven Pages setup button. In the Set Up Data Driven Pages dialog, uncheck the Enable Data Driven Pages check box. How do I export data

Why do the rasterio Resampling methods ‘max’, ‘min’, ‘med’, ‘q1’, ‘q3’ give a segmentation fault?

What will happen when resampling of a raster image? Raster resampling refers to change of spatial resolution (increasing or decreasing) of the raster dataset. The resampling process calculates the new pixel values from the original digital pixel values in the uncorrected image. How do I use Rasterio in Python? Rasterio is a highly useful module

1 305 306 307 308 309 377