This repository contains tools and scripts to test the readability and accessibility of STAC assets, particularly from commercial SAR providers like Capella Space.
To run the pystac_commercial_sar_test.ipynb
notebook using GitHub Codespace, follow these steps:
- You need to have a GitHub account.
- Ensure that you have access to GitHub Codespaces.
-
Open the Repository in GitHub Codespace
- Navigate to the repository on GitHub.
- Click on the
Code
button. - Select
Create codespace on main
.
-
Open Jupyter Lab
- Once the Codespace environment is ready, open Jupyter Lab by clicking on the
Open in JupyterLab
button.
- Once the Codespace environment is ready, open Jupyter Lab by clicking on the
-
Open the Notebook
- In Jupyter Lab, navigate to the
/notebooks
directory. - Open the
pystac_commercial_sar_test.ipynb
notebook.
- In Jupyter Lab, navigate to the
-
Set Up AWS Credentials
To access AWS resources, you need to set up AWS credentials. You can do this by defining the following environment variables in the terminal within the Codespace:
export AWS_ACCESS_KEY_ID=your-access-key-id export AWS_SECRET_ACCESS_KEY=your-secret-access-key export AWS_DEFAULT_REGION=your-default-region