netcdf
Here are 236 public repositories matching this topic...
❤️ 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!"
-
Updated
Aug 30, 2021 - C
-
Updated
Aug 27, 2021 - Python
-
Updated
Aug 25, 2021
https://carpentries-incubator.github.io/geospatial-python/ is a good course that uses rioxarray. Could add a link to it in https://corteva.github.io/rioxarray/stable/getting_started/getting_started.html
When there are no data available for a particular date range from IGRA2, it would be very helpful to the users to include the range of data that is actually found in the file. This will require actually calculating the min/max date, but we are already scanning through all of them so it shouldn't be too much more effort.
See #601 . Was done for CW_BGROUP
-
Updated
Jul 15, 2021 - Python
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
-
Updated
Aug 30, 2021 - Java
-
Updated
Aug 24, 2021 - Julia
-
Updated
Aug 29, 2021 - Visual Basic .NET
-
Updated
Oct 14, 2020 - Python
-
Updated
Jan 29, 2021 - Python
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.
-
Updated
Jul 14, 2021 - Fortran
-
Updated
Aug 21, 2021 - C
-
Updated
Aug 17, 2021 - Python
-
Updated
Nov 24, 2017 - NCL
Improve this page
Add a description, image, and links to the netcdf topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the netcdf topic, visit your repo's landing page and select "manage topics."
As far as I know, there's no way to see what options are enabled.
It'd be nice to add either
xr.get_optionsorxr.show_optionsorxr.optionsso that users can see what is enabled.I think it would be nice to have a one-line description under each option