We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I upgraded to 1.8.43 yesterday (the docker image), and #1038 has not re-appeared yet, so it seems that got fixed. However, I found this in my logs:
/usr/local/lib/python3.12/dist-packages/datacube/utils/geometry/tools.py:554: RuntimeWarning: invalid value encountered in cast _out = np.ceil(xy.max(axis=0)).astype('int32') + padding /usr/local/lib/python3.12/dist-packages/datacube/utils/geometry/tools.py:553: RuntimeWarning: invalid value encountered in cast _in = np.floor(xy.min(axis=0)).astype('int32') - padding
I don't think it's a new warning for 1.8.43, it's just that these warnings are no longer drowning in #1038.
Sorry, no idea how to reproduce.
datacube-ows
1.8.43
ows_config.py
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
I upgraded to 1.8.43 yesterday (the docker image), and #1038 has not re-appeared yet, so it seems that got fixed. However, I found this in my logs:
I don't think it's a new warning for 1.8.43, it's just that these warnings are no longer drowning in #1038.
Steps to Reproduce
Sorry, no idea how to reproduce.
Context (Environment)
datacube-ows
version (datacube-ows-update --version):1.8.43
ows_config.py
file (link, sample code)datacube product metadata (datacube product show product_name)
The text was updated successfully, but these errors were encountered: