dimarray
dimarray copied to clipboard
dimarray: labelled array with dimensions, metadata and netCDF archiving
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`. 
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.
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...