Jesse Anderson

Results 9 issues of Jesse Anderson

**Describe the bug** ndvi is giving incorrect results when input arrays are unsigned integer due to overflow in subtraction. **Expected behavior** Consider the following ``` import numpy as np import...

bug

I'm sorry if I missed this somewhere, but the documentation of [odc.stac.load](https://odc-stac.readthedocs.io/en/latest/_api/odc.stac.load.html) does not appear to state how the crs of the output is determined if the `crs` parameter of...

The in memory version of `run_omniscape` has type `Dict{String, String}` for the `cfg` arg. Might it make sense to allow Bool values too, for e.g. `calc_normalized_current`?

How possible would it be to implement the ability to have different source and "target" layers?

enhancement

`pip install hdstats` on python 3.11.x produces the following error. Additional context [here](https://github.com/cython/cython/issues/4461). ``` Collecting hdstats Installing build dependencies ... done Getting requirements to build wheel ... done Preparing metadata...

I'm getting the error `ModuleNotFoundError: No module named 'pyTMD.constants'` when trying to run `dea_tools.coastal.pixel_tides` with dea-tools version 0.3.2 and pyTMD version 2.1.1. pyTMD.constants, which is imported here: https://github.com/GeoscienceAustralia/dea-notebooks/blob/3d62bb37c77dead10abea20792c8ad51c9fc54dc/Tools/dea_tools/coastal.py#L248 has been...

bug

I am trying to load data for a GeoBox that crosses the antimeridian ```python from affine import Affine from odc.geo.cog import write_cog from odc.geo.geobox import GeoBox import odc.stac from pyproj...

I have a set of features in the attached file which are on both sides the antimeridian, but do not span it. However, `antimeridian.bbox` appears to be returning their values...

bug

The various tests for `pytmd_model.format` in coastal.py, e.g. https://github.com/GeoscienceAustralia/dea-notebooks/blob/0c4268d2db43ef7888e1d79f482ad0ee0fb89787/Tools/dea_tools/coastal.py#L292 need to be updated for the new values in `pyTMD.model` of `ATLAS-compact`, `FES-ascii`, `FES-netcdf`, etc. listed here: https://github.com/tsutterley/pyTMD/blob/0f6a07c8723a67b02eade42feb211df8a78b8321/pyTMD/io/model.py#L148-L158 I believe pyTMD...

bug