Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Python implementation to support BAGv2 Extract and Mutations #126

Closed
petersaalbrink opened this issue Jul 19, 2022 · 1 comment · May be fixed by #127
Closed

Add Python implementation to support BAGv2 Extract and Mutations #126

petersaalbrink opened this issue Jul 19, 2022 · 1 comment · May be fixed by #127

Comments

@petersaalbrink
Copy link

Is your feature request related to a problem? Please describe.
I use NLExtract for processing the BAGv2 Extract. I'd like to use NLExtract to process BAG Mutations as well. But NLExtract has a dependency on Stetl, and the GDAL BAG-LV driver (which is included with Stetl) does not support processing BAG Mutations.

Describe the solution you'd like
A Python implementation as alternative to the GDAL BAG-LV driver, and an extension of it that supports BAG Mutations.

Describe alternatives you've considered
Alternatives include extending the GDAL BAG-LV driver, or processing BAG Mutations without Stetl.

Additional context
See nlextract/NLExtract#349

@justb4
Copy link
Member

justb4 commented Apr 5, 2024

This can be useful feature, but belongs to the NLExtract project: nlextract/NLExtract#349. Stetl is a generic ETL library. BAG ETL is domain specific. We can discuss within the NLExtract project.

@justb4 justb4 closed this as completed Apr 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants