I'm interested in using the ogrinspect command to help build a load.py file for bringing data from one PostGIS table (in a legacy db) into my Django project's db. What I can't seem to figure out is how to write the data source location for a PostGIS layer. Can it be done?
I tried the following: ogrinspect PG:"dbname=xxx host=xxx port=xxx user=xxx password=xxx" modelname --mapping ... but that doesn't really make sense since it is pointing to a database and not just a single layer. Any advice? Thanks, Ryan -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

