netcdf
Here are 204 public repositories matching this topic...
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:
Where zeroth is the value prior to the first point value, step is the numer
-
Updated
Dec 30, 2020 - C
-
Updated
Dec 15, 2020 - Python
-
Updated
Nov 7, 2020
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
-
Updated
Dec 28, 2020 - Python
Does CLUST_WTS not exist in GDL or am I missing something?
GDL> array=dist(500)
GDL> weights = CLUST_WTS(array, N_CLUSTERS = 500, n_iter=10)
% Function not found: CLUST_WTS
-
Updated
Sep 18, 2020 - Python
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
-
Updated
Oct 14, 2020 - Python
-
Updated
Jan 3, 2021 - Java
-
Updated
Jan 2, 2021 - Julia
-
Updated
Jan 3, 2021 - Visual Basic .NET
-
Updated
Dec 20, 2020 - Fortran
-
Updated
Nov 25, 2020 - Python
-
Updated
Sep 24, 2020 - C
-
Updated
Dec 31, 2020 - Python
-
Updated
Nov 24, 2017 - NCL
-
Updated
Dec 21, 2020 - Python
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."
Is your feature request related to a problem? Please describe.
I am trying to drop particular indices from a dimension that doesn't have coordinates.
Following: [drop_sel() documentation](http://xarray.pydata.org/en/stable/generated/xarray.Dataset.drop_sel.html#xarray.Dataset.drop_se