All Questions
0
votes
0answers
5 views
Converting latitude and longitude points to UK counties
I would like to find an API whereby I can send it (UK) lat and long pairs and it will return a UK county if one exists for that pair.
Ideally I will send it {50.3755,4.1427} and it will return {Devon}...
0
votes
0answers
5 views
Merge DEM TIFF grids and get average value
I have two different DEM grids (basically single-band GeoTIFFs) and I want to merge them.
The grids overlap and have different values, and I want to create a new DEM grid that takes the average or ...
-1
votes
0answers
5 views
Base Map toggle Error [duplicate]
Tried to register widget with id==BasemapToggle but that id is already registered
it works fine the first click ,but then comes up with the subject error when 2nd time clicked.how to resolve this ...
0
votes
0answers
18 views
deleting points in a shapefile out of image boundary
I have an image and a point shapefile. I want to delete all the points(numpy_coordinates) in the shapefile which are out of the image boundary.
something like this:
coords = np.delete(coords, np....
-1
votes
0answers
6 views
Basemap Toggle Error [on hold]
when i am trying to execute my code i am getting this error error: Tried to register widget with id then BasemapToggle but that id is already registered,
the id was generating dynamically
-2
votes
0answers
10 views
Colouring of sectors on the basis of data download [on hold]
How to colour sectors of sites on the basis of data download classes in Mapinfo?
0
votes
0answers
6 views
Proj4 Convert any CRS to ECEF
How can I convert a point in a given CRS I know, to ECEF, using Proj4?
Is there an EPSG code for ECEF coordinates? Or is there a way to create a proj4 transform object to convert from and to ECEF ...
-1
votes
0answers
17 views
Seeking GPS fleet tracker software? [on hold]
I am developing a fleet tracking software. It has option to live track the fleet on map.
Currently we are using Google maps. But when I referred several online resources, most people are telling about ...
-1
votes
0answers
20 views
Exporting multiple Raster Layers at once using QGIS? [duplicate]
I have created many Rasterfiles/ -layers (600 +) out of interpolation. Now I want to save them as an image (PNG or something like that). I can save one by one by using "save as" but this would take ...
1
vote
0answers
16 views
Exported GPX shows reference points in Google Earth
My gpx files show reference numbers in Google Earth.
I have been exporting gpx files from single part ESRI shapefiles. The files work fine, only they show some sort of reference Points in Google ...
1
vote
0answers
16 views
Heading, pitch, roll to phi omega kappa
I am trying to find some good online reference (formulas, perhaps a script) on the relationship between the mentioned angles. In my current situation i receive camera orientations (and positions in ...
0
votes
0answers
13 views
PostGIS ST_EuclideanDistance() not working. Wrong upperleftx and y?
I'm trying to make this ST_EuclideanDistance() function work, but no success so far. I'm not getting the expected result because the raster seems to be drawn at a wrong location.
Documentation:
https:...
1
vote
0answers
7 views
Unsolved error: Raster map not found Qgis 2.18.1 GRASS tools
I get the same error in multiple QGIS GRASS tools and I don't understand the error. I have a raster surface height map with some no data spaces I want to fill.
The error occurs when using r....
0
votes
1answer
12 views
How to use raster calculator on WMS layers?
I'm using lidar data (UK Environment Agency) from a WMS server and would like to use this in the raster calculator. When I go to the raster calculator the WMS layers aren't an option.
The data is ...
0
votes
0answers
13 views
Adding graph bar in ArcMap layout using ArcPy? [on hold]
I am working on map book and trying to embed tables and graphs. By googling, I found an example of generating map book in which a table and graph are incorporated by means of python.
The output of ...