Best unofficial Apache Server developers community
Username
Forgot password?
Sign in with Twitter account
Sign in with Facebook account

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…
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…
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…
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…
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…
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 " +…
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…
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…
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…
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…
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…
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…
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…
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…
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 (…
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…
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…
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…
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:…
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.…
asked April 12, 2011 10:33 pm CDT
Chirag Patel
Pages : 1 | 2 | 3 >
42

postgis

Tagged: postgis
Related Tags
postgresql × 39
gis × 7
sql × 3
database × 3
mysql × 3
ubuntu × 2
geospatial × 2
php × 2
shapefile × 2
geoserver × 2
ruby × 2
geodjango × 2
java × 2
django × 2
kml × 2
c# × 2
linux × 1
index × 1
pg-dump × 1
psycopg2 × 1
osm × 1
python × 1