forked from gjoseph92/stackstac
-
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.
* Support sequence of `Item`s (gjoseph92#164) * Switch to PDM for dependency management (gjoseph92#169) * Add param links to docs (gjoseph92#170) * Automatically hide `pdm.lock` in GitHub diffs (gjoseph92#171) * Fix docs build for visualization functions (gjoseph92#172) * Fix docs build for PDM again (gjoseph92#175) * Remove deprecated `skip_equivalent` pyproj arg (gjoseph92#174) * Release v0.4.3 (gjoseph92#176) * Fixed link to USGS PDF on qa-pixel (gjoseph92#180) Co-authored-by: Gabe Joseph <gjoseph92@gmail.com> Co-authored-by: Tom Augspurger <taugspurger@microsoft.com>
- Loading branch information
1 parent
62eff29
commit 7376dcd
Showing
19 changed files
with
4,137 additions
and
4,742 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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Make GitHub treat PDM's lockfile as generated and automatically hide its diff | ||
pdm.lock linguist-generated |
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 |
---|---|---|
|
@@ -5,6 +5,7 @@ __pycache__ | |
dask-worker-space | ||
.ipynb_checkpoints | ||
.vscode | ||
.pdm.toml | ||
/dist | ||
|
||
*.DS_Store |
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
repos: | ||
- repo: local | ||
hooks: | ||
- id: pdm-check | ||
name: pdm check | ||
description: Check that PDM lockfile is up to date | ||
entry: pdm install --check --dry-run | ||
files: "^pyproject.toml$" | ||
language: python | ||
language_version: python3 | ||
pass_filenames: false |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
|
||
set -ex | ||
|
||
poetry config virtualenvs.create false | ||
poetry install -E binder -E viz | ||
VIRTUAL_ENV=$(dirname $(dirname $(which python))) pdm install -G viz -dG binder |
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 +1 @@ | ||
poetry | ||
pdm |
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.