Modifying this repo to be a dumping place for GDAL/OGR related utilities. This includes the current docs that were created, but also includes various utility scripts.
The presentation is made up of the following slides/pages:
- overview / introduction
- What is gdal
- Installing
- Using GDAL/OGR with python - High Level
- Using GDAL/OGR with python - Code Examples
- GDAL / OGR to detect overlaps
- Conclusion
Created a script that will iterate over all the objects in a schema and dump them them to S3 object storage. In order to do this needed a gdal ogr install that had OCI (oracle call interface) included in the compile.
Most of the existing binaries gdal / ogr do not include this feature. Created the following document which goes over how to compile ogr from source.