pertaining to the geographic location and characteristics of natural or constructed features and boundaries on, above, or below the earth's surface; esp.
I have a 300 mb CSV with 3 million rows worth of city information from Geonames.org. I am trying to convert …
python json csv geospatial mongoimportThe usual way to create a geometry column is AddGeometryColumn, however I have to work with pre-existing columns, so I …
sql postgresql geospatial postgis geographyHere is my problem, I have a SQLite table with locations and latitudes / longitudes. Basically I need to: SELECT location, …
php sqlite pdo geospatial haversineI'm using Sql server 2012 and google maps client-side, I use SRID 3785, as it's mercator that maps uses. I use geometry …
sql-server geometry geospatial spatial geographyPrevious Posts Cleaning up a map using geom_tile Get boundaries to come through on states Problem/Question I'm trying …
r ggplot2 geospatial interpolationI'm using MongoDB geospatial queries -- $near, geoNear, etc. -- and I'd like to know how to turn the dis …
mongodb geospatial human-readableI have the following available: last reported lat,lon w/timestamp target lat,lon estimated time to target heading How …
language-agnostic math geospatial estimation interpolationMy requirement is: Given a lat-lon bounding box, return a set of geohashes such that: The number of geohashes in …
map geolocation gis geospatial geohashingI tried doing the following: ggplot(geography) + geom_sf(aes(fill=rate, color = NULL)) but that didn't get rid of …
r ggplot2 geospatialI've created a simple site with a map where I'm connecting to a wms-server. The problem is now, that the …
javascript geospatial openlayers wms