neural-transport


Nameneural-transport JSON
Version 0.0.1 PyPI version JSON
download
home_pageNone
SummaryNeural Transport - A Python library to train neural network emulators of atmospheric transport models.
upload_time2024-08-20 17:45:54
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseMIT License Copyright (c) 2024 Vitus Benson, Max Planck Institute for Biogeochemistry Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords ai neural network transport model carbon co2 emulator pytorch
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ![#](logo.png)

*A Python library to train neural network emulators of atmospheric transport models.*

<a href='https://pypi.python.org/pypi/neural-transport'>
    <img src='https://img.shields.io/pypi/v/neural-transport.svg' alt='PyPI' />
</a>
<a href="https://opensource.org/licenses/MIT" target="_blank">
    <img src="https://img.shields.io/badge/License-MIT-blue.svg" alt="License">
</a>
<a href="https://twitter.com/vitusbenson" target="_blank">
    <img src="https://img.shields.io/twitter/follow/vitusbenson?style=social" alt="Twitter">
</a>




# Installation


```
conda create -n neuraltransport python=3.10
conda activate neuraltransport
conda install -c conda-forge ffmpeg pkg-config libjpeg-turbo opencv cupy cuda-version=11.8
conda install -c conda-forge numpy pandas xesmf cdo python-cdo xarray dask zarr netCDF4 bottleneck matplotlib seaborn cartopy shapely xskillscore xrft pyarrow
conda install pytorch torchvision torchaudio pytorch-cuda=11.8 -c pytorch -c nvidia
conda install pyg -c pyg
pip3 install lightning cdsapi pypdf2 trimesh rtree ipykernel ipywidgets tensorboard einops timm ecmwf-api-client eccodes dm-tree cfgrib 
pip3 install git+https://github.com/jbusecke/xmovie.git
pip3 install git+https://github.com/vitusbenson/torch_advection.git
pip install pynvml wandb ruamel.yaml moviepy
pip3 install git+https://github.com/NVIDIA/modulus-makani.git
pip install -e .
```


# Cite NeuralTransport

In case you use NeuralTransport in your research or work, it would be highly appreciated if you include a reference to our [paper](https://arxiv.org/abs/2408.XXXXX) in any kind of publication.

```bibtex
@article{benson2024neuraltransport,
  title = {Atmospheric Transport Modeling of CO2 with Neural Networks},
  author = {Vitus Benson, Ana Bastos, Christian Reimers, Alexander J. Winkler,
 Fanny Yang and Markus Reichstein},
  eprint={2408.XXXXX},
  archivePrefix={arXiv},
  primaryClass={cs.LG},
  url={https://arxiv.org/abs/2408.XXXXX}, 
}
```

# Contact

For questions or comments regarding the usage of this repository, please use the [discussion section](https://github.com/vitusbenson/neural_transport/discussions) on Github. For bug reports and feature requests, please open an [issue](https://github.com/vitusbenson/neural_transport/issues) on GitHub.
In special cases, you can reach out to Vitus (find his email on his [website](https://vitusbenson.github.io/)).

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "neural-transport",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "AI, neural network, transport model, carbon, co2, emulator, pytorch",
    "author": null,
    "author_email": "Vitus Benson <vbenson@bgc-jena.mpg.de>",
    "download_url": "https://files.pythonhosted.org/packages/28/b4/43b34354d1dbca00628167c40a131d4ebd42bf6e88065d188bd456cd2546/neural_transport-0.0.1.tar.gz",
    "platform": null,
    "description": "![#](logo.png)\n\n*A Python library to train neural network emulators of atmospheric transport models.*\n\n<a href='https://pypi.python.org/pypi/neural-transport'>\n    <img src='https://img.shields.io/pypi/v/neural-transport.svg' alt='PyPI' />\n</a>\n<a href=\"https://opensource.org/licenses/MIT\" target=\"_blank\">\n    <img src=\"https://img.shields.io/badge/License-MIT-blue.svg\" alt=\"License\">\n</a>\n<a href=\"https://twitter.com/vitusbenson\" target=\"_blank\">\n    <img src=\"https://img.shields.io/twitter/follow/vitusbenson?style=social\" alt=\"Twitter\">\n</a>\n\n\n\n\n# Installation\n\n\n```\nconda create -n neuraltransport python=3.10\nconda activate neuraltransport\nconda install -c conda-forge ffmpeg pkg-config libjpeg-turbo opencv cupy cuda-version=11.8\nconda install -c conda-forge numpy pandas xesmf cdo python-cdo xarray dask zarr netCDF4 bottleneck matplotlib seaborn cartopy shapely xskillscore xrft pyarrow\nconda install pytorch torchvision torchaudio pytorch-cuda=11.8 -c pytorch -c nvidia\nconda install pyg -c pyg\npip3 install lightning cdsapi pypdf2 trimesh rtree ipykernel ipywidgets tensorboard einops timm ecmwf-api-client eccodes dm-tree cfgrib \npip3 install git+https://github.com/jbusecke/xmovie.git\npip3 install git+https://github.com/vitusbenson/torch_advection.git\npip install pynvml wandb ruamel.yaml moviepy\npip3 install git+https://github.com/NVIDIA/modulus-makani.git\npip install -e .\n```\n\n\n# Cite NeuralTransport\n\nIn case you use NeuralTransport in your research or work, it would be highly appreciated if you include a reference to our [paper](https://arxiv.org/abs/2408.XXXXX) in any kind of publication.\n\n```bibtex\n@article{benson2024neuraltransport,\n  title = {Atmospheric Transport Modeling of CO2 with Neural Networks},\n  author = {Vitus Benson, Ana Bastos, Christian Reimers, Alexander J. Winkler,\n Fanny Yang and Markus Reichstein},\n  eprint={2408.XXXXX},\n  archivePrefix={arXiv},\n  primaryClass={cs.LG},\n  url={https://arxiv.org/abs/2408.XXXXX}, \n}\n```\n\n# Contact\n\nFor questions or comments regarding the usage of this repository, please use the [discussion section](https://github.com/vitusbenson/neural_transport/discussions) on Github. For bug reports and feature requests, please open an [issue](https://github.com/vitusbenson/neural_transport/issues) on GitHub.\nIn special cases, you can reach out to Vitus (find his email on his [website](https://vitusbenson.github.io/)).\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2024 Vitus Benson, Max Planck Institute for Biogeochemistry  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
    "summary": "Neural Transport - A Python library to train neural network emulators of atmospheric transport models.",
    "version": "0.0.1",
    "project_urls": {
        "Issues": "https://github.com/vitusbenson/neural_transport/issues",
        "Repository": "https://github.com/vitusbenson/neural_transport.git"
    },
    "split_keywords": [
        "ai",
        " neural network",
        " transport model",
        " carbon",
        " co2",
        " emulator",
        " pytorch"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b3f6a600aaadf410f3860efab990ab6328992bce4d551612ddb3982c1ceb6eb2",
                "md5": "1e0d15e8f0e573b3f6d12eb0bd7e2bbb",
                "sha256": "ec594ae83cb782e9732fbbc816761cf82c68fab5932157b4d3d18954b0208c67"
            },
            "downloads": -1,
            "filename": "neural_transport-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1e0d15e8f0e573b3f6d12eb0bd7e2bbb",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 10489,
            "upload_time": "2024-08-20T17:45:52",
            "upload_time_iso_8601": "2024-08-20T17:45:52.694284Z",
            "url": "https://files.pythonhosted.org/packages/b3/f6/a600aaadf410f3860efab990ab6328992bce4d551612ddb3982c1ceb6eb2/neural_transport-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "28b443b34354d1dbca00628167c40a131d4ebd42bf6e88065d188bd456cd2546",
                "md5": "c95c7e76312bc09595394aa4c567ec56",
                "sha256": "b7ae56a593c6f58008513b6a412d7568d4343dbb27ea03759429f163d26a6534"
            },
            "downloads": -1,
            "filename": "neural_transport-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "c95c7e76312bc09595394aa4c567ec56",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 11606,
            "upload_time": "2024-08-20T17:45:54",
            "upload_time_iso_8601": "2024-08-20T17:45:54.441553Z",
            "url": "https://files.pythonhosted.org/packages/28/b4/43b34354d1dbca00628167c40a131d4ebd42bf6e88065d188bd456cd2546/neural_transport-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-20 17:45:54",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "vitusbenson",
    "github_project": "neural_transport",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "neural-transport"
}
        
Elapsed time: 0.72944s