dimarray icon indicating copy to clipboard operation
dimarray copied to clipboard

dimarray: labelled array with dimensions, metadata and netCDF archiving

Results 6 dimarray issues
Sort by recently updated
recently updated
newest added

pandas Panel and not supported anymore. With pandas 1.3.2, an error is raised, see below. Short solution: remove pd.Panel from the `pandas_classes` list in `tools.py`. ![image](https://user-images.githubusercontent.com/1313086/135084278-5ef7e621-7754-40ab-821e-58dc62408fc2.png)

When creating and copying a dataset, changing one dataset also changes the other dataset: ``` In [70]: dataset1 = da.Dataset({'test':da.DimArray(np.zeros([4,3]))}) In [71]: dataset2 = dataset1.copy() In [72]: dataset1['test'][2,2] = -99...

Right now a large number of possibilities exist to initialize axes, in term of nature (list, numpy arrays, Axis instances) and methods to pass them as argument (as a sequence...

Hi great module! I'm trying to write out a GeoArray in a loop increasing the time coordinate every step. Dimensions are [1 x 3 x 360 x 720] = time...

Add a library of common functions for dimarray. Could start by porting `larry` and `pandas` functions in dimarray's lib folder.

enhancement

Would be nice to have a HDF I/O format as pandas and larry have. Note that netCDF4 is based on HDF and has advantages on HDF such as the possibility...

enhancement