0
votes
1answer
15 views

Combine polygons for a coveredby query

I am trying to figure out how to run a SQL query for where points fall within certain polygons. Basically, end-users can enter in N number of polygons, and I need to find all the relevant data within ...
4
votes
2answers
43 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
1answer
48 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
19 views

driving_distance does not return all sets of distance

I'm working with pgRouting, trying to get the distance matrix along the river system. I use driving_distance function and it seems like I am getting what I want, but when I check the result table ...
0
votes
1answer
54 views

Postgis Postgres client integration not working?

I'm experimenting with Postgis. I have setup a database added a table with a geometry column with points in it and indexed that column. One thing I find strange is that in many cases the data in the ...
0
votes
1answer
88 views

Postgres/PostGIS SQL update slamming hard drive hard despite no new data created

I have a table with 3.7 million rows. It has a boolean value (called bool_value below) that already has a value for all rows. I am using this query to udpate bool_value: DROP INDEX IF EXISTS ...
3
votes
1answer
102 views

postGIS applications

I would like to learn how to build applications using postGIS. I am wondering if there are good open source examples out there that I can take a look at? I am particularly interested in those that not ...
1
vote
1answer
125 views

creating a polygon from points around a point in postgis

I have a postgresql db using postgis 2.0 and a table of thousands of points, I would like create a polygon of the furthest points originating around a particular central location. I haven't got a clue ...
2
votes
1answer
208 views

How to find the elevation of a lon/lat polygon

I am trying to create an application that uses terrain information about an area. I use lon/lat (4326) polygons from a kml file and store the geometries in postgis. I need to find the elevation ...
0
votes
1answer
80 views

“Infinitely large” geometry that intersects and contains everything in spatial DB

I have a database table of areas that can contain each other resulting in a tree/forest structure. Each area has a parent pointer and top-level areas have a null parent. I would like to change this ...
0
votes
2answers
135 views

2D Open Street Map Data Representation in Meters

I am in the process of converting OSM data into an open source Minecraft port (written in javascript - voxel.js). The javascript rendition is written such that each voxel (arbitrarily defined as a ...
2
votes
1answer
164 views

Find all items within a bounding box with PostGIS and Rails

I have a Rails model that uses a PostGIS POINT type to store the coordinates of a location. How can I query all locations that are contained within a bounding box? The bounding box comes from Google ...
2
votes
1answer
116 views

How to snap line string start & end vertex to the nearest point?

I have a point layer and a line layer. The points are road junctions, collected using DGPS, while the lines are the connecting roads, collected through Handheld GPS in tracking mode. As a result, the ...
1
vote
1answer
363 views

Difference between multipolygon and polygon in PostGIS

Good morning every body; Can any one tell me the difference between point and multipoint? linestring and multilinestring? polygon and multipolygon? In PostGIS What is the secret behind defining ...
0
votes
1answer
74 views

How to make a geography field unique?

I have this model: class Marker(models.Model): location = models.PointField(geography=True, unique=True) When I try to add a Marker instance through the admin interface, it raises a ValueError: ...
0
votes
1answer
264 views

postGIS for latitude and longitude

I created a table named zipcode with the following columns Id State Zip Latitude Longitude column1 column2 Columns named column1 and column2 are the 2 geometry columns i have created to store the ...
0
votes
0answers
131 views

Given a location's coordinate, locally find out the zip-code without any Web API

I'm working on the visualization of a large spatial data set(around 2.5 million records) using Google maps on a web site. The data points correspond to geographic coordinates within a City. I'm trying ...
8
votes
2answers
282 views

Data binning: irregular polygons to regular mesh

I have thousands of polygons stored in a table format (given their 4 corner coordinates) which represent small regions of the earth. In addition, each polygon has a data value. The file looks for ...
1
vote
1answer
145 views

OpenLayers scale: What is the unit size?

I have a flat game-world map that I've rastered with gdal2tiles.py (-p raster, obviously, as it has not geolocation info). Displaying it as a TMS layer works just fine. I also have vector data I want ...
0
votes
1answer
65 views

can not import libgdal with python django

I am gettinh this error with djnago >>> import django.contrib.gis.gdal >>> print django.contrib.gis.gdal.libgdal.gdal_full_version() Traceback (most recent call last): File ...
2
votes
1answer
273 views

RGeo Projected Buffer Polygon too small

I have a rails app that is using rgeo 0.3.19 with proj4 support connecting to a PostGIS 1.5 database with the rgeo-activerecord 0.4.5 gem. My app has a model called Region which contains a geographic ...
1
vote
2answers
134 views

How to calculate distance from point A to point B taking into account the availability of roads and public transport?

Imagine I have a PostGIS database with following pieces of information OSM (OpenStreetMap) of a city, the roads/streets inside the city and the routes of public transport in that city. I want ...
2
votes
1answer
81 views

Caching spatial queries

Given a service that returns some data for a location (lat/lng) querying an spatial database, I'm interested in a good way to use a memory caching strategy given that use cases: Lat/Long values will ...
5
votes
1answer
81 views

Separate GIS points into groups of points that are close to each other

Have set of coordinates that need to be separated into groups that are close to each other. Working with Python against a PostgreSQL database. I figured out a solution that would work, but then I ...
1
vote
1answer
537 views

How to insert into geometry_columns in postgis 2.0

Hello. When I used postgres 8.4 and postgis 1.5, I register tables (for example, for qgis) with coordinates in geometry_columns. But now, in postgres 9.2 and postgis 2.0, geometry_columns it's ...
2
votes
0answers
181 views

Is there Delphi support for GIS specialized databases? [closed]

Such as PostGIS and SpatiaLite? I am using AnyDac, which does not provide support. Are there any other components which can make life easier for me when working with such GIS enabled databses in ...
0
votes
0answers
140 views

SQL Server. Shortest distance between two points in the streets

I want to know if there is a way to get the shortest distance (Dijkstra algorithm) in a map of streets in SQL Server. I had implemented other solution, but using linear distance using st_distance ...
0
votes
1answer
116 views

Postgis error on select all intersetcs of a polygon

i can get all polygon on intersects this:-7.9245860488441 -37.122384500713,-7.9245860488441 -37.11904223938,-7.9233955716106 -37.1187601948 SELECT * FROM propriedades WHERE ST_Intersects( ...
3
votes
0answers
114 views

How to test Rails applications using GIS databases

I'm developing a Rails app (3.2.8) that will use the activerecord-postgis-adapter and activerecord-spatialite-adapater gems and various rgeo plugins. I would like to use the Rails unit and functional ...
0
votes
1answer
437 views

Can PostGIS be used to create a grid map of a country?

I'm trying to divide the map of an area into 1 km x 1 km square grids and ultimately, count and retrieve how many points (given their latitude and longitude values) fall into each square grid of this ...
0
votes
2answers
370 views

Automatically fixing ring self-intersections in shp2pgsql

We're importing a whole bunch of ArcGIS shapefiles into PostGIS, converted on the fly with shp2pgsql. Problem is, if the shapefiles have any ring self-intersections, the import chokes: NOTICE: Ring ...
2
votes
2answers
504 views

How to calculate distance between points on python side of my appplication in way that is consistent in what database does

I'm writing an application that makes heavy use of geodjango (on PostGis) and spatial lookups. Distance queries on database side work great, but now I have to calculate distance between two points on ...
0
votes
4answers
702 views

Creating a polygon around a linestring with PostGIS

I am new to PostGIS and need to ask for some help here. I have a polyline from google maps (representing an itinerary) and need to build a polygon (buffer) around it with a specific distance in meters ...
1
vote
1answer
115 views

neighborhood classification with postgis

I need to build a web application to explore some survey data, but I am struggeling a bit to find the right tools. PostGIS looks quite interesting, but I am not sure if it fits my needs or is maybe ...
0
votes
1answer
240 views

Points to polygon conversion

I am loading a xml file into my postgresql / postgis database the following field contains cords for lat long of the area im wanting to convert to a polygon. Is there a way to use ST_MPolyFromText to ...
5
votes
1answer
378 views

PostGIS/CartoDB: Store Timestamp for each point in a MultiLineString

I'm using CartoDB as a PostGIS server for my app. I need to store tracks and associate a timestamp for each coordinate pair of track points, in order to make queries like give me the distance ...
0
votes
2answers
387 views

Length of a border of a POLYGON (or MULTIPOLYGON) in postgis

I have a PostGIS database with some POLYGONs (some are MULTIPOLYGONs). I want to find the length of the border of these polygons. They are shapes of administrative boundaries, and hence I'd like to ...
0
votes
1answer
401 views

Spatial gist index in postgis - performance

I have problem with gist index. I have table 'country' with 'geog' (geography,multipolygon) columny. I have also gist index on this column. This simple query with ST_CoveredBy() against table with 2 ...
1
vote
1answer
432 views

Grib2 to PostGIS raster — anyone get this to work?

I have an application for which I need to import U.S. National Weather Service surface analyses, which are distributed as grib2 files. I want to pull those into PostGIS 2.0 rasters, do some ...
3
votes
2answers
571 views

Find all geometry that intersects a point

I'm trying to find a way to locate all geometry that intersects a given point with PostGIS on CartoDB.com (cloud hosted spatial db). The closest I've been able to get to reproduce this is: SELECT * ...
0
votes
1answer
81 views

I want to create a desktop base Application for geoprocessing and store result in PostgreSQL(postgis)!

I wanted to know what all i need to create a desktop application for geoprocessing and to store it in postgis. I need to extract values from satellite images and store it in postgresql. So my basic ...
2
votes
2answers
1k views

How to use ST_DWithin to find near point?

This is the first time I create a GIS query. In one table of my database, there is a column with point type. Each record is one ATM machine. I want to write a query to get ATM machines that near by my ...
9
votes
2answers
1k views

MySQL Postgresql / PostGIS

I have lat/lon coordinates in a 400 million rows partitioned mysql table. The table grows @ 2000 records a minute and old data is flushed every few weeks. I am exploring ways to do spatial analysis of ...
1
vote
3answers
700 views

how to convert many points to a multipoint in postgis

I need to convert a table of points where i have those columns (id,the_geom) to a multipoints? Why I need to do this? Because I want to create a buffer around each point, and if I work with point i ...
1
vote
2answers
149 views

When to store lontitude and data in a spatial enabled DBMS and when to store as Float?

I have a bunch of latitude and longitude data from my GPS running watch, and I want to store that in a DB, I've been reading about GIS but I don't know what does a spatial enabled DBMS like PostGIS ...
4
votes
1answer
317 views

Geoserver - How do I draw a geodesic line that represents the great circle between two points

I'm using Geoserver version 2.1.1, Postgres 9 and PostGIS 2.0 What I want to achieve should (i think!) be quite straight forward. I want to render on a map a line that represents the Great Circle ...
0
votes
1answer
179 views

How do i define a postgis polygon based on a great circle line

I wish to use PostGIS to select all the points within a polygon, but this question is about defining the actual polygon. I'm looking to define a polygon that is based on a great circle, specified by ...
3
votes
2answers
3k views

Distance between 2 POINTs in Postgis in srid 4326 in metres

This is probably a simple question, but I'm not very good at PostGIS and don't fully grok all of this. Basically I have a table (nodes) with a POINT column (point). I have created an index on this ...
5
votes
2answers
1k views

ST_DWithin takes parameter as degree , not meters , why?

The ST_DWithin document says , the third parameter(distance) is in meters. But when I execute some query , it seems it takes the 3rd parameter as 'degree' ? Here is my simplified table structure : ...
1
vote
1answer
659 views

Finding all areas that intersect with a point and vice-versa - PostGIS

I'm developing a project using PostGIS to hold spatial data where I have records that hold geometry point data and records that hold geometry area data. To solve my problem I'm looking for two queries ...

1 2 3