The postgis tag has no wiki summary.
1
vote
1answer
43 views
How to apt-get install a package for Ubuntu Quantal from Ubuntu Precise 12.04
On Ubuntu Precise 12.04, the package osm2pgsql is currently at 0.70.5+r25090-2ubuntu2. However I need to install a newer version 0.80 but apt-get update does not provide the newer version.
Question: ...
1
vote
1answer
163 views
Failed dependencies: POSTGIS RHEL6
I am attempting to install POSTGIS on RHEL6.3x64.
To do this I used the following steps
installed epel-release-6-7.noarch.rpm
yum install postgis
There was a dependency issue and would not ...
1
vote
1answer
435 views
Django, PostGIS, Postgres on Mac OS X Installation Issues [closed]
So the context
Django1.4.x doesn't support postgis2.0 (https://code.djangoproject.com/ticket/16455)
Postgres9.2x doesnt support postgis1.5 ...
1
vote
1answer
206 views
Contrib directory in PostgreSQL 9.1
Where is the contrib directory in PostgreSQL 9.1?
This source states its at /usr/share/pgsql/contrib but the directory /usr/share/pgsql does not exist. I installed PostgreSQL from the rpm, on a ...
0
votes
1answer
913 views
Dependency issue installing PostGIS on CentOs 6.3
I am new to linux and is trying to install PostGIS2 after successfully installing PostgreSQL 9.1. The machine is running CentOS 6.3 and has cPanel installed.
Problem: When I tried installing PostGIS ...
2
votes
1answer
871 views
Configuration Tuning for PostgreSQL 9.1 PostGIS 1.5 Ubuntu 12.04 Server
My server performance is poor. At times SSH, top, and other features or commands are very slow to respond, taking several seconds or more. A query that normally takes 5 minutes can sometimes take 30 ...
2
votes
1answer
678 views
How to import a dump in Postgres from a newer version?
We have a postgres-databse under windows, that is version 9.1. From that we want to dump the data and import under a Linux-server, that runs Postgres 8.4. The data include spatial data with Postgis.
...
4
votes
2answers
385 views
How to scale out OpenStreetMap data efficiently
For over a year now, I'm running an in-house PostGIS server filled with OSM data, used for both Mapnik-based tile generation and Nominatim-based geocoding, updated with day replicates. This works ...
3
votes
0answers
137 views
Ignoring maturity, which database would be better for storing spatial data? [closed]
I am looking to store possibly millions of spatial locations. I will need to do queries like "hotels within 10 miles of [lat,lng]".
I've had a little experience with MongoDB in this regard and was ...
0
votes
1answer
510 views
installing PostGIS PostgreSQL 9.1 on windows
Trying to follow these instructions however there is no "Spatial Extensions" in the "Application Stack Builder".
2
votes
1answer
1k views
Using PostgreSQL 9.0 and PostGIS 1.5 on Debian Squeeze
I have installed PostgreSQL 9.0 (postgresql) and PostGIS 1.5 (postgis) from Debian Backports on my freshly installed Squeeze (stable).
However, when trying to create a PostGIS-enabled database, I ...
2
votes
2answers
368 views
Installing Nominatim Pre-Indexed Data
I am trying to install nominatim using this guide. After one day of processing, I finaly get this message:
feature 895(k)
Killed
After a read in dmesg I got:
[143978.925793] Out of memory: kill ...
2
votes
1answer
1k views
Setting up PostGIS on Ubuntu 10.10
I followed this manual:
http://www.paolocorti.net/2008/01/30/installing-postgis-on-ubuntu/
I installed using aptitude:
postgis
postgresql-8.4-postgis
but there is no script lwpostgis.sql in the ...
0
votes
1answer
149 views
GeoServer in Tomcat doesn't get update shapefiles from PostGis
I have two GeoServers running in the same machine Ubuntu Server 9.04. GeoServer V2.0.1 is running with Jetty and another GeoServer V2.0.0 is Tomcat. Both of them are using the same PostGis datastore.
...
0
votes
1answer
182 views
Suggestions for hosting Java EE App.(Tomcat,Glassfish) and Postgis
Which company offers the best services for hosting the above app?(Preferable tomcat and postgis)
0
votes
2answers
764 views
Setting up PostGIS on Ubuntu Server 9.04?
Ubuntu Server 9.04 comes with PostgreSQL 8.3 installed. This is working correctly; I am able to log in, list the databases, etc.
I have tried to follow the instructions here for installing PostGIS, ...