A Geographic Information System (GIS) captures, stores, analyzes, manages, and presents data that are linked to location(s). The GIS Stack Exchange should be considered for questions with this tag.
I want to convert my geographic coordinates from degrees to decimals, my data are as follows: lat long 105252 30°25.264 9°01.331 105253 30°39.237 8°10.811 105255 31°37.760 8°06.040 105258 31°41.190 8°06.557 105259 31°41.229 8°06.622 105260 31°38.891 8°06.281 I have …
r gisI have a form from which the user will be able to enter the latitude and longitude of a certain …
c# sql-server-2008 entity-framework gis geographyI'm trying to buffer the points in my dataset with a radius of 100km. I'm using the function gBuffer from …
r gis geospatialThis question may be a duplicate of an earlier unanswered one. I still have the problem. I am trying to …
r gis choroplethAre there any libraries that I can use to read a shp/shx/dbf/sbx set of files? I mainly …
python gis shapefileThis is probably a simple question, but I'm not very good at PostGIS and don't fully grok all of this. …
postgresql geospatial postgis gisEdit Here is the proper way to do it, and the documentation: import random from osgeo import gdal, ogr RASTERIZE_…
python gis gdal rasterizingI'm creating a thematic map of percent change per year for bird species. here is the code I have: tm_…
r gis tmap