Re: [postgis-users] Import GeoDB into PostGIS?

2009-02-23 Thread Eduin Yezid Carrillo Vega
Behalf Of >> Abram Gillespie >> Sent: 23 February 2009 14:06 >> To: PostGIS Users Discussion >> Subject: Re: [postgis-users] Import GeoDB into PostGIS? >> >> Thank you for the help, everyone. >> >> Turns out I misunderstood the requirement. The file format

Re: [postgis-users] Import GeoDB into PostGIS?

2009-02-23 Thread Abram Gillespie
-boun...@postgis.refractions.net > [mailto:postgis-users-boun...@postgis.refractions.net] On Behalf Of > Abram Gillespie > Sent: 23 February 2009 14:06 > To: PostGIS Users Discussion > Subject: Re: [postgis-users] Import GeoDB into PostGIS? > > Thank you for the help, everyone. > > Tur

RE: [postgis-users] Import GeoDB into PostGIS?

2009-02-23 Thread Matthew Snape
From: postgis-users-boun...@postgis.refractions.net [mailto:postgis-users-boun...@postgis.refractions.net] On Behalf Of Abram Gillespie Sent: 23 February 2009 14:06 To: PostGIS Users Discussion Subject: Re: [postgis-users] Import GeoDB into PostGIS? Thank you for the help, everyone. Turns

Re: [postgis-users] Import GeoDB into PostGIS?

2009-02-23 Thread Abram Gillespie
Thank you for the help, everyone. Turns out I misunderstood the requirement. The file format is, in fact, a "File Geodatabase" (as introduced in ArcGIS 9.2). There are no tools yet that support this format, right? Again, it's size is so large that converting to an intermediate format does not w

Re: [postgis-users] Import GeoDB into PostGIS?

2009-02-19 Thread Chris Hermansen
ogr2ogr will save you. Abram Gillespie wrote: > Is there a direct way (something akin to shp2pgsql) to import data > from a personal geodatabase? I have an acquaintance whose geodb is so > large that exporting to shp always times out. Was hoping there was a > way to skip the middle step. > > Tha

Re: [postgis-users] Import GeoDB into PostGIS?

2009-02-19 Thread Andreas Albarello
On 19 Feb 2009, at 16:31, Abram Gillespie wrote: Is there a direct way (something akin to shp2pgsql) to import data from a personal geodatabase? I have an acquaintance whose geodb is so large that exporting to shp always times out. Was hoping there was a way to skip the middle step. OGR (ht

RE: [postgis-users] Import GeoDB into PostGIS?

2009-02-19 Thread Obe, Regina
I use OGR2OGR for that. http://www.bostongis.com/PrinterFriendly.aspx?content_name=ogr_cheatshee t There is a section further down on importing personal geo database. I've been successful importing 1 million record table, but have never tried a bigger set so not sure how much you can get away w

Re: [postgis-users] Import GeoDB into PostGIS?

2009-02-19 Thread Bruce Rindahl
ogr2ogr will convert all the features in a GeoDB to SQL commands for PostGIS Bruce Abram Gillespie wrote: Is there a direct way (something akin to shp2pgsql) to import data from a personal geodatabase? I have an acquaintance whose geodb is so large that exporting to shp always times out. Was h