Skip to content
#

netcdf

Here are 204 public repositories matching this topic...

xarray
alastair-gemmell
alastair-gemmell commented Nov 22, 2019

Some regular grids in Iris are generated from a reference point along a given coordinate direction along with an associated spacing.

The way this is currently implemented uses numpy.arange as follows:

https://github.com/SciTools/iris/blob/b2ce2a34e2eef7e3d6203c77ada7ed4ce89e3145/lib/iris/coords.py#L2293

Where zeroth is the value prior to the first point value, step is the numer

rabernat
rabernat commented Nov 30, 2018

I am trying to learn to use siphon. It seems very powerful. Thank you for creating it!

My usual method for learning a new library is to try to introspect the objects via a combination of doc strings, tab completion, etc (in addition to rtfm of course). One challenge with siphon is that it's __repr__ methods for its objects are often insufficiently informative, making it hard to quickly unders

rstoneback
rstoneback commented Jul 7, 2018

Random number functions work best when they generate many numbers are once, which isn't always convenient. Python generators offer a solution to this, but they aren't conveniently carried around. Create two random number generator functions, one normally distributed, the other in a top hat distribution, and attach them to the pysat object at instantiation.

Plan:
- Create random number gene

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

You can’t perform that action at this time.