Skip to content

Commit

Permalink
Add Copernicus data source.
Browse files Browse the repository at this point in the history
This retrieves rasters from the Copernicus API. It is currently tested with
Sentinel-2 only, and there is a subclass that provides support for Sentinel-2
harmonization, although harmonization may not be needed since ESA has
re-processed most if not all of the old scenes.

Resolves #15.
  • Loading branch information
favyen2 committed Feb 20, 2025
1 parent 2a0c6de commit dcd94db
Show file tree
Hide file tree
Showing 3 changed files with 761 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/data-source-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ jobs:
-e TEST_USGS_LANDSAT_TOKEN="${{ secrets.TEST_USGS_LANDSAT_TOKEN }}" \
-e PL_API_KEY="${{ secrets.PL_API_KEY }}" \
-e CDSAPI_KEY="${{ secrets.CDSAPI_KEY }}" \
-e COPERNICUS_USERNAME="${{ secrets.COPERNICUS_USERNAME }}" \
-e COPERNICUS_PASSWORD="${{ secrets.COPERNICUS_PASSWORD }}" \
-e CI="true" \
--network host \
${{ needs.build.outputs.ghcr_docker_image }} \
Expand Down
Loading

0 comments on commit dcd94db

Please sign in to comment.