rburhum / arcgis-ogr

ArcGIS OGR Workspace
BSD 2-Clause "Simplified" License
87 stars 19 forks source link

AmigoCloud's GDAL/OGR Plugin for ArcGIS

This repository contains the source code for the GDAL/OGR Plugin which is part of the AmigoCloud Mobile Data Collection Suite

Purpose

The GDAL/OGR Plugin adds read support to any of the vector formats supported by GDAL/OGR.

Some popular formats include:

Download / Ready to use Installer (for ArcGIS 10.1SP1) - FYI - This is beta software!

You can find an installer for (v0.6.1) here.

They are known to work on ArcGIS 10.1 SP1. For other versions you may have to compile the binaries yourself (they may work, although I have not tested them).

The current installer supports the following formats:

Screenshots

License

BSD License. For those of you not in Open Source geekdom, it means "hella free". You can pretty much, do whatever you want with it - Commercial or not. We ask that you please contribute any modifications back if you are kind enough to make modifications, but you are not forced to.

User Information (for Developer information see below)

User FAQ

Developer Information

Compiling

This project uses the GDAL CSharp Bindings and of course GDAL, so you will need to get binaries for those. If you don't want to go through the trouble of compiling GDAL from scratch, you should try the GDAL SDK binaries compiled by Tamas Szekeres which I used to write the initial version of this Plugin. Remember that you need the 32 bit version because for some God-forsaken reason, ArcMap is still compiled for a 32-bit architecture even in 2012. At the time of this writing, I used release-1600-gdal-1-9-1-mapserver-6-0-3.zip. By the time you read this, a much newer version must exist.

Developer FAQ

Known Limitations

Contributing

Please fork this repository and contribute back using pull requests.

Any contributions, large or small, major features, bug fixes, additional language translations, unit/integration tests are welcomed and appreciated but will be thoroughly reviewed and discussed. And of course it would make you cool. You want to be cool right?