As part of our research group, we\'re collecting large amounts of location data. Our data essentially looks like (user id, lat/long co-ordinates, timestamp). There\'s other metadata involved too, but
I have contours (about 5000 polylines) in shapefile and I need to interpolate those with Spline. But Spline function in ArcGIS 10 can only interpolate points, and my contours are polylines. I hope开发
Basic version: Is there a lightweight C#/.NET library that can be used in an ASP.NET MVC app to service WFS requests?
I use ArcGIS Server to serve a map of points from a database. When I create and publish the mxd as a WMS service in AGS everything looks fine. But after a while, the day after or something - the map s
I\'m using the \"buffer\" method from the GEOS API to create a circle based on a point and a radius in GeoDjango, according to this answer: GeoDjango: How to create a circle based on point and radius
I have a list of 50000 latitude/longitude pairs and want to plot them on a map. I tried http://gsl开发者_开发百科-nagoya-u.net/appendix/software/worldmap/. It works but it seems to ignore the data aft
First word of warning, I believe this is a stackoverflow rather than programmers question, Mods feel free to move it if i\'m wrong.
I\'m using PostGIS with django. I know how to开发者_高级运维 add a \"POINT\" on PostgreSQL from decimal coordinates but how do I add it using GeoDjango?
I have been scouring the internet trying to find a pythonic (sp?!) way to process this data.. Everyday we will recieve a load of data in .dbf format (hopefully) - we then need to save this data as a
I would like to create a program using wxPython that uses Google maps to display开发者_高级运维 and select geographic data.