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

Feature request: API clear output folder #90

Open
taminhluan opened this issue Jan 10, 2025 · 0 comments
Open

Feature request: API clear output folder #90

taminhluan opened this issue Jan 10, 2025 · 0 comments

Comments

@taminhluan
Copy link

taminhluan commented Jan 10, 2025

It seems there is no way to clear output folder before use ogr2ogr.
In my case: I want to use ogr2ogr multiple times. But every time using ogr2ogr the output files will be remained in output folder
For example: Using ogr2ogr to convert a.geojson to a.kml. ==> The output folder will be: ['a.kml']
Then convert b.geojson to b.kml ==> The output folder will be ['a.kml', 'b.kml'].

It will be really nice to have the api like: .clearOutputFolder().

BTW: Your work is awesome. Thank you for your effort.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant