I\'ve just started with geometries and I\'m getting some really odd errors. I\'m trying to create a WKB inside my java code with an specific SRID.
I have openlayers, geoserve开发者_StackOverflowr and postgis/postgres working quite nicely.I\'m trying to create an app that allows a user to add a point to a map.After the point is created, I need a
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 order to do the GIS/GPS side of things but am unsure o
I have a spatially-distributed collection of entities E stored and spatially indexed in a PostGis database.
I have a postgis database imported with osm2pgsql. Obviously there are lots of invalid geometries which leads to errors with some spatial operations.
I am very new to django, python and ubuntu command line. I\'ve been installing an application on PC\'s and this is my third one. Ive come across this error and am not sure where else to look. When I r
I\'m using GeoDjango with PostGIS and trying to use a polygon to get records from a database which fall inside it.
I\'ve created a Django project, using a PostGIS backend, which all seems well as far as I can tell. I\'ve now created an app in this project as follows:
I\'ve downloaded 2000 Census zipcode polygon data as a .shp file from http://www.census.gov/geo/www/cob/z52000.html#shp
I\'m using pg_dump to backup a PostgreSQL (9.0.3) + PostGIS (1.5.2) database that contains several GB of pre-calculated static geographic data. The PostGIS functions are included in the output file.