Top new questions this week:
|
I have a database with of accidents in an area. I want to show a lable with the type of accident for every occurence. In the database there are multiple entries for the ID in the first column (because …
|
My PyQGIS script creates a number of layers, including one with a Graduated symbol renderer “DE Single”, which splits my line symbols into 8 ranges e.g. -150 to -105. I have PyQGIS code to …
|
Arrays in QGIS look like: [ ‘WID00037-LDB’, ‘WID00027-LDB’, ‘WID00026-LDB’ ] This kind of List or Map generated by QGIS Value-Relation Widget look like this: { “WID00037-LDB”, “…
|
Based on a 15m DEM, I have created a Slope Raster, converted to polygons, calculated the slope bands and assigned a value, dissolved based on this value field and now I want to smooth the shared edges …
|
Is there an efficient way to approximate ST_GeneratePoints in SpatiaLite? Here’s one approach I can think of: get the bounding box of a geometry, then generate random points within the box using the …
|
As part of a project, I have to extract X, Y coordinates from points in a shapefile, and classify each point as North or South, or East or West. To do so, I created new fields: a field to store the X …
|
I have a QgsVectorLayer whose data source is a vector GeoPackage file. How can I find the name of its geometry column? It is possible to use ogr to get it but I am looking for a native PyQGIS approach …
|
Greatest hits from previous weeks:
|
I have a satellite image of only one part of some city with a lot of vegetation. I need to find out where is that image taken. Is there any way to find out where it is taken on Google Maps, Google …
|
I have a polyline in Google Earth. I am able to see the elevation profile in Google Earth when I move along the polyline but is there a way to extract the lat,long and elevation data out to Excel?
|
As you can see from the attached sample map, the Esri basemap credits are overpowering and reduce the cartographic design of the entire map. These credits appear to be new to 10.1 and essentially …
|
I’m searching for a full list of countries with their country codes. Like on this page (need full and valid): www.nationsonline.org/oneworld/country_code_list.htm
|
Where is the Angle Measure Tool in ArcMap 10? I can’t seem to find it.
|
I’m having problems creating new shapefiles – in QGIS 2.14.20 any new fields I create and any associated data are not saved. I’ve now got the same problem in QGIS 3.0, but there I get a message …
|
When searching Google Maps for a city, the city’s administrative boundary is displayed. Is there a way to get the polygon boundaries of City in a JSON format using google maps api?
|
Can you answer these questions?
|
I have Multiple Points in two separate layer and I want to Join them by a line creating new line layer (shapefile), But I want it to trace an existing Infrastructure that is points connected by Lines. …
|
In the metadata of a database containing locations of natural hazards, it appears that the accuracy of the georeferencing of each point is associated with a scale of 1:10,000. How can I associate this …
|
I am trying to implement this custom script for flood mapping in EO Browser. I have added the datasets using the additional datasets button, and specified the required timelines, but I keep getting …
|