py-flux-tracer


Namepy-flux-tracer JSON
Version 0.2.0 PyPI version JSON
download
home_pageNone
SummaryThis package provides methods for analyzing atmospheric observation data, primarily eddy covariance methods.
upload_time2025-02-06 23:56:55
maintainerNone
docs_urlNone
authorNone
requires_python>=3.11
licenseNone
keywords covariance eddy ethane flux footprint hotspots meteorology methane spectrum
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # py-flux-tracer

このパッケージは、大気観測で得られたデータファイルを解析するPythonパッケージです。渦相関法を主とする大気観測データを対象としています。

## インストール

### 必要条件

- Python >= 3.11
- pip または uv

### インストール方法

```bash
pip install py-flux-tracer
```

または

```bash
uv add py-flux-tracer
```

## ライセンス

本ソフトウェアは、 [LICENSE](https://github.com/connect0459/py_flux_tracer/blob/main/LICENSE) に基づいて使用してください。

## ドキュメント

開発者に向けてドキュメントを作成しています。`storage/manuals`配下に格納しています。

- [リファレンス](./storage/manuals/references.md)
- パッケージの開発
  - [1. プロジェクトの初期設定](./storage/manuals/development/1-init-project.md)
  - [2. Gitを用いた開発の概要](./storage/manuals/development/2-overview-git.md)
  - [3. 新機能の追加](./storage/manuals/development/3-add-features.md)
- [パッケージのデプロイ](./storage/manuals/deployment.md)
- [コマンド集](./storage/manuals/cmd.md)

クラスやメソッドのdocstringはNumPy/SciPy Styleで記述しています。 [pdoc](https://github.com/pdoc3/pdoc) や [Sphinx](https://github.com/sphinx-doc/sphinx) などのNumPy/SciPy Styleをサポートするドキュメント生成ツールでHTMLドキュメントを生成可能です。

## コントリビュータ

- [connect0459](https://github.com/connect0459)

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "py-flux-tracer",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": null,
    "keywords": "covariance, eddy, ethane, flux, footprint, hotspots, meteorology, methane, spectrum",
    "author": null,
    "author_email": "connect0459 <connect0459@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/ad/fa/9e4c48c879e9ee2c5239e802eccb4bf6c6fecfde600dfe79f0783627a758/py_flux_tracer-0.2.0.tar.gz",
    "platform": null,
    "description": "# py-flux-tracer\n\n\u3053\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u306f\u3001\u5927\u6c17\u89b3\u6e2c\u3067\u5f97\u3089\u308c\u305f\u30c7\u30fc\u30bf\u30d5\u30a1\u30a4\u30eb\u3092\u89e3\u6790\u3059\u308bPython\u30d1\u30c3\u30b1\u30fc\u30b8\u3067\u3059\u3002\u6e26\u76f8\u95a2\u6cd5\u3092\u4e3b\u3068\u3059\u308b\u5927\u6c17\u89b3\u6e2c\u30c7\u30fc\u30bf\u3092\u5bfe\u8c61\u3068\u3057\u3066\u3044\u307e\u3059\u3002\n\n## \u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\n\n### \u5fc5\u8981\u6761\u4ef6\n\n- Python >= 3.11\n- pip \u307e\u305f\u306f uv\n\n### \u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u65b9\u6cd5\n\n```bash\npip install py-flux-tracer\n```\n\n\u307e\u305f\u306f\n\n```bash\nuv add py-flux-tracer\n```\n\n## \u30e9\u30a4\u30bb\u30f3\u30b9\n\n\u672c\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2\u306f\u3001 [LICENSE](https://github.com/connect0459/py_flux_tracer/blob/main/LICENSE) \u306b\u57fa\u3065\u3044\u3066\u4f7f\u7528\u3057\u3066\u304f\u3060\u3055\u3044\u3002\n\n## \u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\n\n\u958b\u767a\u8005\u306b\u5411\u3051\u3066\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u4f5c\u6210\u3057\u3066\u3044\u307e\u3059\u3002`storage/manuals`\u914d\u4e0b\u306b\u683c\u7d0d\u3057\u3066\u3044\u307e\u3059\u3002\n\n- [\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9](./storage/manuals/references.md)\n- \u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u958b\u767a\n  - [1. \u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u306e\u521d\u671f\u8a2d\u5b9a](./storage/manuals/development/1-init-project.md)\n  - [2. Git\u3092\u7528\u3044\u305f\u958b\u767a\u306e\u6982\u8981](./storage/manuals/development/2-overview-git.md)\n  - [3. \u65b0\u6a5f\u80fd\u306e\u8ffd\u52a0](./storage/manuals/development/3-add-features.md)\n- [\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30c7\u30d7\u30ed\u30a4](./storage/manuals/deployment.md)\n- [\u30b3\u30de\u30f3\u30c9\u96c6](./storage/manuals/cmd.md)\n\n\u30af\u30e9\u30b9\u3084\u30e1\u30bd\u30c3\u30c9\u306edocstring\u306fNumPy/SciPy Style\u3067\u8a18\u8ff0\u3057\u3066\u3044\u307e\u3059\u3002 [pdoc](https://github.com/pdoc3/pdoc) \u3084 [Sphinx](https://github.com/sphinx-doc/sphinx) \u306a\u3069\u306eNumPy/SciPy Style\u3092\u30b5\u30dd\u30fc\u30c8\u3059\u308b\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u751f\u6210\u30c4\u30fc\u30eb\u3067HTML\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u751f\u6210\u53ef\u80fd\u3067\u3059\u3002\n\n## \u30b3\u30f3\u30c8\u30ea\u30d3\u30e5\u30fc\u30bf\n\n- [connect0459](https://github.com/connect0459)\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "This package provides methods for analyzing atmospheric observation data, primarily eddy covariance methods.",
    "version": "0.2.0",
    "project_urls": {
        "Bug Tracker": "https://github.com/connect0459/py-flux-tracer/issues",
        "Homepage": "https://github.com/connect0459/py-flux-tracer"
    },
    "split_keywords": [
        "covariance",
        " eddy",
        " ethane",
        " flux",
        " footprint",
        " hotspots",
        " meteorology",
        " methane",
        " spectrum"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "17e7d5fe15531c31070cf57d1aeba2fa484a1e5be552d62781a8bbb68c349a7d",
                "md5": "84a081c3805efc818e5152b1f2ec181b",
                "sha256": "2cde6fabbfbb96a1a8aaff8d703e86a33b5a74ad08135ee4764b49a946dd4f79"
            },
            "downloads": -1,
            "filename": "py_flux_tracer-0.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "84a081c3805efc818e5152b1f2ec181b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 111849,
            "upload_time": "2025-02-06T23:56:52",
            "upload_time_iso_8601": "2025-02-06T23:56:52.677132Z",
            "url": "https://files.pythonhosted.org/packages/17/e7/d5fe15531c31070cf57d1aeba2fa484a1e5be552d62781a8bbb68c349a7d/py_flux_tracer-0.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "adfa9e4c48c879e9ee2c5239e802eccb4bf6c6fecfde600dfe79f0783627a758",
                "md5": "d4d3354b8b6d423310ef4d8d4089e922",
                "sha256": "43d341918650e5b7c9c2efa1788ef8ffc9a1b036ab4dad8cfddc311676e3b469"
            },
            "downloads": -1,
            "filename": "py_flux_tracer-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "d4d3354b8b6d423310ef4d8d4089e922",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 3577408,
            "upload_time": "2025-02-06T23:56:55",
            "upload_time_iso_8601": "2025-02-06T23:56:55.026204Z",
            "url": "https://files.pythonhosted.org/packages/ad/fa/9e4c48c879e9ee2c5239e802eccb4bf6c6fecfde600dfe79f0783627a758/py_flux_tracer-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-06 23:56:55",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "connect0459",
    "github_project": "py-flux-tracer",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "py-flux-tracer"
}
        
Elapsed time: 0.76694s