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 am getting a weird error: "ValueError: All chunk dimensions must be positive (all chunk dimensions must be positive)"
reproducible code:
from tethysts import Tethys ts = Tethys() did = 'b9c8d7612003ea9525d17448' s = 'f374b6a273f69f20e3800f41' fs = {'station_id': 'f374b6a273f69f20e3800f41', 'ref': '362500', 'name': '362500', 'geometry': {'type': 'Point', 'coordinates': [175.24287, -40.62547]}, 'altitude': 9.518, 'properties': { 'alt_name': {'data': '269 Hokio Beach Rd', 'attrs': {'long_name': 'Alternative name', 'description': 'The alternative name for the station'}}}, 'dataset_id': 'b9c8d7612003ea9525d17448', 'dimensions': {'time': 135, 'geometry': 1, 'height': 1}, 'time_range': {'from_date': '2023-04-05T12:00:00', 'to_date': '2023-08-17T12:00:00'}, 'heights': [0.0], 'modified_date': '2023-08-17T16:25:13'} temp = ts.get_results( dataset_id=did, station_ids=s, from_date='1980-01-01', to_date='2022-12-01', squeeze_dims=True )
Errors are occurring for other requests, but I have not confirmed that they are the same problem (see attached file water_level_errors.txt
Environment: tethys2.yml.zip
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am getting a weird error: "ValueError: All chunk dimensions must be positive (all chunk dimensions must be positive)"
reproducible code:
Errors are occurring for other requests, but I have not confirmed that they are the same problem (see attached file
water_level_errors.txt
Environment:
tethys2.yml.zip
The text was updated successfully, but these errors were encountered: