-
Notifications
You must be signed in to change notification settings - Fork 15
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
sld file is not handled during the overwrite flow #148
Comments
mattiagiupponi
added a commit
that referenced
this issue
Nov 23, 2022
mattiagiupponi
added a commit
that referenced
this issue
Nov 23, 2022
mattiagiupponi
added a commit
that referenced
this issue
Jan 12, 2023
mattiagiupponi
added a commit
that referenced
this issue
Mar 27, 2023
* [Fixes #148] sld file is not handled during the overwrite flow (#149) * [Fixes #148] sld file is not handled during the overwrite flow * [Fixes #145] improve status evaluation if other tasks are still running (#146) * [Fixes #154] Add basic handler structure (#155) * [Fixes #77] Add CSV handler --------- Co-authored-by: Giovanni Allegri <giovanni.allegri@gmail.com>
mattiagiupponi
added a commit
that referenced
this issue
Apr 12, 2023
* [Fixes #148] sld file is not handled during the overwrite flow (#149) * [Fixes #148] sld file is not handled during the overwrite flow * [Fixes #145] improve status evaluation if other tasks are still running (#146) * [Fixes #154] Add basic handler structure (#155) * [Fixes #77] Add CSV handler * [Fixes #77] Add CSV handler * [Fixes #77] Add CSV handler * [Fixes #77] Add CSV handler * [Fixes #77] Update readme with the supported columns for CSV * [Fixes #77] Update readme with the supported columns for CSV * add possible column name in ogr2ogr command * [Fixes #77] Fix pr comments * Allow nonspatial layer import (#159) * Allow nonspatial layer import This commit includes minor changes to the importer to allow layers without geometry information. This includes two things: First, we relax the assumption that a geometry column must be present and let the actual handler implementation decide to add the dimension lco option. Second, we introduce a prepare_import step to the interface. Here, any customizations can be done before the actual import starts. Actual implementation of the datapackage handler moved to the contribs repository and can be installed as mere dependency. * Tests if prepare_import is called --------- Co-authored-by: Giovanni Allegri <giovanni.allegri@gmail.com> Co-authored-by: Henning Bredel <h.bredel@gmx.de>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: