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

[Fixes #154] Add basic handler structure #155

Merged
merged 1 commit into from
Jan 12, 2023
Merged

Conversation

mattiagiupponi
Copy link
Contributor

No description provided.

@mattiagiupponi mattiagiupponi merged commit 4911c52 into master Jan 12, 2023
@mattiagiupponi mattiagiupponi deleted the ISSUE_154 branch January 12, 2023 11:19
mattiagiupponi added a commit that referenced this pull request 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 pull request 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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant