The Wayback Machine - https://web.archive.org/web/20220419154625/https://github.com/topics/netcdf
Skip to content
#

netcdf

Here are 246 public repositories matching this topic...

rcomer
rcomer commented Nov 12, 2021

🐛 Bug Report

If the scalar coord passed to iris.util.new_axis is already a dimension coordinate, an anonymous new dimension is created.

How To Reproduce

import iris
import iris.cube

print(iris.__version__)

cube = iris.cube.Cube(1)
coord = iris.coords.DimCoord(1, long_name="spam")
cube.add_aux_coord(coord)
Type: Bug New: Issue Good First Issue
dopplershift
dopplershift commented Jan 23, 2021

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.

Type: Feature Area: Web Services good first issue
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

leewujung
leewujung commented Mar 18, 2022

Right now we have both single and double backtick quotes for variables in our documentation and docstring. It renders the same way in GitHub markdown, but in sphinx it was different.

Even though we have moved to use JupyterBook to build the documentation, it seems still a good idea to make things consistent.

This is not a pressing issue, just wanted to keep a note of it.

good first issue docs

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