-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updates to wesm, overall organization
- Loading branch information
Showing
10 changed files
with
1,305 additions
and
2,984 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,41 +1,41 @@ | ||
{ | ||
"image": "ghcr.io/prefix-dev/pixi:0.30.0-jammy", | ||
"postCreateCommand": { | ||
// Run *after* source code with pyproject.toml is pulled to CWD | ||
// Run *after* source code with pyproject.toml is pulled to CWD | ||
"pixi-install": "pixi install" | ||
}, | ||
// Slow... | ||
// Git maybe added to base image https://github.com/prefix-dev/pixi-docker/issues/41 | ||
"features": { | ||
"ghcr.io/devcontainers/features/git:1": { | ||
"version": "latest", | ||
"ppa": "false" | ||
} | ||
}, | ||
"customizations": { | ||
"features": { | ||
"ghcr.io/devcontainers/features/git:1": { | ||
"version": "latest", | ||
"ppa": "false" | ||
} | ||
}, | ||
"customizations": { | ||
// for notebooks to render correctly see https://github.com/orgs/community/discussions/58399#discussioncomment-10504531 | ||
"codespaces": { | ||
"openFiles": ["README.md"] | ||
}, | ||
"vscode": { | ||
"extensions": ["ms-toolsai.jupyter", "ms-python.python"] | ||
} | ||
}, | ||
"secrets": { | ||
"MAXAR_API_KEY": { | ||
"description": "Maxar platform api key", | ||
"documentationUrl": "https://developers.maxar.com/docs/authentication/guides/api-key" | ||
}, | ||
"PC_SDK_SUBSCRIPTION_KEY": { | ||
"description": "Microsoft planetary computer subscription key", | ||
"documentationUrl": "https://github.com/microsoft/planetary-computer-sdk-for-python" | ||
}, | ||
"EARTHDATA_USERNAME": { | ||
"description": "NASA Earthdata username", | ||
"documentationUrl": "https://earthaccess.readthedocs.io/en/latest/howto/authenticate/#authenticate-with-earthdata-login" | ||
}, | ||
"EARTHDATA_Password": { | ||
"description": "NASA Earthdata password" | ||
} | ||
} | ||
}, | ||
"secrets": { | ||
"MAXAR_API_KEY": { | ||
"description": "Maxar platform api key", | ||
"documentationUrl": "https://developers.maxar.com/docs/authentication/guides/api-key" | ||
}, | ||
"PC_SDK_SUBSCRIPTION_KEY": { | ||
"description": "Microsoft planetary computer subscription key", | ||
"documentationUrl": "https://github.com/microsoft/planetary-computer-sdk-for-python" | ||
}, | ||
"EARTHDATA_USERNAME": { | ||
"description": "NASA Earthdata username", | ||
"documentationUrl": "https://earthaccess.readthedocs.io/en/latest/howto/authenticate/#authenticate-with-earthdata-login" | ||
}, | ||
"EARTHDATA_PASSWORD": { | ||
"description": "NASA Earthdata password" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.