-
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.
- Loading branch information
Showing
15 changed files
with
2,619 additions
and
2,399 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -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 }} | ||
|
@@ -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: | ||
|
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
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 |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.