Skip to content

Conversation

@philipc2
Copy link
Member

@philipc2 philipc2 commented Sep 29, 2024

Overview

Expected Usage

import uxarray as ux

grid_path = "/path/to/grid.nc"
data_path = "/path/to/data.nc"

uxds = ux.open_dataset(grid_path, data_path)

# this is how you use this function
some_output = uxds.some_function()

# this is another way to use this function
other_output = uxds.some_function(some_param = True)

@philipc2 philipc2 linked an issue Oct 1, 2024 that may be closed by this pull request
@philipc2
Copy link
Member Author

Closing this as not planned for right now.

@philipc2 philipc2 closed this Jan 15, 2025
@erogluorhan erogluorhan deleted the philipc2/partition branch September 26, 2025 17:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant