Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Item geometry from raster data footprint #95

Merged
merged 11 commits into from
Feb 20, 2023
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@

repos:
- repo: https://github.com/psf/black
rev: 22.3.0
rev: 22.12.0
hooks:
- id: black
- repo: https://github.com/codespell-project/codespell
rev: v2.1.0
rev: v2.2.2
hooks:
- id: codespell
args: [--ignore-words=.codespellignore]
types_or: [jupyter, markdown, python, shell]
- repo: https://github.com/PyCQA/doc8
rev: 0.11.1
rev: v1.1.1
hooks:
- id: doc8
- repo: https://github.com/PyCQA/flake8
rev: 4.0.1
rev: 6.0.0
hooks:
- id: flake8
- repo: https://github.com/pre-commit/mirrors-mypy
Expand All @@ -33,6 +33,6 @@ repos:
- types-setuptools
- stactools
- repo: https://github.com/pycqa/isort
rev: 5.10.1
rev: 5.12.0
hooks:
- id: isort
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Added missing `eo:cloud_cover` values to Item properties and Assets ([#91](https://github.com/stactools-packages/modis/pull/91))
- Use tile index and projection parameters for tighter Item geometries ([#92](https://github.com/stactools-packages/modis/pull/92))

### Added

- `raster_footprint` argument to generate Item geometry from the raster data footprint ([#95](https://github.com/stactools-packages/modis/pull/95))

## [0.3.0a0] - 2022-04-15

### Added
Expand Down Expand Up @@ -79,6 +83,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
Initial release.

[Unreleased]: <http://github.com/stactools-packages/modis/compare/v0.3.0a0..main>
[0.3.0a0]: <http://github.com/stactools-packages/modis/compare/v0.2.0..v0.3.0a0>
[0.2.0]: <http://github.com/stactools-packages/modis/compare/v0.1.0..v0.2.0>
[0.1.0]: <https://github.com/stactools-packages/modis/releases/tag/v0.1.0>
Original file line number Diff line number Diff line change
Expand Up @@ -22,144 +22,144 @@
"coordinates": [
[
[
-104.426775,
39.997943
-104.432583,
40.0
],
[
-103.553809,
39.418777
-103.565696,
39.425
],
[
-102.699711,
38.835443
-102.711312,
38.841667
],
[
-101.864221,
38.247944
-101.8697,
38.25
],
[
-101.041412,
37.652111
-101.046786,
37.654167
],
[
-100.237039,
37.052111
-100.24231,
37.054167
],
[
-99.445509,
36.443778
-99.445339,
36.441667
],
[
-98.667056,
35.827112
-98.672127,
35.829167
],
[
-97.906926,
35.206279
-97.906876,
35.204167
],
[
-97.159997,
34.577112
-97.164876,
34.579167
],
[
-96.431198,
33.943779
-96.431264,
33.941667
],
[
-95.715714,
33.302113
-95.720408,
33.304167
],
[
-95.018169,
32.65628
-95.018346,
32.654167
],
[
-94.334041,
32.002113
-94.338559,
32.004167
],
[
-93.667669,
31.34378
-93.667953,
31.341667
],
[
-93.014813,
30.677114
-93.015149,
30.675
],
[
-92.375656,
30.002114
-92.376043,
30.0
],
[
-80.833221,
30.002114
-80.829038,
30.0
],
[
-81.392515,
30.677114
-81.388255,
30.675
],
[
-81.963796,
31.34378
-81.955829,
31.3375
],
[
-82.546904,
32.002113
-82.542488,
32.0
],
[
-83.145549,
32.65628
-83.141052,
32.654167
],
[
-83.755935,
33.302113
-83.755357,
33.304167
],
[
-84.38202,
33.943779
-84.377356,
33.941667
],
[
-85.019754,
34.577112
-85.015005,
34.575
],
[
-85.673353,
35.206279
-85.668517,
35.204167
],
[
-86.338505,
35.827112
-86.338111,
35.829167
],
[
-87.019689,
36.443778
-87.014672,
36.441667
],
[
-87.712316,
37.052111
-87.712021,
37.054167
],
[
-88.416182,
37.652111
-88.415938,
37.654167
],
[
-89.13618,
38.247944
-89.135987,
38.25
],
[
-89.867275,
38.835443
-89.872398,
38.841667
],
[
-90.614652,
39.418777
-90.619984,
39.425
],
[
-91.37854,
39.997943
-91.37851,
40.0
],
[
-104.426775,
39.997943
-104.432583,
40.0
]
]
]
Expand Down Expand Up @@ -203,10 +203,10 @@
}
},
"bbox": [
-104.426775,
30.002114,
-80.833221,
39.997943
-104.432583,
30.0,
-80.829038,
40.0
],
"stac_extensions": [
"https://stac-extensions.github.io/eo/v1.0.0/schema.json"
Expand Down
Loading