Newest Questions
167,506 questions
-1
votes
0
answers
6
views
Import Geologic cross section into QGIS
I want to import a geological cross section in PDF format into QGIS, then digitize the geological horizons and then export the z-values to vector layers. I have not been able to find any threads on ...
1
vote
0
answers
6
views
GeoServer running as a service in EC2 instance throws 503 error after a certain usage
I'm running a EC2 instance with t2.medium and 30 Gb EBS attached to it, and uses the geoserver binary to download the data from wget https://sourceforge.net/projects/geoserver/files/GeoServer/2.24.2/...
0
votes
1
answer
20
views
QGIS using raster in expression doesn't work with certain layer names
I'm trying to calculate a field based on a raster, I'm having an issue where it says the raster layer is invalid when I use the following raster name. If I change the name to say Lidar 1m with a space ...
0
votes
0
answers
6
views
Assessing the success of GEOID conversion using VDatum
I have a set of LAZ files that I'm trying to convert to GEOID18. The original files are assigned EPSG:6350+5703 - GEOID12B. I reprojected the files to EPSG:6340+5703 - GEOID12B using PDAL and then ...
1
vote
0
answers
14
views
How to bundle C-extension dependencies like numpy and netCDF4 in a cross-platform QGIS Python plugin?
I am currently developing a QGIS Python plugin that connects to a database and should quickly access, inspect, and plot NetCDF data. For this I need packages such as numpy and netCDF4, which both rely ...
0
votes
0
answers
27
views
Will PostGIS 3.6 be offered as ZIP download? [closed]
All versions of PostGIS up to this point have been offered as .zip downloads. The exception is version 3.6, which currently only offers a setup .exe download. My project already handles the "...
0
votes
0
answers
6
views
Uploading a DEM into ArcGIS Dashboards
I would like to know if it is possible, or if there are any loopholes, to upload a 3D map of my DEM into ArcGIS Dashboards. So far, I have been unsuccessful, any suggestions?
2
votes
2
answers
67
views
AttributeError: 'DataFrame' object has no attribute 'to_file'. Did you mean: 'to_pickle'?
I have a workflow with QGIS, where I open an entire gdb, filter all layers by a common column and save all the filtered layers in a gpkg. I'm trying to make those steps with geopandas, so I don't ...
0
votes
0
answers
16
views
What do S-100 Area fill XML files mean?
I have been looking at some S-100 area fill XML files. An example is:
<?xml version="1.0" encoding="UTF-8"?>
<?S100lineage source="S52Preslib4.0" format="...
-1
votes
0
answers
36
views
Navigating QGIS as a New User: Seeking Visual/Guided Alternatives to LLM Instructions
I am new to GIS and chose QGIS as my starting point due to its open-source nature and zero cost.
I am trying to use large language models (LLMs) like ChatGPT and Gemini as learning guides. I've ...
0
votes
0
answers
11
views
Error 'blocked by CORS policy: No 'Access-Control-Allow-Origin' for simple WebTileLayer to display OS map
This is my first attempt to access Ordnance Survey maps using Arcgis Javascript SDK. I have copied the example from the Esri Resource Centre and the code is shown below. Every request to the OS API ...
1
vote
0
answers
14
views
Problem getting Unique Values, Multi-Field Classification symbology that works in ArcMap to work in ArcGIS Pro
I have some complex symbology (over 600 separate classes) that used to display perfectly in ArcMap, that seems to use a Unique Values, Multi-Field Classification (as opposed to an expression combining ...
0
votes
1
answer
25
views
Using gdal2tiles to export part of VRT
I have a large VRT (full_tileset.vrt) with several GeoTIFF. It takes several days to export full tileset.
When I update one of GeoTIFFs I want to export only a part of tileset with the updated part. ...
1
vote
0
answers
44
views
Summary of overlapping rasters in QGIS
Using QGIS, I have imported a dataset consisting of 288 raster layers. I am wanting to create a polygon layer for the data footprint (not extent) of the rasters that shows how the raster are ...
0
votes
0
answers
11
views
Unable to crop TIFF using shapefile in GeoServer WPS feature
I am trying to to crop a TIFF file using a shapefile using WPS query builder feature in GeoServer. I tried text geometery and refrence using a link to GML both are not working.
I am getting error ...
0
votes
0
answers
25
views
QGIS: X/Y-offset of point geometry label
i have a pointlayer with angle attributes and managed to rotate the labels accordingly,
thanks to JR's code in the posting https://gis.stackexchange.com/a/361815/266633 :
$x_at( -1)+((0.01*cos(radians(...
0
votes
0
answers
18
views
Uploading style (SLD) to GeoServer using REST API not working - for empty workspaces
I am trying to upload a layer using the GeoServer (2.28) REST API using the Importer extension in python. I ak not not what I am doing wrong.If I use the PUT method when the sld does not exists in an ...
0
votes
0
answers
42
views
How to merge two features into a single feature, when they don't overlap (yet)?
I want to merge the two areas (features) in the picture, without them resulting to be a multipart-polygon.
So part of the street should be part of the final feature.
I have a lot of those problems in ...
0
votes
1
answer
61
views
Polygon turn into a mess after I change the CRS
I’m trying to simplify a polygon shapefile because the geometry is very detailed and too heavy for my laptop to process. However, when I use the Simplify tool in QGIS, it warns me that the geometry is ...
4
votes
1
answer
131
views
How to transform a GeoJSON in EPSG:4326 to EPSG:27700 using OSTN15, and verify the result in QGIS?
I have the EPSG:4326 coordinates of a point stored in src.geojson:
{
"type": "FeatureCollection",
"name": "main",
"features": [
{ "type": &...
2
votes
1
answer
174
views
Landsat Imagery comes up all white inside ROI
I'm trying to figure out why this shows a white region instead of color. I tried playing around with the min/max values and I cannot seem to find a solution to get true RBG color.
import ee
import ...
0
votes
1
answer
51
views
Transformation of the GPS position
I am from Austria and am using QGIS for boundary survey. My map has the EPSG:31255 (MGI Austria GK Central). For transformations from EPSG:25833 I use the grid at_bev_AT_GIS_GRID_2021_09_28.tif. This ...
-1
votes
0
answers
17
views
One or more layers failed to draw: RTP_SlopeMuba: There was a problem drawing the shapefile. Drawing aborted. raster to polygon [closed]
I tried to convert my slope map (raster) to polygon, I don't know why but it said:
One or more layers failed to draw: RTP_SlopeMuba: There was a problem drawing the shapefile. Drawing aborted.
How ...
4
votes
1
answer
77
views
Why does gdal.Warp create a black region on the sides of some rasters when it reprojects and cuts them?
I have a JPEG of a red square, example.jpeg.
I use it as webmercator tile 6/36/16. I georeference it accordingly, using the bounds of 6/36/16 (I calculated them like this – details are irrelevant to ...
0
votes
0
answers
28
views
COG creation with GDAL and rendering with deckgl
I am working on an application to render raster images on browser.
I am having Cloud Optimized GeoTIFF (COG) based approach. I generate COG for input raster as:
def generate_cog(input_path, ...
3
votes
2
answers
70
views
Display map labels over coordinate grid in QGIS 3.x
In Print Layout coordinate grids draw over the top of feature labels obscuring them. The answer to this question suggests a workaround. Is there a better way to do this in QGIS 3?
Altering grid line ...
0
votes
0
answers
27
views
Using the GeoCat Bridge plugin in QGIS to publish Data to PostGIS and GeoServer
I use the GeoCat Bridge plugin with GeoServer. All the data was successfully imported into PostGIS, but in GeoServer, the import was not fully successful. Only some of the data was imported correctly.
...
1
vote
0
answers
55
views
ArcGIS.com Web Map TOC no longer displays in Firefox
ArcGIS.com Web maps no longer display the map's table of contents in Firefox. However, the TOC displays just fine in Chrome.
Here's the Firefox view:
Here's the Chrome view:
I open the Web map by ...
1
vote
0
answers
48
views
Calculating shortest road distance between two polygon layers in QGIS
I have two polygon layers (A and B) and a road layer dataset that intersects both polygons in QGIS.
I am looking to find and generate the shortest/least cost road distance from every feature in ...
0
votes
0
answers
30
views
Double password prompt when logging into the PostGIS database
I have the problem, that my colleagues have to put in their login information two times in a row when clicking on the postGIS connection in QGIS 3.40.x, while I (admin of the db) am not even asked one ...
0
votes
0
answers
31
views
SQL syntax for joining multiple CSV in QGIS model builder
I need to join seperate values from two different CSV sources in the QGIS model builder.
I have used the answer from Modeler does not allow choosing of CSV for joining in QGIS with the following code
...
1
vote
0
answers
34
views
Buffer layers (generated from rivers) not rendering in Google Earth (when exported as a KML)
I exported buffer layers generated from line features as KML using QGIS 3.28, and they are not rendering in Google Earth; other polygon layers (not buffered) are rendering properly. What could be the ...
0
votes
0
answers
20
views
Exporting LiDAR to DXF - Option not available
I have recently downloaded QGIS again and the DXF CAD format has vanished from the save raster layer as... menu.
I am wanting to convert lidar data into DXF format.
2
votes
1
answer
109
views
Keeping layer styling when making permanent in QGIS
I'm constantly exporting raster and vector data to make it permanent. I think it would be useful to have a checkbox when exporting to keep/transfer the current layer's styling to the permanent data ...
-1
votes
0
answers
31
views
Building mineral prosectivity maps [closed]
I'm trying to create spectral and geological analysis map for an area of interest and then correlate these maps with historical mines and mineral encounter maps to create a new map that will help to ...
1
vote
0
answers
23
views
OpenLayers and South Africa Coordinate System
I'm trying to wrap my head around this datum. I found this article :
South Africa Projections
I currently have OpenLayers loading WKT string to set the projection when in an area then overlaying a ...
3
votes
2
answers
166
views
I want to press the smaller polygon into the larger, QGIS?
I have cases where one polygon is on top of another. I want to press the smaller polygon into the larger one so that the surface underneath the smaller polygon disappears, and the smaller polygon ...
0
votes
0
answers
43
views
After reopening the shapefile disappears in canvas although it exists in the QGIS Layer panel
Every time I create a shapefile in QGIS 3, when I reopen QGIS, I find the file in the Layers panel, but it does not appear on the canvas. I don't change anything in the file properties it is the same ...
0
votes
0
answers
31
views
Using project based custom functions in QGIS
Now project based custom functions are a thing (QGIS 3.44) I could streamline some of my management of QGIS expressions that get used in various places, so rather than finding all the instances of a ...
1
vote
0
answers
30
views
Creating contour lines for Vectorworks in QGIS
I have a raster DTM from which I need to extract contour lines for vectorworks. I was able to create the contour lines in QGIS, but when I load them into Vectorworks, it does not show me any Z ...
0
votes
1
answer
44
views
Correcting DEM raster using ground reference points (e.g., DEM 5 m + ~2000 samples)
I’m looking for a method or tool to correct or adjust a DEM raster, specifically an ALOS PALSAR DEM that has been enhanced and resampled to 5 m resolution.
I have about 2000 reference points randomly ...
-1
votes
0
answers
25
views
Rain2flood plugin installation [closed]
Am trying to install the Rain2flood plugin in QGIS 3.42 ,but when I install it's telling that it needs addition plugins such as matplot,xarray rasterio and others for it to work ,if anyone knows how ...
2
votes
1
answer
56
views
Getting rid off black/RGB pixels on edges caused by during reprojection with Python
I have large .tif file, and would like to reproject it and then create COG. But as a final result I have interrupted pixels on edges. How can i remove them?
Furthermore, the values are not only 0, ...
3
votes
1
answer
29
views
Can't output as GeoJSON in GeoServer
I'm trying to follow this post and output tiles as "application/json;type=geojson" in GeoServer 2.28.0 but I don't get that option under tiling caching. The only application type output is &...
3
votes
1
answer
79
views
Truncate layer in ArcGIS Online using arcgis.gis
I'm trying to delete all features in a layer hosted in ArcGIS Online.
from arcgis.gis import GIS
from arcgis.features import FeatureLayer
#Login AGOL
gis = GIS("https://www.arcgis.com", &...
3
votes
0
answers
62
views
Missing GRASS in QGIS Processing Toolbox
Problem :
GRASS is disappeared from my processing toolbox with the error message:
Problem with GRASS installation: GRASS was not found or is not
correctly installed.
but it showed in provide menu in ...
4
votes
1
answer
126
views
Moving snapped vertices of separate polygons in the same layer using QGIS
I am looking to move snapped vertices (in one move) to adjust the boundary of two snapped polygons. I want to avoid adjusting the vertex of each polygon and re-snapping, but rather move them together ...
0
votes
0
answers
55
views
Creating point feature buffer as circle rather than as polygon in QGIS
We routinely create Tree Protection Zone and Structural Root Zones from tree location point data that has the circle radius values in QGIS. However, QGIS, using the buffer tool, creates multi point ...
2
votes
0
answers
88
views
+50
Setting up QGIS plugin debugging in PyCharm
I have a QGIS plugin that I would like to debug from PyCharm. I've made several attempts to get it to work and I've always failed. None of the HowTos online have worked. I suspect that I have a ...
0
votes
0
answers
25
views
3D line problem in QGIS
I'm trying to create a piste map of a small ski centre in Iceland using QGIS.
I've got a DEM of the area and have digitised the runs as line shapefiles.
When I go into 3D view and set it up so I'm ...