Hello,
On Fri, Apr 15, 2011 at 11:17, George Washington wrote:
> Hi, I am new to postgis (1.5 under Win 7) but have read enough to feel
> hopeful that it could be just what I need. I have a very large number of
> shape files which I have loaded in my first postgis database generating some
> hundr
Hello George,
You can also try Psycopg2:
http://initd.org/
Best regards,
Ivo.
2011/4/15 Jorge Arévalo
> Hi George,
>
> I suggest you to use PyGreSQL to connect with PostgreSQL from Python:
> http://www.pygresql.org/
>
> About the queries to extract the info, just check
> http://postgis.refr
Hi George,
I suggest you to use PyGreSQL to connect with PostgreSQL from Python:
http://www.pygresql.org/
About the queries to extract the info, just check
http://postgis.refractions.net/documentation/manual-1.5/reference.html
Best regards,
--
Jorge Arévalo
Internet & Mobilty Division, DEIMOS
hi georg,
this is no postgis-specific question. You connect from python as
connecting to any postgresql-DB. You just have a bunch of
postgis-functions available on SQl-side
Marco
P.S. if you are familiar with python you also could write new functions
in postgreSQL using plpythonu as processing l
Hi, I am new to postgis (1.5 under Win 7) but have read enough to feel
hopeful that it could be just what I need. I have a very large number of
shape files which I have loaded in my first postgis database generating
some hundreds of tables with vector data. So far so good, but now I
need to us