Skip to main content

NXTensor is a tensor making framework based on Xarray. It automates the extraction of multichannel images (tensors) from NetCDF time series of geolocated data.

Project 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 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

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}

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

NXTensor-0.3.3.5.tar.gz (29.8 kB view hashes)

Uploaded Source

Built Distribution

NXTensor-0.3.3.5-py3-none-any.whl (52.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page