argopy.stores.implementations.memory.memorystore

argopy.stores.implementations.memory.memorystore#

class memorystore(cache: bool = False, cachedir: str = '', **kwargs)[source]#

Argo in-memory file system (global)

Note that this inherits from argopy.stores.filestore, not the:class:argopy.stores.ArgoStoreProto.

Relies on fsspec.implementations.memory.MemoryFileSystem

__init__(cache: bool = False, cachedir: str = '', **kwargs)#

Create a file storage system for Argo data

Parameters:

Methods

__init__([cache, cachedir])

Create a file storage system for Argo data

cachepath(uri[, errors])

Return path to cached file for a given URI

clear_cache()

Remove cache files and entry from uri open with this store instance

exists(path, *args)

Check if path can be open or not

expand_path(path, **kwargs)

Turn one or more globs or directories into a list of all matching paths to files or directories.

first(path[, N])

Read first N bytes of a path

full_path(path[, protocol])

Return fully developed path

glob(path, **kwargs)

info(path, *args, **kwargs)

ls(path, **kwargs)

open(path, *args, **kwargs)

open_dataset(path[, errors, lazy, xr_opts])

Create a xarray.Dataset from a local path pointing to a netcdf file

open_json(url[, errors])

Open and process a json document from a path

open_mfdataset(urls[, concat_dim, ...])

Open multiple urls as a single xarray dataset.

read_csv(path, **kwargs)

Return a pandas.dataframe from a path that is a csv resource

register(uri)

Keep track of files open with this instance

store_path(uri)

unstrip_protocol(path, **kwargs)

Attributes

async_impl

asynchronous

cached_files

protocol

File system name, one in fsspec.registry.known_implementations

sep

target_protocol