&
Best unofficial Apache Server developers community
Username
Remember me?
Password
Forgot password?
Create an account
List archives
Videos
Answers
Questions
Unanswered
Tags
Ask Question
postgis
0
votes
1
answer
35
views
How to get this postgis data into a format I can use with Google Maps/KML
If I run the following query in postgis select postcode, st_astext(geom) from testshp where postcode = 'L9 2DA'; I get the following: "L9…
postgresql
kml
postgis
asked
June 24, 2011 8:56 am CDT
leddy
0
votes
0
answers
32
views
Postgis advanced (?) selection query
The problem: I need to select, for each building in my table that has say at least 2 pharmacies and 2 education centers within a radius of 1km, all…
query
postgresql
postgis
self-join
asked
June 24, 2011 8:51 am CDT
Dackster.ox
1
vote
0
answers
32
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…
php
postgresql
geolocation
gis
postgis
asked
June 24, 2011 1:04 am CDT
Mike
0
votes
1
answers
29
views
How would I write this spatial query?
I have the following table structure: column names : cell longitude latitude bcch bsic data types : varchar double double double double Keys : x I…
sql
postgresql
gis
postgis
asked
June 22, 2011 11:31 pm CDT
Basarat Ali
0
votes
1
answers
37
views
Casting a Geography type in PostGIS
I have the following table defined, which uses PostGIS geography. CREATE TABLE test_geog ( id SERIAL PRIMARY KEY, boundary GEOGRAPHY(Polygon) ); I…
database
postgresql
postgis
asked
June 22, 2011 4:22 pm CDT
Steph
0
votes
1
answers
68
views
PreparedStatement is not reading all my parameters for PostGIS Geography
I have the following JDBC code. Note that I am attempting to use PostGIS geography: PreparedStatement stmt = db.prepareStatement("INSERT INTO " +…
java
database
postgresql
jdbc
postgis
asked
June 21, 2011 5:18 pm CDT
Steph
0
votes
1
answers
41
views
Checking validity of postgis polygon data (imported from shapefile)
I'm very new to postgres/postgis so please bear with me. I've imported a shapefile using the shp2pgsql command and now I'm trying to view it to…
postgresql
google-maps-api-3
kml
postgis
shapefile
asked
June 20, 2011 10:19 am CDT
leddy
0
votes
0
answers
51
views
Copy state of object--Post-GIS Geometry object
After spending some time trying to create a mock object (or stub, who knows...) of Post-GIS's Geometry object, I have decided it would beneficial to…
c#
visual-studio-2008
postgresql
postgis
asked
June 17, 2011 4:51 pm CDT
Alan Reno
0
votes
1
answer
28
views
PostGIS: Calculating minimum Distance between a Point and 2 fks: origin and destination
I have a table Transport that has 2 fks pointing a table Spot . those fks store origin and destination of the transport. I need to do a query that…
sql
postgresql
postgis
asked
June 15, 2011 3:10 am CDT
maraujop
1
vote
2
answers
43
views
What are good ways to upload large amount of spatial data in Postgis ?
I have a large amount of spatial data I need analyze and put into use in an application. Original data is represented in WKT format and I'm wrapping…
postgresql
spatial
postgis
spatial-index
asked
June 11, 2011 8:01 pm CDT
ablimit
1
vote
2
answers
27
views
Python PostgreSQL Statement Problem psycopg2 cursor.execute(Table Union)
I am new in python, and using Python & PostgreSQL (9.03) (and psycopg2 to interface between the two) in Windows XP environment. I am working on…
python
postgresql
postgis
psycopg2
asked
June 6, 2011 5:30 am CDT
klein maine
0
votes
2
answers
63
views
Storing GPX-Files in Database mysql vs. postgis (postgresql)
Hi Guys, i'm working on a web-platform which analyzes GPX-Tracks and draws some profiles, speed stuff, etc. Currently i just calculate the…
mysql
postgresql
gps
postgis
gpx
asked
May 18, 2011 4:48 am CDT
ghandi
0
votes
2
answers
61
views
Rails - PostGIS + postgis_adapter Geometry Problem
Hi, 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…
ruby-on-rails
ruby
postgresql
postgis
asked
May 10, 2011 3:50 pm CDT
pex
0
votes
0
answers
33
views
Converting LinestringM to Polygon
I'm working with PostGIS and plotting polygons on a Google Earth plugin. I've found a few examples via Google on how to convert a LinestringM to a…
postgresql
polygon
postgis
google-earth-plugin
multilinestring
asked
May 5, 2011 10:15 am CDT
Chris
0
votes
2
answers
30
views
Trouble setting postgre postgis databse with geoserver
I made a table in a postgre database with a name image_id and geometry column in it. Here is what the schema looks like: CREATE TABLE images (…
postgresql
postgis
geoserver
asked
May 1, 2011 7:13 am CDT
MBU
0
votes
2
answers
51
views
What database should I use that would best suite my GIS application?
I am currently in the process of developing a program and not sure where to go from here... I am using Visual C# and the DotSpatial frawework in…
c#
sql-server
postgresql
gis
postgis
asked
April 28, 2011 10:36 pm CDT
user730409
0
votes
1
answer
28
views
What DBMS should I use to store openstreetmap as a graph?
Background: I need to store the following data in a database: osm nodes with tags; osm edges with weights (that is an edge between two nodes…
mysql
graph
postgis
osm
asked
April 24, 2011 3:53 pm CDT
Kirill
0
votes
0
answers
36
views
Postgresql compound index for spatial + time parameters
We have a table that has millions of rows with PostGIS geometries in them. The query we want to perform is: what are the most recent entries that…
postgresql
index
postgis
asked
April 19, 2011 8:26 pm CDT
Zeppomedio
0
votes
1
answers
86
views
Installing Nominatim Pre-Indexed Data
Hello guys, I am trying to install nominatim using this : http://open.mapquestapi.com/npi/ After one day of process, I finaly get this message:…
postgresql
postgis
asked
April 14, 2011 1:57 am CDT
Natim
0
votes
2
answers
87
views
What is the best way to implement a "Find a Store" feature in Rails?
I will be implementing a search feature on a project to allow a user to find the nearest store based on driving time given a input physical address.…
ruby-on-rails
postgresql
google-maps
geolocation
postgis
asked
April 12, 2011 10:33 pm CDT
Chirag Patel
Pages
:
1
|
2
|
3
>
42
postgis
Tagged:
postgis
Related Tags
postgresql
× 39
gis
× 7
ruby-on-rails
× 4
sql
× 3
database
× 3
mysql
× 3
ubuntu
× 2
geospatial
× 2
php
× 2
shapefile
× 2
geolocation
× 2
geoserver
× 2
ruby
× 2
geodjango
× 2
ubuntu-10.10
× 2
java
× 2
django
× 2
kml
× 2
c#
× 2
django-models
× 1
linux
× 1
index
× 1
pg-dump
× 1
psycopg2
× 1
google-earth-plugin
× 1
osm
× 1
python
× 1
multilinestring
× 1
google-maps
× 1
English
Russian
Copyright 2007 - 2012
Best unofficial Apache Server developers community
Privacy policy