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

Encoding dataarrays #60

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Encoding dataarrays #60

wants to merge 4 commits into from

Conversation

abkfenris
Copy link
Member

@abkfenris abkfenris commented May 23, 2024

Tries to make sure that dataarrays are encoded as well to hopefully solve IndexError issues when datetimes are not coordinates, as well as standardizing encoding to consolidate that logic.

It additionally adds a new class of OpenDAP Array that can support encoding multiple dimensions for non-coordinate dimensions.

I've added some of the various problematic test datasets (and set up tests for them) from:

We can use the same structure to add additional minimal problematic datasets.

I've additionally added a Docker Compose file and instructions on how to launch a Hyrax OpenDAP server and a man in the middle proxy to compare traffic to see differences between responses better.

Works on #59

Make sure that dataarrays are encoded as well to hopefully solve IndexError issues when datetimes are not coordinates.

Works on #59
Added a custom OpenDAP protocol Array class that can encode multiple dims.

Additionally added some additional tests and test data from various problematic datasets.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant