Skip to content
#

netcdf

Here are 236 public repositories matching this topic...

xarray
dcherian
dcherian commented Aug 12, 2021

As far as I know, there's no way to see what options are enabled.

It'd be nice to add either xr.get_options or xr.show_options or xr.options so that users can see what is enabled.

I think it would be nice to have a one-line description under each option

"arithmetic_join": "outer"
    controls DataArray/Dataset alignment in binary operations.
bjlittle
bjlittle commented May 14, 2021

❤️ First Time Contributors

Welcome to Iris! 😊

This is a permanent pinned issue dedicated to our lovely first time contributors and those new to Iris, keen to get involved.

We'd really love to hear from you, so checkout our GitHub Discussions. Ask a question, share an idea, ask for help, tell us what we could do better or simply say `"Hi!"

rstoneback
rstoneback commented May 26, 2021

Is your feature request related to a problem? Please describe.
It can be necessary to pull out the instrument sampling rate from data. In principle this should be easy but data gaps, instrument turn on/off, etc. can potentially frustrate this determination.

Describe the solution you'd like
It may be necessary for calc_res in utils.time to support different averaging methods for da

FMS
underwoo
underwoo commented Oct 15, 2019

The -Wmaybe-uninitialized GFortran option will list many variables that may be used before initialized. While several of these warnings are likely false positives, that is most likely due to the branching done in the code causing certain, unlikely paths (and sometime error paths) that do not initialize the variable. These cases need to be evaluated, and if possible corrected.

Improve this page

Add a description, image, and links to the netcdf topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the netcdf topic, visit your repo's landing page and select "manage topics."

Learn more