Skip to content

Commit

Permalink
Merge pull request #17 from ircwaves/pc-backports-sentinel3-geometry-…
Browse files Browse the repository at this point in the history
…cleanup

PC backports sentinel3: geometry cleanup
  • Loading branch information
ircwaves authored Jun 22, 2023
2 parents 32885b3 + 667f4ae commit 604505a
Show file tree
Hide file tree
Showing 20 changed files with 3,218 additions and 3,159 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ number as needed.
- Use kebab-case for asset keys ([#13](https://github.com/stactools-packages/sentinel3/pull/13))
- Use snake_case for item properties ([#13](https://github.com/stactools-packages/sentinel3/pull/15))
- Use standard array shape and size ordering ([#16](https://github.com/stactools-packages/sentinel3/pull/16))
- Apply fixes to ensure valid geometric parameters, as well as proper handling
of antimeridian behavior ([#17](https://github.com/stactools-packages/sentinel3/pull/17))

### Fixed

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,15 +115,15 @@
-83.51
],
[
-8.81972,
-8.8197,
-82.0058
],
[
1.28153,
1.2815,
-80.131
],
[
8.13328,
8.1333,
-78.0634
],
[
Expand All @@ -135,47 +135,47 @@
-75.6104
],
[
8.54833,
8.5483,
-75.3206
],
[
6.46838,
6.4684,
-75.0129
],
[
4.45906,
4.4591,
-74.687
],
[
2.54619,
2.5462,
-74.3407
],
[
0.713885,
0.7139,
-73.9813
],
[
-1.03903,
-1.039,
-73.6048
],
[
-2.72511,
-2.7251,
-73.2162
],
[
-4.32955,
-4.3296,
-72.8126
],
[
-5.87035,
-5.8704,
-72.4007
],
[
-7.34416,
-7.3442,
-71.971
],
[
-8.75417,
-8.7542,
-71.5294
],
[
Expand Down Expand Up @@ -797,6 +797,6 @@
"stac_extensions": [
"https://stac-extensions.github.io/file/v2.1.0/schema.json",
"https://stac-extensions.github.io/sat/v1.0.0/schema.json",
"https://stac-extensions.github.io/eo/v1.1.0/schema.json"
"https://stac-extensions.github.io/eo/v1.0.0/schema.json"
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -518,6 +518,6 @@
"stac_extensions": [
"https://stac-extensions.github.io/file/v2.1.0/schema.json",
"https://stac-extensions.github.io/sat/v1.0.0/schema.json",
"https://stac-extensions.github.io/eo/v1.1.0/schema.json"
"https://stac-extensions.github.io/eo/v1.0.0/schema.json"
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -36,36 +36,8 @@
"coordinates": [
[
[
144.816,
83.7866
],
[
150.527,
83.7604
],
[
156.125,
83.6751
],
[
161.502,
83.5326
],
[
166.657,
83.334
],
[
171.466,
83.0861
],
[
175.885,
82.7956
],
[
179.972,
82.4641
-180.0,
82.2796
],
[
-176.303,
Expand Down Expand Up @@ -222,6 +194,50 @@
[
144.816,
83.7866
],
[
150.527,
83.7604
],
[
156.125,
83.6751
],
[
161.502,
83.5326
],
[
166.657,
83.334
],
[
171.466,
83.0861
],
[
175.885,
82.7956
],
[
179.972,
82.4641
],
[
180.0,
82.2796
],
[
180.0,
90.0
],
[
-180.0,
90.0
],
[
-180.0,
82.2796
]
]
]
Expand Down Expand Up @@ -1232,14 +1248,14 @@
}
},
"bbox": [
-176.303,
-180.0,
76.7724,
179.972,
88.9826
180.0,
90.0
],
"stac_extensions": [
"https://stac-extensions.github.io/file/v2.1.0/schema.json",
"https://stac-extensions.github.io/sat/v1.0.0/schema.json",
"https://stac-extensions.github.io/eo/v1.1.0/schema.json"
"https://stac-extensions.github.io/eo/v1.0.0/schema.json"
]
}
Loading

0 comments on commit 604505a

Please sign in to comment.