Low-level gdal code to write fgdb metadata#2194
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files
☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
ac2d192 to
702a2b4
Compare
|
Hey @alexrichey + @damonmcc, This is very nearly ready for review, but I'm running into some test failures because (I believe) I'm using features from gdal 3.12, while this repo is pinned to a lower version: Finn told me to work with the version of gdal that had the features I wanted, and that we'd figure it out later, which is now I guess. I think our options may be:
|
|
@NYCPlanning/data-engineering this has been ready for review for a while, but I realized I still had it marked as Draft. See notes about gdal versioning above. |
hey @jackrosacker apologies, had missed this. I think that upgrading If you'd like to take a shot at it yourself, I'd start a new branch (and PR) and just do a search in the repo for gdal and/or "3.11.3" and try updating those to see what happens. You might see things fail immediately in CI/CD, but more likely we'd have to run a few things with a custom docker image to test. Do you want to start a new PR, upgrade the versions, then sync up to see what (if anything) might break? |
|
@alexrichey - no worries! Yeah I'm happy to try and fix this. I presume I would leave this PR as-is, work on the gdal upgrade PR, and then return here once the gdal PR has been merged? |
This fixed the issue I was having where my written metadata would be detectable by gdal, but wouldn't show up in ArcGIS Pro. The single quotes were being included as part of the metadata string.
This was calling the write metadata logic twice, incurring twice the cost of the rezipping time when overwriting md on a zipped gdb layer
cc6e04d to
e1c4bc1
Compare
relates to #2017
todos
ogr2ogrvsgdal vector editThis PR will focus on low-level code written in dcpgis/utils