Philip Chmielowiec
Philip Chmielowiec
@bjodah Let me know if you'd like any help. We use `pyfma` in [UXarray](https://github.com/UXARRAY/uxarray) and would like to get these changes in to support NumPy 2.0
Will close this issue once we reach about 85-90% coverage.
Delegation: - [ ] `uxarray.subset` @philipc2 - [x] `uxarray.remap` @aaronzedwick - [x] `uxarray.utils` @erogluorhan - [x] `uxarray.io` @rajeeja
> Not sure how to attach the *.nc file. Perhaps that could be added to supported file types in the repo (within reason, so no one tries to dump a...
Thanks! I can get a fix started for this, thanks for catching this!
@rajeeja Was this fixed in #1282
Hi @amberchen122 This is one of the main sections we'd need to update: https://github.com/UXARRAY/uxarray/blob/82e46b8c79bb0107753398ddab096c5f6eb9b718/uxarray/grid/arcs.py#L170-L177 We should update the helper functions to take in both the Cartesian and LatLon versions of...
I'd like to also mention that we should try to avoid as many conversions between `np.ndarray` and `list` as possible. This could be something to considering when optimizing.
Closing this because of #1072