Skip to content

Commit

Permalink
update env, add sliderule io
Browse files Browse the repository at this point in the history
  • Loading branch information
scottyhq committed Oct 26, 2024
1 parent fdca2bd commit 5c42c74
Show file tree
Hide file tree
Showing 15 changed files with 2,619 additions and 2,399 deletions.
12 changes: 0 additions & 12 deletions .copier-answers.yml

This file was deleted.

3 changes: 0 additions & 3 deletions .git_archival.txt

This file was deleted.

3 changes: 0 additions & 3 deletions .gitattributes

This file was deleted.

5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ jobs:
- uses: pre-commit/[email protected]
with:
extra_args: --hook-stage manual --all-files
- name: Run PyLint
continue-on-error: true
run: pipx run nox -s pylint -- --output-format=github

checks:
name: Check Python ${{ matrix.python-version }} on ${{ matrix.runs-on }}
Expand All @@ -41,7 +38,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.10", "3.11", "3.12"]
python-version: ["3.10", "3.11", "3.12", "3.13"]
# windows-latest,
runs-on: [ubuntu-latest, macos-14]
#include:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/pixi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ jobs:
run: |
pip install -e .
- name: Run Pylint
continue-on-error: true
run: |
pixi run lint
- name: Run Pytest
env:
MAXAR_API_KEY: ${{ secrets.MAXAR_API_KEY}}
Expand Down
10 changes: 10 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,13 @@ repos:
- id: check-dependabot
- id: check-github-workflows
- id: check-readthedocs

# https://pylint.pycqa.org/en/latest/user_guide/installation/pre-commit-integration.html#pre-commit-integration
# - repo: local
# hooks:
# - id: pylint
# name: pylint
# entry: pylint
# language: system
# types: [python]
# require_serial: true
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,5 @@ export MAXAR_API_KEY=zzzzz

- Python packaging template provided by
https://github.com/scientific-python/cookie

- Funding for this effort was provided by NASA Grant 80NSSC22K1094
29 changes: 29 additions & 0 deletions docs/datasets.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Searchable datasets

`coincident` strives to provide a uniform interface to search and load a select
number of areal and satellite remote sensing datasets. Below we provide a short
alphabetized table summarizing these datasets:

| Dataset | Alias | Type | Start | End | Extent |
| -------------- | ---------- | --------- | ---------- | ---------- | ------------- |
| TanDEM-X | tdx | SAR | 2007-07-01 | | global |
| Maxar Stereo | maxar | VHR | 2007-07-01 | | global |
| Coperincus DEM | cop30 | SAR | 2021-04-22 | | global |
| ICESat-2 ATL06 | atl06 | Altimeter | 2018-10-13 | | global |
| GEDI L2A | gedi | Altimeter | 2019-04-04 | 2023-03-17 | mid-latitudes |
| 3DEP LiDAR | 3dep | LiDAR | 2000-12-01 | | CONUS |
| ESA WorldCover | worldcover | LULC | 2020-01-01 | 2021-12-31 | CONUS |

## LiDAR

### USGS 3DEP

https://www.usgs.gov/3d-elevation-program

## Very

## Altimetry

### ICESat-2

### GEDI
107 changes: 0 additions & 107 deletions noxfile.py

This file was deleted.

Loading

0 comments on commit 5c42c74

Please sign in to comment.