Tagged Questions
PostGIS spatial database extension for PostgreSQL.
21
votes
1answer
276 views
How can I query the postgres Point type from clojureql?
How can I query the postgres Point type from clojureql? I wish to use the PostGIS functionality but clojureql does not seem to include this.
16
votes
3answers
2k views
How to intelligently degrade or smooth GIS data (simplifying polygons)?
I have detailed US county maps, from the TIGER LINE data sets. How might I sample, smooth, or degrade the data so that I get straighter, more boxy, less "noisy" shapes to represent the geographical ...
11
votes
9answers
8k views
good postgresql client for windows?
coming back to postgresql after several years of oracle ...
what are the state-of-the art postgresql administrative/ddl generating/data inserting frontends on windows? it would be nice if it had ...
9
votes
1answer
646 views
Error Saving geodjango PointField
I have a geo model with a PointField property. Everything works perfectly locally, but when I try to save an instance on the server, I get the following error:
django.db.utils.DatabaseError: invalid ...
9
votes
2answers
3k views
GIS: PostGIS/PostgreSQL vs. MySql vs. SQL Server?
EDIT: I have been using Postgres with PostGIS for a few months now, and I am satisfied.
I need to analyze a few million geocoded records, each of which will have latitude and longitude. These records ...
7
votes
2answers
1k views
7
votes
2answers
2k views
How do I convert a latitude/longitude pair into a PostGIS geography type?
I'm trying to load a bunch of latitude/longitude pairs into a PostGIS geography type so as to be able to query by location.
In particular I have a table with float latitude and longitude columns and ...
7
votes
4answers
5k views
How do you know what SRID to use for a shp file?
I am trying to put a SHP file into my PostGIS database, the the data is just a little off. I think this is because I am using the wrong SRID. The contents of the PRJ file are as follows:
...
6
votes
3answers
1k views
Accessing PostGIS spatial data from Rails
I need to use an existing PostGIS database from my Rails application. So far I am able to access the DB just fine, GeoRuby nicely converts the 'geom' column into a Point object.
What I am looking for ...
5
votes
2answers
245 views
How Can I Transform the Coordinates of a Shapefile
I am trying to get neighborhood data into my application, and I'm having problems with the data I am using, which I got from here.
This file contains a shapefile that has the neighborhoods of San ...
5
votes
2answers
337 views
Cluster points in PostGIS
I'm building an application that pulls lat/long values from a database and plots them on a Google Map. There could be thousands of data points so I "cluster" points close to each other so the user is ...
4
votes
1answer
69 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 ...
4
votes
1answer
94 views
Given collection of points and polygons, determine which point lies in which polygon (or not)
My question is almost similar to this. But in my case, the polygons are not necessarily touching/overlapping each other. They are present all over the space.
I have a big set of such polygons. ...
4
votes
1answer
61 views
Draw Camera Range with Postgis
i am working on some camera data. I have some points which consist of azimuth, angle, distance, and of course coordinate field attributes. In postgresql postgis I want to draw shapes like this with ...
4
votes
1answer
171 views
GeoDjango distance queries returning incorrect results
I just got GeoDjango up and running on my development machine. Problem is that I can't get a distance query to work correctly. No matter what SRID I use, the distance results are totally off. Here's ...
4
votes
1answer
543 views
Rails with PostGIS
First of all, I'm using Rails3 with Ruby 1.9.2.
I have a problem using PostgreSQL with PostGIS. I've tried two gems:
https://github.com/nofxx/georuby
...
4
votes
2answers
332 views
How to represent spatial data in Cassandra
Can someone tell me how to represent spatial data (coming from postgis) in Cassandra?
4
votes
2answers
518 views
What SRID should I use for my application and how?
I'm using PostgreSQL with PostGIS. All my data has already decimal lat/long attached to it (i.e. -87.34554 33.12321) but to use PostGIS I need to convert it to a certain type of SRID.
The majority of ...
4
votes
3answers
5k views
JPA/Hibernate Native Queries do not recognize Parameters
I am using Hibernate/JPA to execute native PostGIS queries. The problem with these queries is that they need parameters that are not of the classical X = 'value' form.
For example, the following ...
4
votes
4answers
1k views
Can I ask Postgresql to ignore errors within a transaction
I use Postgresql with the PostGIS extensions for ad-hoc spatial analysis. I generally construct and issue SQL queries by hand from within psql. I always wrap an analysis session within a ...
4
votes
2answers
537 views
ST_Buffer equivalent for Circle based searches in MySQL?
I need to search for a row with a point that is within a specified circle using MySQL GIS. Pseudocode example query is:
select * from gistable g where isInCircle(g.point, circleCenterPT, radius)
...
4
votes
3answers
3k views
Encoding problems with ogr2ogr and Postgis/PostgreSQL database
In our organization, we handle GIS content in different file formats. I need to put these files into a PostGIS database, and that is done using ogr2ogr. The problem is, that the database is UTF8 ...
4
votes
6answers
2k views
Any good spatial database tutorials out there?
I was looking to explore the spatial capabilities of PostGIS or SQL Server 2008. Maybe Oracle as well.
I was wondering if there are any good tutorials out there exploring the spatial capabilities of ...
3
votes
1answer
33 views
Converting Postgresql data to Open Street Maps
I have some shapefiles that I tried to convert to .osm without success. After hours trying, I'm looking for a different approach. I wanna know if I can import from Postgres to Open Street Maps.
I'm ...
3
votes
1answer
41 views
Rails not fully compatible with postgresql+postgis geometry data type
I'm using Rails 3.1, and I have tables with the PostGIS geometry datatype. These don't seem to be compatible with rake db:schema:dump or rake db:test:clone and the rake test:* tasks. The tables ...
3
votes
1answer
205 views
Installing a fully functional PostGIS 2.0 on Ubuntu Linux GEOS/GDAL issues
I have been working on getting postgis 2.0 up and running on an ubuntu-maverick-amd64 linux server for about a week now. I am going for raster and topology support.
I used the following to ...
3
votes
4answers
206 views
How can I query the nearest record in a given coordinates(latitude and longitude of string type)?
I am using GeoDjango with PostGIS. Then I am into trouble on how to get the nearest record from the given coordinates from my postgres db table.
3
votes
1answer
91 views
Save web data into PostGIS
Is it possible to store harvested data from a website(Nestoria) upon implementing their APIs using PHP?
I am able to extract the data using PHP and it displays the result on a web browser, but I need ...
3
votes
1answer
126 views
How can i load multiple gpx files into PostGIS?
I have a bunch of gpx files that come from GPSLogger for Android app.
Files look like:
<?xml version="1.0" encoding="UTF-8"?>
<gpx version="1.0" creator="GPSLogger - ...
3
votes
1answer
94 views
What is ST in PostGIS?
Almost all the functions in PostGIS start with ST. e.g. ST_Distance_Sphere, ST_GeomFromText, ST_Intersection, etc.
What does ST mean?
...
3
votes
2answers
146 views
postgis shape file import problems
Hi I'm trying to import a shape file from
http://www.nyc.gov/html/dcp/html/bytes/bytesarchive.shtml
into a postgis database. the above files creates MULTIPOLYGONS when i import using shp2pgsql.
...
3
votes
2answers
139 views
Recommended hosting for PostGIS app
I've developed an PHP + PostGIS app and I need to host it somewhere.
Can anyone recomend me a web hosting that sopport Postgres + PostGIS databases?
I found some places to host the app, but I would ...
3
votes
1answer
685 views
Postgis installation: type “geometry” does not exist
I am trying to create table with Postgis. I do it by this page. But when I import postgis.sql file, I get a lot of errors:
ERROR: type "geometry" does not exist
Do anybody know how can I fix it?
3
votes
2answers
492 views
Rails - PostGIS + postgis_adapter Geometry Problem
I use postgis_adapter alongside with PostgreSQL 9.0.4, PostGIS 1.5.2 and Rails 3.1.0 on Ruby 1.9.2.
As described in the the postgis_adapter README, I tried to perform
Model.create(:geom => ...
3
votes
3answers
386 views
Large Sample Database with Latitudes and Longitutes
I am looking for a large sample dataset (preferably in csv format) that has lat/lng coordinates.
PostgreSQL,PostGIS
3
votes
3answers
636 views
Using PostGIS with an existing data table that has decimal coordinates
I have a data file in CSV format that has the some data like this:
field id | data tile | data description | longitude | latitude
I have PostgreSQL and PostGIS already installed and I would like to ...
3
votes
1answer
655 views
Comparison of geospatial support for mongodb and postgis
I am in the process of creating a consumer facing location based mobile app that will heavily need GIS support. I have narrowed down the databases to Postgres (PostGIS) and mongodb.
I was wondering ...
3
votes
1answer
631 views
postgis / proj 900913 to 4326 projection issues with Y coordinate
this is an oldie, but i cannot seem to find a solution.
When i want to do an st_transform on a 900913 coordinate to a 4326 system, the y coordinate shifts.
example:
SELECT
AsText(
Transform(
...
3
votes
3answers
930 views
Need performance on postGIS with GeoDjango
This is the first time I'm using GeoDjango with postGIS. After installation and some tests with everything running fine I am concerned about query performance when table rows will grow.
I'm saving in ...
3
votes
2answers
127 views
How to Improve UPDATE query result time in Postgresql?
I have the following query running for 3hours+:
UPDATE eop_201007
set coord_x = gi.x_etrs89, coord_y = gi.x_etrs89,gr_type = 4
from eop_201007 as eop, geoindex201001 as gi
where eop.cp7=gi.cp7 AND ...
3
votes
3answers
2k views
Display Map like OpenStreetMap
I like the way OpenStreetMap display its map. It almost looks like Google Map. I have already installed GeoServer and PostGis on my notebook. I also got this cloudmade osm file for my country, ...
3
votes
1answer
703 views
Continents/Countries borders in PostGIS (Polygon vs Linestring)
I would like to insert the polygon containing Europe in my PostGIS database.
I have the follwoing extremes points:
NW = NorthWest Border(lat=82.7021697 lon=-28.0371000)
NE = NorthEast ...
3
votes
1answer
76 views
is there any temporary table after query?
After I got results from some query is there any name of temporary table created from those results???
3
votes
1answer
2k views
How to change SRID of geometry column?
I have table where the one of columns is geometry column the_geom for polygons with SRID. I added new column in the same table with exactly the same geometry data as in the_geom. This another column ...
3
votes
2answers
2k views
Generating density/heat maps like SpatialKey
SpatialKey generates some really nice looking heatmaps, and we're looking into what's involved in doing this for an internal project to visualize large amounts of points. I'm looking for feedback on ...
3
votes
2answers
2k views
Postgis - How do i check the geometry type before i do an insert
i have a postgres database with millions of rows in it it has a column called geom which contains the boundary of a property.
using a python script i am extracting the information from this table and ...
3
votes
2answers
365 views
How to move spatial data from Oracle to Postgres
Does anyone have a clear document on how to move Orace Spatial data to Postgres (both Community version and Enterprise DB... Thanks
3
votes
2answers
945 views
Slow Postgres Query
I'm new to Postgres and SQL. I created the following script that draws a line from a point to a projected point on the nearest line. It works fine on a small data set 5 to 10 points with the same ...
3
votes
5answers
1k views
Why is PostgreSQL so slow on Windows?
We had an applicationg running using MySql. We found MySql was not suitable for our app after we found that it didnt support some of the GIS capability that PostGIS has (note: mysql only supports ...
3
votes
3answers
5k views
Real (Great Circle) distance in PostGIS with lat/long SRID?
I'm using a lat/long SRID in my PostGIS database (-4326). I would like to find the nearest points to a given point in an efficient manner. I tried doing an
ORDER BY ST_Distance(point, ...