PostGIS spatial database extension for PostgreSQL.
-1
votes
1answer
28 views
Selecting the surrounding points of a single point [closed]
I am using Postgresql and PostGIS(coordinates)
Example case: A database holds information about restaurants and each restaurant has unique coordinates on a map. I give coordinates to the database, ...
1
vote
1answer
159 views
Hibernate-Spatial Query for Points within an area
Dear stackoverflow readers,
I'm currently working on an application that has the requirement to load specific items based on its coordinates. Example: I want all shops from coordinates x or within 15 ...
0
votes
1answer
35 views
Searching points inside certain radius
I've got the following Point model:
class Point(models.Model):
name = CharField(max_length=50)
location = PointField()
I'm now trying to get all the point in a distance of 5 km of that ...
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 ...
1
vote
1answer
67 views
ImageMosaic-JDBC Error
I'm trying to get postgis raster layers in geoserver-2.3.1, with postgresql-8.4, postgis-2.0 and gt-imagemosaic-jdbc-9.1.jar support. I'm going through the tutorial with a PNG raster that i have. In ...
2
votes
1answer
101 views
postgis homebrew installation referencing an old path?
I upgraded, and subsequently reinstalled postgis and postgresql on OS X mountain lion. I receive this error when trying to use the postgis extensions:
ERROR: could not open extension control file ...
2
votes
1answer
102 views
Using multiple databases within the same application
I am currently developing an application in node.js. I have a Postgres/PostGIS database to store geospatial information and render them as SVG. That works fine so far. On the other side I have a ...
0
votes
0answers
22 views
using wfs_t to store data in postgis
i'm using wfs_t to add a feature to my layer, but when i click "save" i find nothing new in my table postgis
i'm using this tutorial: ...
1
vote
2answers
94 views
PostgreSQL update issue $libdir/postgis-1.5 $libdir/plr
I am trying to update from postgresql 9.1 to 9.2 on Mac OS X using binaries provided by William Kingesbury and since hours can`t find a solution for an issue with loadable libraries.
First I got the ...
0
votes
0answers
64 views
Receiving PG::Error when trying to save GeoJSON to Postgres / PostGIS database. What's missing?
I'm using Rails 3.2 with a Postgres / PostGIS database and the following gems:
pg (0.15.1)
rgeo (0.3.20)
rgeo-activerecord (0.5.0)
rgeo-geojson (0.2.3)
activerecord-postgis-adapter (0.6.2)
The ...
0
votes
1answer
46 views
Selecting Nodes Separating Line Segments
I want to select nodes separating line segments in a layer. I want to select nodes only where they are intersected by two lines, NOT when they meet with more than two line (e.g. a T intersection or ...
0
votes
0answers
21 views
not able to view imported .tif file in geoserver
I am using geoserver. I have imported a .tif file using postgis, which has been saved in vector type layer in geoserver. Now, whenever, I preview it, the layer gets automatically downloaded as wms ...
1
vote
0answers
57 views
not able to import raster data through raster2pgsql
I'm new to postgis and I'm not able to get through raster2pgsql.
The problem is:
I want to import a raster (.tif) file using raster2pgsql. But after running the command:
raster2pgsql -s 4326 -I -C ...
0
votes
1answer
66 views
Handling Exception From C Function
I have a function that is calling a function from a C library. Is there anyway that I can catch that exception from the Postgres function that's calling the C function?
Here's the function that I'm ...
3
votes
1answer
66 views
How to set InsertCommand parameter as function call?
I working on a GIS application which uses the PostgreSQL database with PostGIS extension. I already created the data access logic for entire project and everything works fine except the geometry value ...
0
votes
1answer
72 views
Spatial Join Query Optimization on Large Data Set
I have a use case where two sets of data are joined with an expensive spatial predicate. To parallelize the query I partitioned the spatial universe into tiles (in the order of thousands) such that ...
0
votes
1answer
62 views
Slow update with ST_Contains()
UPDATE tbl
SET city=s.city_name
FROM shp AS s
WHERE
ST_CONTAINS(s.city_geom,geom);
With the code above i can add exact city to a GPS point.
It runs about 45-50 min on 50 million rows.
There are ...
2
votes
1answer
143 views
How can I use PostGIS functions in rails?
The query I'd like to run is:
SELECT zcta.geoid10, ST_AsGeoJSON(ST_simplify(zcta.geom,500)) FROM zcta WHERE zcta.geoid10 = '90210'
However in the Rails console when I enter this:
testquery = ...
0
votes
1answer
111 views
How create polygons along line with fixed length on Postgis query or Leaflet(geojson)?
I have many lines in Postgis(with import in Geoserver). I need create(in new table) polygons(or buffers with fixed colors for count points in buffer) for each line with fixed length(1km, 100meters) ...
2
votes
1answer
106 views
PostgreSQL query error when using PHP
When I run a PostgreSQL query containing ::geometry casting, I get a type "geometry" does not exist error. I am using php5-pgsql V5.3.10, php5-fpm 5.4.13, Laravel 4, Postgresql 9.1, PostGIS 2.0.1 on ...
2
votes
0answers
261 views
Prevent installation of BOTH PostgreSQL 9.1 and 9.2
In an attempt to automate the deployment of an Ubuntu 12.04 server (using Puppet) that contains Postgresql 9.2 and PostGIS 2.x, I end up with both PostgreSQL 9.1 and 9.2 installed and their services ...
1
vote
0answers
132 views
Postsql and Postgis
I'm trying to get postsql and postgis to work together, but keep running into the same issue.
Using:
PostgreSQL 9.2.3 (postgres.app)
when I run:
CREATE EXTENSION postgis;
ERROR: could not access ...
0
votes
0answers
63 views
Get points closer than X meters in PostGIS
I had multiple locations represented by WGS84 system, so I made a table in PostgreSQL with name of the location, and than I added geometry column like this:
SELECT AddGeometryColumn( 'public', ...
1
vote
1answer
52 views
Why do we use `As foo (geom)` and not `As geom`
In the query below, why do we use As foo (geom) and not As geom? What does foo() do?
SQL Query
SELECT ST_SRID(geom) AS srid, ST_SRID(ST_SetSRID(geom, 4326)) as srid_new
FROM (
VALUES (
...
0
votes
0answers
23 views
find username and password for PostGIS for use in QuantumGIS on Mac Lion
I installed postGIS successfully and now need the login info for getting the data into a QuantumGIS file. I don't recall ever creating a username and login when I installed postGIS, I've gone over ...
0
votes
2answers
103 views
PostGIS Error: Could not choose a best candidate function
When creating a View, I get the error function populate_geometry_columns(unknown) is not unique. A book that I'm reading used this, but its giving me an error. What could have gone wrong for me?
...
0
votes
1answer
123 views
Relation “pk” already exists in Postgresql 9.1
I am new to Postgres/PostGIS, currently following a PostGIS book. When I tried one of their example's query, I get the error below stating that the relation "pk" already exists. Does this mean that 2 ...
0
votes
0answers
17 views
how to use st_xmax by hibernate/jpa
The following does not work.
import javax.persistence.criteria.CriteriaBuilder;
import javax.persistence.criteria.Predicate;
import javax.persistence.EntityManager;
import ...
0
votes
1answer
83 views
PostgreSQL: Add cities to points by ST_Contains()
I have a table with 2 columns:
-geom : (Lat/lang pairs in this from) ST_SetSRID(ST_MakePoint(longg,lat),4326)
-city : an empty column
I have an imported shape file from a country(as a table with ...
0
votes
1answer
100 views
OpenStreetMaps and Postgis: wrong latitude and longitude from a geography point
I downloaded the file italy.osm and import to postgresql with postgis.
So i try to extract latitude and longitude from the field "way" (geometry) of the table planet_osm_point, using the functions ...
0
votes
2answers
45 views
Retrive a limited number of records that locates near a geo spatial point
I have a use case where I need to retrieve a limited number of records that has a location hear a geospatial point. Something similar to:
SELECT * FROM table WHERE location is near (x, y) LIMIT 200
...
2
votes
1answer
163 views
PostGIS recursive intersection between polygons
I'm trying to perform a recursive intersection between all the Polygons in a spatial Table, and obtain the resulting (multi)pololygons and the information about every intersection for each of them.
...
0
votes
3answers
131 views
Django + postgreSQL: find near points
For my app, I need to determine the nearest points to some other point and I am looking for a simple but relatively fast (in terms of performance) solution. I was thinking about using PostGIS and ...
0
votes
1answer
179 views
Generate population heatmap: Mapreduce?
I have a MySQL table containing
(100 million) Lat/Lng coordinates of locations in America
Number of people living within a square mile radius of that location
Question: After generating and ...
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
69 views
Problems combining (union) Multipolygons in geodjango
I'm using geodjango and postgis (1.x),
What is the best way to combine (union) a list of multipolygons.
in what i assume is rather inefficient i'm looping trough like this
combined = multipolygon
...
0
votes
1answer
281 views
osm2pgsql windows “illegal option -W” error
tI'm trying to import map data into a postgis DB on windows. I've doing this for years using osm2pgsql but the latest update of Spain map generates a duplicate key error. It seems to be a 64 bit ...
3
votes
2answers
231 views
Postgis ST_Distance (Minimum Distance Calculation)
I have a geometry of type polygon , I am calculating minimum distance of a POINT may be inside of polygon geometry(made up of 360 points as a closed geometry) or outside of polygon geometry with ...
0
votes
1answer
89 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 ...
0
votes
1answer
79 views
Querying Netezza via SquirrelSQL returns WKT geometry in unknown encoding
I am using SquirrelSQL to write and execute SQL queries on a Netezza database. Using Netezza's spatial capabilities (which are essentially the same as those of PostGIS) I've executed a query and ...
1
vote
1answer
70 views
Connection between Postgis database and Mapnik
Hi I am trying to render mine postgis data into Mapnik , but not being able to do the same, Can any one share with me the Python file for the same , which explanes how to do the same.
Manish Sharma
0
votes
2answers
166 views
Display data from postgis over google maps
I am working on a project where i am using postgres/postgis and asp.net with c# connected with google maps api v3.
My issue is that i would like to be able to display spatial data ex: points of ...
1
vote
0answers
77 views
Using PostGis' ST_AsPNG() Output to Create Image with PHP
I'd like to create an image based on raster output I'm building from a PostgreSQL spatial database.
I have a query:
SELECT (
ST_AsPNG(
ST_AsRaster(
geom, 1.5::double ...
0
votes
0answers
58 views
Using osmosis to convert POSTGIS Table to .OSM
I am using osmosis 0.42 and PostGIS 2.0.1 and I'm trying to export some postGIS tables to .OSM xml files.
I am using the --read-pgsql command to read from postgis (instead of --read-apidb as it ...
7
votes
1answer
461 views
Converting lat-long to PostGIS geometry without querying the database
I have a table in postgresql with a PostGIS geometry(point, 4326) column (location, using SRID 4326) and I have a Python application that using SQL Alchemy updates the table (the rest of the columns) ...
2
votes
1answer
63 views
Access PostGIS from R on Windows XP
Is there any easy way how to access PostGis data in R on Windows XP?
I thought I can try rgdal, but there is no easy way how to add PG driver (see file.show(system.file("README.windows", ...
0
votes
2answers
56 views
How to fix mixed lat / lng order
I have some OSM data imported with osm2pgsql:
osm2pgsql -d geomdb -l -U DBUSER -H DBHOST -S my.style germany.shp
The default srid is 4326:
GEOGCS["WGS 84",DATUM["WGS_1984",SPHEROID["WGS ...
1
vote
1answer
36 views
Are there performance gains to using WHERE ST_IsValid?
I'm using PostgreSQL 9.2 with PostGIS 2.0.1 on Windows.
Consider a table some_table with a GEOMETRY column named geom.
Query 1:
UPDATE some_table
SET geom = ST_MakeValid(geom)
Query 2:
UPDATE ...
1
vote
1answer
24 views
Is it possible to use PostGIS for three-dimentional space?
I know that PostGIS is very good for geographic objects. Is it possible to use it in 3D or 4D and more?
0
votes
0answers
57 views
GeoDjango - Splice geometry by bounding box
I am looking for a solution to retrieve the geometry(ies) from a polygon/multipolygon within a bounding box in a GeoDjango application.
The application I am developing has a requirement to server out ...



