Skip to content

Repository containing conversion of a File Geodatabase (.gdb) file to a spatial SQL table.

Notifications You must be signed in to change notification settings

Batmani/GeodatabaseToSQL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

GeodatabaseToSQL

Repository containing conversion of a File Geodatabase (.gdb) file to a spatial SQL table.

This should be treated as a save backup dump, code has not been formatted or optimized, it is merely a backup and intended to show how to convert a File Geodatabase (.gdb) into SQL spatial tables by parsing data values into an SQL query string.

NOTE: If you are intending to use the SQL Insert query to individually run the query for more than 100 rows - Don't. It is NOT efficient and will result in memory issues - instead, please parse the data values into a .CSV (or similar) and simply import that table of information into the database.

Warning: Beta version that is not intended for development use, no test cases implemented etc.

About

Repository containing conversion of a File Geodatabase (.gdb) file to a spatial SQL table.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages