Questions tagged [gdal]

3 questions
5
votes
4 answers

Best way to model a database structure to store multidimensional variables?

I am working with some NetCDF data which has multidimensional variables. As far as I'm aware, the fields are not mandatory. Each variable will have the same fields/attributes. Each variable represents a measurement of the atmosphere, in time &…
pookie
  • 181
  • 5
0
votes
1 answer

How to speed up Oracle to PostgreSQL data transfer

I have an Oracle schema that I am transferring to PostgreSQL with ogr2ogr. This particular table has 5 columns with number(22) each. There are some 300M rows. In under 10 minutes I can transfer this table between two oracle servers over the network.…
Stepan
  • 213
  • 3
  • 13
0
votes
0 answers

Using Ubuntu, `ogrinfo` fails to open an mdb file

Whenever I try to open a sample-mdb file, I'm getting ogrinfo Campaign_Template.mdb ERROR 1: PGeo: MDB Tools driver not found! Warning 1: Unable to install MDB driver for ODBC, MDB access may not supported. ERROR 1: Unable to initialize ODBC…
Evan Carroll
  • 65,432
  • 50
  • 254
  • 507