pocean-core icon indicating copy to clipboard operation
pocean-core copied to clipboard

🐍 + 🌊 A python framework for working with met-ocean data

Results 7 pocean-core issues
Sort by recently updated
recently updated
newest added

updates: - [github.com/tox-dev/pyproject-fmt: 2.0.4 → 2.1.1](https://github.com/tox-dev/pyproject-fmt/compare/2.0.4...2.1.1)

Working on cleaning up test suite. Example datasets need to be cleaned up a little bit. The source seems to be mismatch of data types between the variable and the...

We should add a standard method for generating blocks for ERDDAP in each DSG class. ERDDAP's provided scripts take an abstract approach so they can support a wide variety of...

I'm trying to write several CTD casts into a single netCDF file. This is following [NCEI_Profile_Orthogonal](https://www.nodc.noaa.gov/data/formats/netcdf/v2.0/profileOrthogonal.cdl). The data are in a single Pandas Dataframe with columns for pressure (z) and...

https://www.nodc.noaa.gov/data/formats/netcdf/v2.0/ lists a Point feature type. Its description is: point | A single data point (having no implied coordinate relationship to other points). | One or more recorded observations that...

@kwilcox asked me to let him know where documentation would be helpful. If it's OK, I'd like to track it here. First up, Installation. For instance, I did: > conda...

https://numpy.org/neps/nep-0050-scalar-promotion.html#nep50 https://github.com/pyoceans/pocean-core/blob/acd977bb3b513fd7338e33aefb7937c6ab47b653/pocean/utils.py#L305 https://github.com/pyoceans/pocean-core/blob/acd977bb3b513fd7338e33aefb7937c6ab47b653/pocean/cf.py#L14 With the release of numpy 2.0 adopting NEP 50 by default, type promotion has changed and any attempts to coerce python scalar values into data types that...