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

Fixups #1253

Merged
merged 2 commits into from
Oct 3, 2023
Merged

Fixups #1253

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ coverage:
project:
default:
informational: true
patch:
default:
informational: true
2 changes: 1 addition & 1 deletion docs/tutorials/how-to-read-data-from-stac.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@
"source": [
"### Zarr\n",
"\n",
"Read from an asset that refererences data stored in zarr"
"Read from an asset that references data stored in zarr"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/pystac-introduction.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6058,7 +6058,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Currently, this STAC only exists in memory. We can use `normalize_and_save` to save off the STAC with the cononical \"absolute published\" form:"
"Currently, this STAC only exists in memory. We can use `normalize_and_save` to save off the STAC with the canonical \"absolute published\" form:"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion tests/validation/test_validate.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ def test_validate_all_dict(self, test_case: pystac.Catalog) -> None:
def test_validates_geojson_with_tuple_coordinates(self) -> None:
"""This unit tests guards against a bug where if a geometry
dict has tuples instead of lists for the coordinate sequence,
which can be produced by shapely, then the geometry still passses
which can be produced by shapely, then the geometry still passes
validation.
"""
geom: Dict[str, Any] = {
Expand Down