Skip to content

Commit

Permalink
Update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
remi-braun committed Feb 17, 2025
1 parent 0a39672 commit d9563a3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
11 changes: 0 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,3 @@ You can install it via conda (but you will automatically have the full version):
`conda config --env --set channel_priority strict`

`conda install -c conda-forge sertit`


## Documentation

An HTML documentation is provided to document the code.
It can be found:

- online ([here](https://sertit.github.io/sertit-utils/)),
- on git, in `docs`.
To consult it, just open the `index.html` file in a web browser (you need first to clone this project)
To generate the HTML documentation, just type `pdoc sertit -o docs\html -f --html -c sort_identifiers=False`
2 changes: 1 addition & 1 deletion sertit/rasters.py
Original file line number Diff line number Diff line change
Expand Up @@ -1273,7 +1273,7 @@ def _collocate_dataarray(
) -> xr.DataArray:
if other.rio.shape == reference.rio.shape and other.rio.crs == reference.rio.crs:
LOGGER.debug(
"Collocating equivalent rasters by only modifying their coordinates."
"Collocating equivalent rasters by aligning the coordinates onto the reference's ones."
)
# Same rasters, but just a bit shifted max (i.e. error in float64 coordinates)
# Should do this (but done anyway in the end)
Expand Down

0 comments on commit d9563a3

Please sign in to comment.