Metadata-Version: 2.1
Name: NXTensor
Version: 0.3.3.5
Summary: NXTensor is a tensor making framework based on Xarray. It automates the extraction of multichannel images (tensors) from NetCDF time series of geolocated data.
Home-page: UNKNOWN
Author: Sébastien Gardoll
Author-email: sebastien@gardoll.fr
License: UNKNOWN
Description: # NXTensor
        
        NXTensor is a tensor making framework based on Xarray.
        It automates the extraction of multichannel images (tensors) from NetCDF time series of geolocated data.
        
        ## License
        
        See LICENSE file.
        
        ## Authors
        
        * Sébastien Gardoll
        
        Software Engineer at [IPSL](https://www.ipsl.fr/en/)
        contact: sebastien@gardoll.fr
        
        ## Requirements
        
        - netcdf data files (all variables):
            - with the same period of time covered
            - with the same metadata names and properties
        
        ## Direct dependencies
        
        The tested version in parenthesis.
        
        - Python 3.7 (3.7.7)
        - dask (2.17.2)
        - h5py (2.10.0)
        - matplotlib (3.3.2)
        - netcdf4 (1.5.3)
        - numpy (1.18.1)
        - pandas (1.0.3)
        - pyyaml (5.3.1)
        - scikit-learn (0.22.1)
        - scipy (1.5.2)
        - xarray (0.15.1)
        
        ## Conda dependencies installation script
        
        ```bash
        YOUR_ENV_NAME='env_name'
        conda create -n ${YOUR_ENV_NAME} python=3.7
        conda install -n ${YOUR_ENV_NAME} dask h5py netcdf4 numpy pandas pyyaml scikit-learn xarray matplotlib scipy
        source activate ${YOUR_ENV_NAME}
        ```
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: CEA CNRS Inria Logiciel Libre License, version 2.1 (CeCILL-2.1)
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Scientific/Engineering :: Image Recognition
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
