I\'ve been working on this problem for awhile and have found no joy on the ESRI forum page or with some FORTRAN triangulation script I wrote.
I am looking for a C# library or class to help write GPX files from a collection of waypoints I have (lat/long, etc).
I have a set of coordinates as a SpatialPointsDataFrame object in R and I am clipping these points using a polygon to get only those points that are found within this polygon. I am doing this with the
I need a way to create MapInfo tab (and associated files, ID开发者_如何转开发X, DAT etc) package using .NET (C Sharp) and preferably, an open source (free) library?
When dealing with GIS source code you often need to write latitude and longitude coordinate tuples. E.g. in 开发者_开发百科Google Maps links (123, 456):
Given an existing point in lat/long, distance in (in KM) and bearing (in degrees converted to radians), I would like to calculate the new lat/long. This site crops up over and over again, but I just c
I\'m working as a part-time developer on a GIS application project and my project manager wants to me to do automated testing of project. I tried looking for solutions that can be helpful.
I have a bunch of gpx files that come from GPSLogger for Android app. Files look like: <?xml version=\"1.0\" encoding=\"UTF-8\"?>
Almost all the functions in PostGIS s开发者_如何学Gotart with ST. e.g. ST_Distance_Sphere, ST_GeomFromText, ST_Intersection, etc.
If a gis application has some tables which don\'t have gis related columns, does the performancebetter when use multiple databases (django.db.backends.postgresql_psycopg2 and django.contrib.gis.db.bac