-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
xarray.open_mzar: open multiple zarr files (in parallel) #4003
Commits on Apr 23, 2020
-
create def for multiple zarr files and added commentary/definition, w…
…hich matches almost exactly that of ``xr.open_mfdatasets``, but withou ``engine``
Miguel Jimenez-Urias committedApr 23, 2020 Configuration menu - View commit details
-
Copy full SHA for f55ed1c - Browse repository at this point
Copy the full SHA f55ed1cView commit details -
just as with
xr.open_mfdatasets
, identify the paths as local dire……ctory paths/strings
Miguel Jimenez-Urias committedApr 23, 2020 Configuration menu - View commit details
-
Copy full SHA for 49f6512 - Browse repository at this point
Copy the full SHA 49f6512View commit details -
Miguel Jimenez-Urias committed
Apr 23, 2020 Configuration menu - View commit details
-
Copy full SHA for f35a3e5 - Browse repository at this point
Copy the full SHA f35a3e5View commit details -
finished copying similar code from
xr.open_mfdatasets
Miguel Jimenez-Urias committedApr 23, 2020 Configuration menu - View commit details
-
Copy full SHA for 9f728aa - Browse repository at this point
Copy the full SHA 9f728aaView commit details -
Miguel Jimenez-Urias committed
Apr 23, 2020 Configuration menu - View commit details
-
Copy full SHA for 8d0a844 - Browse repository at this point
Copy the full SHA 8d0a844View commit details -
Miguel Jimenez-Urias committed
Apr 23, 2020 Configuration menu - View commit details
-
Copy full SHA for b3b0f1d - Browse repository at this point
Copy the full SHA b3b0f1dView commit details -
added
xr.open_mzarr()
to the list of available modules to callMiguel Jimenez-Urias committedApr 23, 2020 Configuration menu - View commit details
-
Copy full SHA for 2221943 - Browse repository at this point
Copy the full SHA 2221943View commit details -
Miguel Jimenez-Urias committed
Apr 23, 2020 Configuration menu - View commit details
-
Copy full SHA for ac35e7c - Browse repository at this point
Copy the full SHA ac35e7cView commit details -
Miguel Jimenez-Urias committed
Apr 23, 2020 Configuration menu - View commit details
-
Copy full SHA for 64654f3 - Browse repository at this point
Copy the full SHA 64654f3View commit details -
imported function from backend.api
Miguel Jimenez-Urias committedApr 23, 2020 Configuration menu - View commit details
-
Copy full SHA for d5a5cef - Browse repository at this point
Copy the full SHA d5a5cefView commit details -
imported function to facilitate mzarr
Miguel Jimenez-Urias committedApr 23, 2020 Configuration menu - View commit details
-
Copy full SHA for 4c0ef19 - Browse repository at this point
Copy the full SHA 4c0ef19View commit details -
correctly imported functions from core to mzarr
Miguel Jimenez-Urias committedApr 23, 2020 Configuration menu - View commit details
-
Copy full SHA for d158c21 - Browse repository at this point
Copy the full SHA d158c21View commit details -
Miguel Jimenez-Urias committed
Apr 23, 2020 Configuration menu - View commit details
-
Copy full SHA for 5171420 - Browse repository at this point
Copy the full SHA 5171420View commit details -
removed lock and autoclose since not taken by
open_zarr
Miguel Jimenez-Urias committedApr 23, 2020 Configuration menu - View commit details
-
Copy full SHA for e1e51bb - Browse repository at this point
Copy the full SHA e1e51bbView commit details -
Miguel Jimenez-Urias committed
Apr 23, 2020 Configuration menu - View commit details
-
Copy full SHA for b6bf2cf - Browse repository at this point
Copy the full SHA b6bf2cfView commit details -
class is not needed since zarr stores don`t remain open
Miguel Jimenez-Urias committedApr 23, 2020 Configuration menu - View commit details
-
Copy full SHA for 3bc4be8 - Browse repository at this point
Copy the full SHA 3bc4be8View commit details -
Miguel Jimenez-Urias committed
Apr 23, 2020 Configuration menu - View commit details
-
Copy full SHA for a79b125 - Browse repository at this point
Copy the full SHA a79b125View commit details -
Miguel Jimenez-Urias committed
Apr 23, 2020 Configuration menu - View commit details
-
Copy full SHA for 2d3bbb5 - Browse repository at this point
Copy the full SHA 2d3bbb5View commit details
Commits on Apr 25, 2020
-
Miguel Jimenez-Urias committed
Apr 25, 2020 Configuration menu - View commit details
-
Copy full SHA for f7cf580 - Browse repository at this point
Copy the full SHA f7cf580View commit details -
removed unused imported function
Miguel Jimenez-Urias committedApr 25, 2020 Configuration menu - View commit details
-
Copy full SHA for 53c8623 - Browse repository at this point
Copy the full SHA 53c8623View commit details -
Miguel Jimenez-Urias committed
Apr 25, 2020 Configuration menu - View commit details
-
Copy full SHA for 34d755e - Browse repository at this point
Copy the full SHA 34d755eView commit details -
Miguel Jimenez-Urias committed
Apr 25, 2020 Configuration menu - View commit details
-
Copy full SHA for b39b37e - Browse repository at this point
Copy the full SHA b39b37eView commit details -
Miguel Jimenez-Urias committed
Apr 25, 2020 Configuration menu - View commit details
-
Copy full SHA for 276006a - Browse repository at this point
Copy the full SHA 276006aView commit details -
Miguel Jimenez-Urias committed
Apr 25, 2020 Configuration menu - View commit details
-
Copy full SHA for 6f04be6 - Browse repository at this point
Copy the full SHA 6f04be6View commit details -
Miguel Jimenez-Urias committed
Apr 25, 2020 Configuration menu - View commit details
-
Copy full SHA for aa97e1a - Browse repository at this point
Copy the full SHA aa97e1aView commit details
Commits on Apr 28, 2020
-
erased open_mzarr. Added capability to open_dataset to open zarr files
Miguel Jimenez-Urias committedApr 28, 2020 Configuration menu - View commit details
-
Copy full SHA for 06de16a - Browse repository at this point
Copy the full SHA 06de16aView commit details -
Miguel Jimenez-Urias committed
Apr 28, 2020 Configuration menu - View commit details
-
Copy full SHA for f94fc9f - Browse repository at this point
Copy the full SHA f94fc9fView commit details -
Miguel Jimenez-Urias committed
Apr 28, 2020 Configuration menu - View commit details
-
Copy full SHA for 16e08e3 - Browse repository at this point
Copy the full SHA 16e08e3View commit details -
added chunking code from
open_zarr
Miguel Jimenez-Urias committedApr 28, 2020 Configuration menu - View commit details
-
Copy full SHA for 22828fc - Browse repository at this point
Copy the full SHA 22828fcView commit details -
Miguel Jimenez-Urias committed
Apr 28, 2020 Configuration menu - View commit details
-
Copy full SHA for 021f2cc - Browse repository at this point
Copy the full SHA 021f2ccView commit details -
removed
open_mzarr
` from top-level-functionMiguel Jimenez-Urias committedApr 28, 2020 Configuration menu - View commit details
-
Copy full SHA for 985f28c - Browse repository at this point
Copy the full SHA 985f28cView commit details
Commits on Apr 29, 2020
-
missing return in nested function
Miguel Jimenez-Urias committedApr 29, 2020 Configuration menu - View commit details
-
Copy full SHA for e8ed887 - Browse repository at this point
Copy the full SHA e8ed887View commit details -
moved outside of nested function, had touble with reading before assi…
…gnement
Miguel Jimenez-Urias committedApr 29, 2020 Configuration menu - View commit details
-
Copy full SHA for d693514 - Browse repository at this point
Copy the full SHA d693514View commit details -
added missing argument associated with zarr stores, onto the definiti…
…on of open_dataset
Miguel Jimenez-Urias committedApr 29, 2020 Configuration menu - View commit details
-
Copy full SHA for df34f18 - Browse repository at this point
Copy the full SHA df34f18View commit details -
Miguel Jimenez-Urias committed
Apr 29, 2020 Configuration menu - View commit details
-
Copy full SHA for 98351c7 - Browse repository at this point
Copy the full SHA 98351c7View commit details -
removed blank lines, fixed typo on
chunks
Miguel Jimenez-Urias committedApr 29, 2020 Configuration menu - View commit details
-
Copy full SHA for 160bd67 - Browse repository at this point
Copy the full SHA 160bd67View commit details -
Miguel Jimenez-Urias committed
Apr 29, 2020 Configuration menu - View commit details
-
Copy full SHA for 7e57e9b - Browse repository at this point
Copy the full SHA 7e57e9bView commit details -
Miguel Jimenez-Urias committed
Apr 29, 2020 Configuration menu - View commit details
-
Copy full SHA for ac0f093 - Browse repository at this point
Copy the full SHA ac0f093View commit details -
removed imported but unused
dask.array
Miguel Jimenez-Urias committedApr 29, 2020 Configuration menu - View commit details
-
Copy full SHA for 6a1516c - Browse repository at this point
Copy the full SHA 6a1516cView commit details -
added capabilities for file_or_obj to be a mutablemapper such as `fss…
…pec.get_mapper`, and thus compatible with `intake-xarray`
Miguel Jimenez-Urias committedApr 29, 2020 Configuration menu - View commit details
-
Copy full SHA for 8999faf - Browse repository at this point
Copy the full SHA 8999fafView commit details -
moved to a different conditional since file_or_obj is a mutablemappin…
…g, not a str, path or AbstractDataStore
Miguel Jimenez-Urias committedApr 29, 2020 Configuration menu - View commit details
-
Copy full SHA for 5df0985 - Browse repository at this point
Copy the full SHA 5df0985View commit details -
Miguel Jimenez-Urias committed
Apr 29, 2020 Configuration menu - View commit details
-
Copy full SHA for 2d94ea2 - Browse repository at this point
Copy the full SHA 2d94ea2View commit details -
restored the option for when file_or_obk is a str, such as an url.
Miguel Jimenez-Urias committedApr 29, 2020 Configuration menu - View commit details
-
Copy full SHA for 377ef53 - Browse repository at this point
Copy the full SHA 377ef53View commit details -
Miguel Jimenez-Urias committed
Apr 29, 2020 Configuration menu - View commit details
-
Copy full SHA for f48c84b - Browse repository at this point
Copy the full SHA f48c84bView commit details -
update open_dataset for zarr files
Miguel Jimenez-Urias committedApr 29, 2020 Configuration menu - View commit details
-
Copy full SHA for 8376cca - Browse repository at this point
Copy the full SHA 8376ccaView commit details -
remove open_zarr from tests, now open_dataset(engine=
zarr
)Miguel Jimenez-Urias committedApr 29, 2020 Configuration menu - View commit details
-
Copy full SHA for aed1cc5 - Browse repository at this point
Copy the full SHA aed1cc5View commit details -
remove extra file, and raise deprecating warning on open_zarr
Miguel Jimenez-Urias committedApr 29, 2020 Configuration menu - View commit details
-
Copy full SHA for b488363 - Browse repository at this point
Copy the full SHA b488363View commit details -
added internal call to open_dataset from depricated open_zarr
Miguel Jimenez-Urias committedApr 29, 2020 Configuration menu - View commit details
-
Copy full SHA for bae7f10 - Browse repository at this point
Copy the full SHA bae7f10View commit details -
Miguel Jimenez-Urias committed
Apr 29, 2020 Configuration menu - View commit details
-
Copy full SHA for 37ff214 - Browse repository at this point
Copy the full SHA 37ff214View commit details -
correct argument for open_dataset
Miguel Jimenez-Urias committedApr 29, 2020 Configuration menu - View commit details
-
Copy full SHA for b8b98f5 - Browse repository at this point
Copy the full SHA b8b98f5View commit details -
pass arguments as backend_kwargs
Miguel Jimenez-Urias committedApr 29, 2020 Configuration menu - View commit details
-
Copy full SHA for 5c37329 - Browse repository at this point
Copy the full SHA 5c37329View commit details -
pass backend_kwargs as argument
Miguel Jimenez-Urias committedApr 29, 2020 Configuration menu - View commit details
-
Copy full SHA for 831f15b - Browse repository at this point
Copy the full SHA 831f15bView commit details -
Miguel Jimenez-Urias committed
Apr 29, 2020 Configuration menu - View commit details
-
Copy full SHA for 80dd7da - Browse repository at this point
Copy the full SHA 80dd7daView commit details -
set `overwrite_enconded_chunks as backend_kwargs
Miguel Jimenez-Urias committedApr 29, 2020 Configuration menu - View commit details
-
Copy full SHA for 4ebf380 - Browse repository at this point
Copy the full SHA 4ebf380View commit details -
do not pass as backend, use for chunking
Miguel Jimenez-Urias committedApr 29, 2020 Configuration menu - View commit details
-
Copy full SHA for 4ce3007 - Browse repository at this point
Copy the full SHA 4ce3007View commit details
Commits on May 22, 2020
-
Miguel Jimenez-Urias committed
May 22, 2020 Configuration menu - View commit details
-
Copy full SHA for 89a780b - Browse repository at this point
Copy the full SHA 89a780bView commit details -
moved definitions to zarr backends
Miguel Jimenez-Urias committedMay 22, 2020 Configuration menu - View commit details
-
Copy full SHA for 6f6eb23 - Browse repository at this point
Copy the full SHA 6f6eb23View commit details -
Merge pull request #1 from Mikejmnez/new_branch
moved definitions to zarr backends
Miguel Jimenez authoredMay 22, 2020 Configuration menu - View commit details
-
Copy full SHA for 62893ab - Browse repository at this point
Copy the full SHA 62893abView commit details