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

Support multiple geopackages as input #78

Merged
merged 11 commits into from
Nov 23, 2023
Merged

Support multiple geopackages as input #78

merged 11 commits into from
Nov 23, 2023

Conversation

rkettelerij
Copy link
Collaborator

@rkettelerij rkettelerij commented Nov 20, 2023

Allow one to configure multiple datasource (e.g. geopackages), in multiple projections using a flexible configuration mechanism:

Datasources:

  • At the top-level for an entire dataset, in WGS84 or one or more other projections
  • For each specific collection (feature type), in WGS84 or one or more other projections
  • Both at the top-level AND per specific collection. Again in WGS84 or one or more other projections. The collection specific datasource takes precedence over the top-level configured datasource.

@rkettelerij rkettelerij marked this pull request as ready for review November 22, 2023 17:05
Copy link
Contributor

@roelarents roelarents left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

engine/config.go Outdated Show resolved Hide resolved
ogc/features/url.go Show resolved Hide resolved
@rkettelerij rkettelerij merged commit 83be787 into master Nov 23, 2023
7 checks passed
@rkettelerij rkettelerij deleted the multiple_gpkgs branch November 23, 2023 14:08
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.

2 participants