netcdf
Here are 236 public repositories matching this topic...
🐛 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)-
Updated
Nov 19, 2021 - C
-
Updated
Nov 12, 2021 - Python
-
Updated
Nov 1, 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.
I get this in v1.01 on WIN64:-
GDL> o = Obj_New('IDLanROI', 1,2)
% Procedure not found: IDLANROI__DEFINE
% Execution halted at: $MAIN$
Would someone please add to the ToDo list?
Andrew
-
Updated
Oct 30, 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
To do
- Climatological means of net primary productivity
- Sentinel-2 / Landsat example
- Integration with geemap
- Temporal smoothing (#31)
Complete
- Downloading MODIS imagery
- [Visualizing fire progressions from GOES-R hotspots](https://wxee.readthedocs.io/en/latest/
-
Updated
Nov 19, 2021 - Julia
-
Updated
Nov 19, 2021 - Java
-
Updated
Nov 19, 2021 - Visual Basic .NET
-
Updated
Sep 9, 2021 - Python
-
Updated
Oct 22, 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
Nov 17, 2021 - Fortran
-
Updated
Nov 11, 2021 - Python
-
Updated
Nov 8, 2021 - C
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."
pydata/xarray#5865 (reply in thread)
I wonder if it's possible to implement a built-in function like:
da.str.format("%.2f")orxr.string_format(da, "%.2f)To wrap: