geoips


Namegeoips JSON
Version 1.13.0 PyPI version JSON
download
home_pagehttps://github.com/NRLMMD-GEOIPS/geoips
SummaryGeolocated Information Processing System
upload_time2024-07-09 18:36:30
maintainerGeoIPS
docs_urlNone
authorGeoIPS
requires_python>=3.10.0
licenseNone
keywords geoips poetry
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
                # # # Distribution Statement A. Approved for public release. Distribution is unlimited.
    # # #
    # # # Author:
    # # # Naval Research Laboratory, Marine Meteorology Division
    # # #
    # # # This program is free software: you can redistribute it and/or modify it under
    # # # the terms of the NRLMMD License included with this program. This program is
    # # # distributed WITHOUT ANY WARRANTY; without even the implied warranty of
    # # # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the included license
    # # # for more details. If you did not receive the license, for more information see:
    # # # https://github.com/U-S-NRL-Marine-Meteorology-Division/

GeoIPS Base Package
====================

The GeoIPS Base Package provides a Python 3 based architecture supporting a wide variety of
satellite and weather data processing. The modular nature of the GeoIPS base infrastructure also allows
plug-and-play capability for user-specified custom functionality.

Installation
------------
See the
installation guide ([linux](./docs/source/starter/installation.rst),
[mac](./docs/source/starter/mac_installation.rst),
[windows](./docs/source/starter/windows_installation.rst))
within the source code documentation for installation instructions. GeoIPS has a fully supported
exhaustive installation process, including a full conda environment, as well as a more basic
pip based installation for "expert" users.

Creating your own GeoIPS Plugin
-------------------------------

See the instructions to
[setup a new plugin](./docs/source/devguide/dev_setup.rst)
if you are interested in creating your own functionality using the GeoIPS
infrastructure.

Contributing
-------------
Are you interested in
1. Notifying the geoips team of bugs?
2. Submitting a fix to a known bug?
3. Contributing new functionality to the main geoips code base?
4. Creating your own geoips-compatible plugin?

We welcome all feedback and contributions!

Please review our
[contributors guide](./docs/source/devguide/contributors.rst)
for more information.

Contact
----------
Please contact geoips@nrlmry.navy.mil with any questions comments or concerns, and
for additional information about our regular user/developer meetings, Slack channel,
and other forms of communication.

Slack Channel
----------
For those interested in contributing to GeoIPS, have informal feature requests, or
have lingering questions not answered by the documentation, feel free to join our
[Slack Channel](https://geoips.slack.com/). If you are not permitted to join, email
geoips@nrlmry.navy.mil to request access.

Acknowledgments and Citations
------------------------------
Please display the following acknowledgment within all published research using this software:

    "This work uses the GeoIPS(R) software package written and
    developed by the Naval Research Laboratory Marine Meteorology Division.
    https://github.com/NRLMMD-GEOIPS/"

See [GeoIPS LICENSE](https://github.com/NRLMMD-GEOIPS/geoips/blob/main/LICENSE) for
more information.

* https://github.com/NRLMMD-GEOIPS/geoips/blob/main/LICENSE

Documentation
------------------------------
The documentation can be found at:

https://nrlmmd-geoips.github.io/geoips/ 


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/NRLMMD-GEOIPS/geoips",
    "name": "geoips",
    "maintainer": "GeoIPS",
    "docs_url": null,
    "requires_python": ">=3.10.0",
    "maintainer_email": "geoips@nrlmry.navy.mil",
    "keywords": "GeoIPS, Poetry",
    "author": "GeoIPS",
    "author_email": "geoips@nrlmry.navy.mil",
    "download_url": "https://files.pythonhosted.org/packages/e9/f7/ffc665dd726bd0ef87d8ffa68c2809cc6fd41ed3312479894623296c52ea/geoips-1.13.0.tar.gz",
    "platform": null,
    "description": "    # # # Distribution Statement A. Approved for public release. Distribution is unlimited.\n    # # #\n    # # # Author:\n    # # # Naval Research Laboratory, Marine Meteorology Division\n    # # #\n    # # # This program is free software: you can redistribute it and/or modify it under\n    # # # the terms of the NRLMMD License included with this program. This program is\n    # # # distributed WITHOUT ANY WARRANTY; without even the implied warranty of\n    # # # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the included license\n    # # # for more details. If you did not receive the license, for more information see:\n    # # # https://github.com/U-S-NRL-Marine-Meteorology-Division/\n\nGeoIPS Base Package\n====================\n\nThe GeoIPS Base Package provides a Python 3 based architecture supporting a wide variety of\nsatellite and weather data processing. The modular nature of the GeoIPS base infrastructure also allows\nplug-and-play capability for user-specified custom functionality.\n\nInstallation\n------------\nSee the\ninstallation guide ([linux](./docs/source/starter/installation.rst),\n[mac](./docs/source/starter/mac_installation.rst),\n[windows](./docs/source/starter/windows_installation.rst))\nwithin the source code documentation for installation instructions. GeoIPS has a fully supported\nexhaustive installation process, including a full conda environment, as well as a more basic\npip based installation for \"expert\" users.\n\nCreating your own GeoIPS Plugin\n-------------------------------\n\nSee the instructions to\n[setup a new plugin](./docs/source/devguide/dev_setup.rst)\nif you are interested in creating your own functionality using the GeoIPS\ninfrastructure.\n\nContributing\n-------------\nAre you interested in\n1. Notifying the geoips team of bugs?\n2. Submitting a fix to a known bug?\n3. Contributing new functionality to the main geoips code base?\n4. Creating your own geoips-compatible plugin?\n\nWe welcome all feedback and contributions!\n\nPlease review our\n[contributors guide](./docs/source/devguide/contributors.rst)\nfor more information.\n\nContact\n----------\nPlease contact geoips@nrlmry.navy.mil with any questions comments or concerns, and\nfor additional information about our regular user/developer meetings, Slack channel,\nand other forms of communication.\n\nSlack Channel\n----------\nFor those interested in contributing to GeoIPS, have informal feature requests, or\nhave lingering questions not answered by the documentation, feel free to join our\n[Slack Channel](https://geoips.slack.com/). If you are not permitted to join, email\ngeoips@nrlmry.navy.mil to request access.\n\nAcknowledgments and Citations\n------------------------------\nPlease display the following acknowledgment within all published research using this software:\n\n    \"This work uses the GeoIPS(R) software package written and\n    developed by the Naval Research Laboratory Marine Meteorology Division.\n    https://github.com/NRLMMD-GEOIPS/\"\n\nSee [GeoIPS LICENSE](https://github.com/NRLMMD-GEOIPS/geoips/blob/main/LICENSE) for\nmore information.\n\n* https://github.com/NRLMMD-GEOIPS/geoips/blob/main/LICENSE\n\nDocumentation\n------------------------------\nThe documentation can be found at:\n\nhttps://nrlmmd-geoips.github.io/geoips/ \n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Geolocated Information Processing System",
    "version": "1.13.0",
    "project_urls": {
        "Homepage": "https://github.com/NRLMMD-GEOIPS/geoips",
        "Repository": "https://github.com/NRLMMD-GEOIPS/geoips"
    },
    "split_keywords": [
        "geoips",
        " poetry"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c6ae4f8436d42362a319a58c04b69e8dc5e02c726af9438377deede727c99755",
                "md5": "2e9458487c93eaf1762ae3e5fa24229d",
                "sha256": "d423ff4d94d9ee7841ba1674f484874e6560509263be9b7fd5a3338440c5541a"
            },
            "downloads": -1,
            "filename": "geoips-1.13.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2e9458487c93eaf1762ae3e5fa24229d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10.0",
            "size": 870739,
            "upload_time": "2024-07-09T18:36:28",
            "upload_time_iso_8601": "2024-07-09T18:36:28.005306Z",
            "url": "https://files.pythonhosted.org/packages/c6/ae/4f8436d42362a319a58c04b69e8dc5e02c726af9438377deede727c99755/geoips-1.13.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e9f7ffc665dd726bd0ef87d8ffa68c2809cc6fd41ed3312479894623296c52ea",
                "md5": "289099a445e020868e39e44404b4caf8",
                "sha256": "1fc6cadb800a66af46fe2212caf15d156d703492da46d153b6f08f5a57a23c70"
            },
            "downloads": -1,
            "filename": "geoips-1.13.0.tar.gz",
            "has_sig": false,
            "md5_digest": "289099a445e020868e39e44404b4caf8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10.0",
            "size": 485628,
            "upload_time": "2024-07-09T18:36:30",
            "upload_time_iso_8601": "2024-07-09T18:36:30.193090Z",
            "url": "https://files.pythonhosted.org/packages/e9/f7/ffc665dd726bd0ef87d8ffa68c2809cc6fd41ed3312479894623296c52ea/geoips-1.13.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-09 18:36:30",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "NRLMMD-GEOIPS",
    "github_project": "geoips",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "geoips"
}
        
Elapsed time: 0.52978s