The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
26 views

Generate Adjacency Table from a Region Grouped Raster Layer

I’ve searched high and low to no avail looking for any existing tools, scripts, ArcGIS geoprocessing steps that will output an adjacency table something like this: VALUE,ADJ_VALUE,LENGTH_EDGE (m) ...
3
votes
1answer
421 views

UK region overlay on map

I'm hoping to overlay UK regions (East Midlands, Wales, London etc) on a Google Map. Ideally the regions could be coloured, opaque and have some form of label. There is no hover / interaction ...
3
votes
2answers
2k views

Getting polygons of all countries and ISO-3166-2 subdivisons

In order to do reverse geocoding lookups to find a country (as ISO-3166-1) and the subdivision (as ISO-3166-2) for given coordinates I am looking for a way to get all polygons of all countries and ...
2
votes
2answers
214 views

Mapinfo, (or other?) Interpolation of lat/long and finding minimum in a region

I have a series of lat/long coordinates, each with a corresponding Z value. Each coordinate is spaced roughly 40km apart (this is stored as a MapInfo table of points). What I'd like to do is to ...
14
votes
2answers
754 views

Is it possible to gray out a Google Maps map except for some area?

What i am looking for is a way to emphasize a certain area on a Google Maps map by graying out the rest of the world. I heard about some solution of using 2 polygons of which 1 is visible and the ...
0
votes
1answer
361 views

Mapinfo incorrect polyline (boundary) map to region conversion

How to solve issue regarding incorrect boundary to region conversion? I have boundary map plotted on cosmetic layer when I convert it to region it results in line with overlap to other region. The two ...
1
vote
1answer
80 views

How do I convert my coordinates to the limit of geographic region (outer edge)?

I am trying to use r.in.bin. The parameters of north, south, east, and west needs values: north=float Northern limit of geographic region (outer edge) south=float Southern limit of geographic region ...