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

Make it possible to run titiler-cmr locally #28

Merged
merged 7 commits into from
Oct 14, 2024
Merged

Conversation

hrodmn
Copy link
Contributor

@hrodmn hrodmn commented Oct 11, 2024

To make development easier I want to be able to run titiler-cmr locally.

This PR adds the following:

  • expanded README
  • fix a few deprecation warnings
  • upgraded dependencies
    • titiler>=0.17,<0.18 -> titiler>=0.18,<19
  • option to retrieve asset links with https instead of s3:// and use .netrc for authentication and a few tests

@hrodmn hrodmn requested a review from vincentsarago October 11, 2024 15:21
@hrodmn hrodmn self-assigned this Oct 11, 2024
@hrodmn hrodmn force-pushed the feature/run-local branch from 4b60e37 to 83b2e8e Compare October 11, 2024 15:23
@hrodmn
Copy link
Contributor Author

hrodmn commented Oct 14, 2024

@vincentsarago I added one more change after realizing that fsspec needs a little extra help opening files over https if there is any authorization required. Fortunately the earthaccess package provides a helper to configure a fsspec filesystem that has auth worked out already.

If e95d39c looks ok to you then I'll go ahead and merge this!

@hrodmn hrodmn merged commit e9a14c6 into develop Oct 14, 2024
4 checks passed
@hrodmn hrodmn deleted the feature/run-local branch October 14, 2024 15:26
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