A geographic information system (GIS), geographical information system, or geospatial information system is any system that captures, stores, analyzes, manages, and presents data that are linked to location(s). In the simplest terms, GIS is the merging of cartography, statistical analysis, and ...
0
votes
1answer
19 views
OpenTripPlanner getting started tutorial error
I'm trying to install OpenTripPlanner following the official tutorial.
I've correctly cloned the git repository, then I import the project in Eclipse but it is unable to build all the packages. One ...
1
vote
0answers
36 views
Finding nearest latitude longitude points query in MySQL not working
I used the answer here to setup my query:
http://stackoverflow.com/a/1006668/211457
I'm running this query:
SELECT *
FROM users
WHERE MBRContains(LineFromText(CONCAT(
'(' , ...
3
votes
1answer
37 views
Google Maps v3: Any way to force a high maximum Zoom Level (maxZoom 24)?
We are working on an archaeological mapping project where we have georeferenced hundreds of hand drawn maps. These are all viewable at very high zoom levels, which translates in Google Maps to zoom ...
3
votes
0answers
18 views
How to calculate the topological distance using ArcMap or other softwares?
I'd like to calculate the topological distance instead of Euclidean distance between two polygons. The distance between two neighboring polygons is 1, between two polygons connecting through a common ...
0
votes
0answers
14 views
How do I combine the geoJson of several countries to create a region
I have the geoJson for every country in the world, but I need to combine several countries to create a region to display on a map.
What is the best way to do this?
0
votes
1answer
13 views
Read Pixel Color of georeferenced image and get LatLng
I have a colored georeferenced satelliteimage and would like to find out what color has which pixel at which position. All I have is the georeferenced image and average programming skills in php and ...
0
votes
0answers
26 views
I copy/pasted code from ArcGIS .NET ashx proxy into my Controller method, now debugging is jumping all over the place (multi-threaded, apparently)
I have a controller that takes in JSON data via HTTP POST. Inside this controller is a call to a method that I copied/pasted from ArcGIS's .NET implementation of the proxy that's needed to connect to ...
1
vote
0answers
18 views
Use SPATIALITE on iOS
I'm developing an iOS 5.0+ app and I would like to know if there is a tutorial or an sample project that shows how to use Spatialite on iOS.
I don't want to know how to compile Spatialite on iOS ...
0
votes
0answers
67 views
Error: ggplot2 doesn't know how to deal with data of class SpatialPointsDataFrame
I am trying to follow the tutorial found on http://www.r-bloggers.com/mapping-the-worlds-biggest-airlines/. I am able to plot it following the tutorial, but I would also like to convert to Robinson ...
-1
votes
0answers
27 views
GIS Web Mapping application in asp.net or mvc? [closed]
I want to develop a GIS Web Mapping application in ASP.NET or MVC? Please, somebody suggest some good articles, and tell me what I should do to achieve this application in working mode.
What i want ...
0
votes
0answers
14 views
Converting Address (Street Address, City, State, Zip Code) to FIPS Code
I am trying to convert an address of the type:
24 Willie Mays Plaza, San Francisco, CA 94107
to a FIPS code (in this case, it would be 075).
Does anyone know any tools that can do this? Would even ...
0
votes
0answers
9 views
GRASS GIS: How to generate large DEM from contours; elevation points and coastline mask
I need to generate a DEM (10m Cell Size) of the entire coastline for South Africa. I've tried to generate it within ArcGIS, but the Annudem Algorithm that ESRI is currently using within Top To Raster ...
0
votes
1answer
32 views
Postgis: How to build query which returns points within box initially and then all the other points?
There is code which get from database points in bounding box for rendering on browser. Also displays list of points with attributes (name etc.)
But, when filter will be applied to the dataset I may ...
0
votes
0answers
8 views
Points not showing up
I have had the following site running pretty consistently for a while: hillcountrymapviewer.org.
I came to find that the springs layer specifically is not showing in chrome. I tried various things ...
0
votes
0answers
35 views
Installing GIS for gis with Python is easy …? not for me
I really really need your help please. The fact is my problem should seem pretty simple to you.
So I have a macbook with Lion, I use python 3.3. In order to use GDAL for GIS? I downloaded the package ...
0
votes
1answer
79 views
Geographic maps in C# windows forms [closed]
I am working on a project and i want to develop a radar display. I have developed a control with a Radar Display format and i want to add a map to it's background, this control uses graphics name ...
0
votes
1answer
32 views
ARCGIS python, indent error?
I'm running this code but I get an indent error. What seems to be the problem? I ran it so many times. When I run the code through IDLE, I get this box that says:
Syntax Error: There's and error ...
0
votes
0answers
18 views
Need to display a WMS link “for open street map data geoserver” inside a Facebook Page
Need to display a WMS link "for open street map data geoserver" inside a Facebook Page, exactly like if i use a ready made one but for Google maps.
After searching didnt found anyting but i know its ...
0
votes
1answer
37 views
How to troubleshoot topojson error: distance is not defined
I'm attempting to create a TopoJSON file of school districts in the United States. I have a set of three shapefiles that I am attempting to combine into a single topojson file, using the following ...
0
votes
1answer
8 views
Decoding a binary raster GIS file: Vertical Mapper .grd
Does anyone know of a method to decode this sort binary file. It should have a quite simple structure, a couple of lines of headers and then just grid data. I have the Vertical Mapper software but I ...
1
vote
1answer
106 views
How to avoid TopoJSON memory errors
I'm attempting to create a TopoJSON file of school districts in the United States. I've laid out my workflow as follows:
Download and unzip individual TIGER shape files from the Census Bureau (24 ...
0
votes
2answers
32 views
GIS Political Townships Layer
Is it possible to obtain the political townships GIS layer that is used in Google Maps? For example, if I search for "guilford township illinois" it highlights the outline of this township. I have ...
0
votes
0answers
16 views
How to geolocate APO/FPO addresses
A primary question would be, is there a database of APO/FPO lattitudes and longitudes somewhere, but failing that:
How would/could one find lattitude and longitude from nothing more than an APO/FPO ...
0
votes
0answers
22 views
Exception: Algorithm does not exist in apache tomcat 6
hi every body I want to upload a process into 52 north wps web server my code is in this:(like (https://wiki.52north.org/bin/view/Processing/TutorialProcessDevelopmentKit))
package ...
1
vote
2answers
27 views
Appending all dbfs in folder to first dbf with bash script
I try to append all dbfs in a folder to the first dbf. The dbfs are part of ESRI shapefiles that I want to append into one file. I got a working code but I guess what I did is really awkard (I'm an ...
0
votes
1answer
24 views
Updating tiles on canvas in tkinter
I have a program which is basicly a simple GIS (mapping software), and i'we found out how to make The tiles and all that, but i dont know how to move the tiles around The screen (which is pretty ...
0
votes
0answers
69 views
Multiple GeoJSON layers in D3 + Leaflet
I am learning how to combine Leaflet and D3 with the tutorial here: http://bost.ocks.org/mike/leaflet/
I would like to know how to add more than one GeoJSON layer to this tutorial - with points over ...
0
votes
0answers
35 views
error in catch DescribProcess from custom 52north wps in apache tomcat 6.0.35?
hi Im new in java and apache tomcat and i want to save and active a wps process in 52north wps web admin. my java code is like this:
`package org.n52.wps.demo;
import java.util.ArrayList;
import ...
2
votes
2answers
41 views
How do I convert a geodetic location to an ECF position that works with the terrain model in Cesium
I'm trying to put a point at the top of Mount Everest in Cesium. My most likely candidate as of last night was the code I borrowed to do geodetic to ecef conversion (from PySatel.coord). Upon review ...
0
votes
0answers
33 views
Pass file names in a specific folder to a string in VBA ArcObjects
I am a GIS grad student finishing up an Intro to Programming with ArcObjects course. This is my first ever experience with programming. I am trying to create a script to that will take an input folder ...
1
vote
1answer
55 views
Efficient way to do spatial anaylsis with pandas
I am running into problems doing spatial analysis with a Panda's DataFrame. Right now I have a DataFrame with > 1000 rows and the columns "user", "latitude", "longitude".
Based on this dataset I ...
-1
votes
0answers
11 views
Dynamic GIS data preview [closed]
I need to find a software/open-source that supply a map control that can show very fast and dynamic GIS layers.
The layers are changing constantly and updating in rates of seconds (features are ...
2
votes
4answers
40 views
Set single raster to NA where values of raster stack are NA
I have two 30m x 30m raster files which I would like to sample points from. Prior to sampling, I would like to remove the clouded areas from the images. I turned to R and Hijman's Raster package for ...
2
votes
2answers
72 views
Facet with free scales but keep aspect ratio fixed
I am using ggplot to draw faceted maps and have been unable to work out how to allow "free" scales in each facet (so that small regions don't look too small) while keeping the x-y aspect ratio fixed.
...
0
votes
1answer
22 views
which jar file contain org.n52.wps.server.observerpattern.ISubject and how can I download it?
im want to write a .java file and import it into 52north wps service But and my code is like
package org.n52.wps.demo;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
...
0
votes
1answer
67 views
Using leaflet mapping api, how do you determine which point in a polyline was clicked on?
I'm using the Leaflet mapping API. I would like to determine which point in a polyline has been clicked on. The polyline is one that I have rendered using the Directions services from MapQuest Open.
...
2
votes
2answers
55 views
Eloquently change many raster cell values in R
I have a Landfire Existing Vegetation dataset (http://www.landfire.gov/), which I have projected and cropped to my study site. The raster has ~12,000,000 cells. The cell values represent a ...
0
votes
1answer
21 views
Adding properties/more data to GeoJson
I have a GeoJson of U.S. Counties courtesy of the Internet. I'm making a visualization around county data.
This is the data structure. Is there a way I can add more properties to it without copying ...
0
votes
0answers
104 views
Interactive legend in Google Maps API V3 with two or more KML layers
I'm fairly new to JavaScript and Google Maps API(basically, the whole world of web GIS) and I'm struggling with creating interactive legend for several KML layers (in this example, only two) or ...
3
votes
1answer
81 views
Converting between SpatialPolygons* and map objects
I'm trying to make use of ProportionalSymbolMap map as defined in this JSS paper.
In order to plot proportional symbols I first need an object of map class.
The methods I normally use however return ...
0
votes
1answer
161 views
Google Maps API v3 polylines tabbed InfoWindow
I am having some difficulties with getting tabbed info windows to appear for paths. I have followed this tutorial.
I have a KML layer with polylines (they curve - represent topographic features)
and ...
-3
votes
0answers
31 views
Import a map file from flightgear to C# [closed]
I need to import files from the flightgear open source project into my project, to create a 3D world-wide map, but I have no idea how to do it!!!
1
vote
1answer
75 views
GeoJSON and MongoDB: Is it worth it to store points as GeoJSON.Point?
With the introduction of 2.3 > MongoDB has become even more useful with location data handling and querying. MongoDB stores documents as BSON, so each document with have all the document fields, ...
1
vote
1answer
42 views
OpenLayers Clustering Adds Features to Selected Features Array on Zoom
This is my first posted question despite using StackExchange for a few years now. I've been stuck for quite some time trying to figure out this issue with OpenLayers. The problem is as follows:
I ...
0
votes
1answer
41 views
PNG support for python 3.3
I can't find any librarys for python 3.3 which add support for PNG images. What i need is to write polygons, lines and points to "tiles" of 254*254 images, which will be saved to the harddrive. Any ...
-1
votes
0answers
36 views
How to draw my own map on iOS? [closed]
I'm developing a indoor map app. I'm current using Quartz 2D to rendering my map on iPhone, but the result is not so good. What should I do? Do I have to use open GL to draw the map? Or are there any ...
1
vote
0answers
62 views
Creating a sqlGeography LINESTRING using .NET
I am building an application that parses a variety of external map file formats (i.e. ShapeFiles, MapPoint, KML, etc.) and stores the shapes in a centralized database that will be used for a central ...
0
votes
2answers
63 views
DbGeography.Distance() returning incorrect distance
I'm experimenting with System.Data.Spatial.DbGeography, that I want to use to determine the distance from one coordinate to another (going to be stored in SQL server).
My coordinates are in lat/long, ...
3
votes
1answer
61 views
Weird memory problems with ggplot maps
I'm trying to make some maps of the British Isles and have come across a very strange memory problem. My workflow is taking advantage of ggplot's layers to add new detail onto a base map.
The base ...
0
votes
1answer
18 views
Rewriting arcgis scipt using GRASS
I would like to look at rewriting an arcgis python script that consists of alot of raster manipulation, so it can be used in qgis. I am new to this and not sure how feasible this is. The following are ...



