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

feat(config): add configuration parser and bundler #2200

Merged
merged 4 commits into from
May 26, 2022

Conversation

blacha
Copy link
Member

@blacha blacha commented May 17, 2022

  • feat(config-cli): import configuration cli from linz/basemaps-config
  • fix: include bin/
  • feat: load screenshot config from file
  • feat: add name to log lines

@lgtm-com
Copy link

lgtm-com bot commented May 17, 2022

This pull request introduces 1 alert when merging 4f56419 into f962fe2 - view on LGTM.com

new alerts:

  • 1 for Comparison between inconvertible types

@blacha blacha force-pushed the feat/basemaps-config-cli branch from 4f56419 to e4a20aa Compare May 17, 2022 22:13
@lgtm-com
Copy link

lgtm-com bot commented May 17, 2022

This pull request introduces 1 alert when merging e4a20aa into 4694e29 - view on LGTM.com

new alerts:

  • 1 for Comparison between inconvertible types

@lgtm-com
Copy link

lgtm-com bot commented May 18, 2022

This pull request introduces 2 alerts when merging d4b3f62 into 4694e29 - view on LGTM.com

new alerts:

  • 2 for Comparison between inconvertible types

@blacha blacha force-pushed the feat/basemaps-config-cli branch from e28ec4d to ac9a570 Compare May 25, 2022 23:36
@blacha blacha marked this pull request as ready for review May 26, 2022 00:28
@blacha blacha requested a review from a team as a code owner May 26, 2022 00:28
const id = Config.prefix(ConfigPrefix.Imagery, guessIdFromUri(uri));

const fileList = await fsa.toArray(fsa.list(uri));
const tiffFiles = fileList.filter((f) => f.endsWith('.tiff'));
Copy link
Contributor

Choose a reason for hiding this comment

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

Do we consider imagery end with .tif ?

Copy link
Member Author

Choose a reason for hiding this comment

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

these our COGs so we decide what they end with

@blacha blacha changed the title feat(config-cli): add bmc configuration command feat(config): add configuration parser and bundler May 26, 2022
@kodiakhq kodiakhq bot merged commit 795e3f2 into master May 26, 2022
@kodiakhq kodiakhq bot deleted the feat/basemaps-config-cli branch May 26, 2022 03:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants