conjugate-map


Nameconjugate-map JSON
Version 0.2.0 PyPI version JSON
download
home_pageNone
SummaryLibrary for computing geomagnetic conjugate points.
upload_time2024-05-23 15:28:14
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseMIT License Copyright (c) 2023 Kristina Collins 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 coordinates ionosphere atmosphere thermosphere magnetosphere heliosphere observations models analysis conjugate geomagnetic instruments mapping visualization plotting antarctica
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # conjugate_map
Files and scripts relating to geomagnetic conjugate map. Please cite via Zenodo: [![DOI](https://zenodo.org/badge/651410906.svg)](https://zenodo.org/doi/10.5281/zenodo.10056623)

Run in Binder here: [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/KCollins/conjugate-map/HEAD?labpath=ConjugateMap.ipynb)

There are two example notebooks available:
 - `MWE.ipynb`: Minimal working example demonstrating conjugate calculations.
 - `ConjugateMap.ipynb`: More in-depth examples using COMNAP, Madrigal and other databases to produce animated maps with plotly express.

The following functions are imported from `conjCalcFunctions.py`:
 - `findconj()` : function to compute conjugate points for a given location at a given time and date. 
 - `conjcalc()` : function to take in a dataframe and add columns for all stages of calculating conjugate points.
 - `calc_mlat_rings()` : function to calculate magnetic graticules for a given latitude and datetime.
 
 You can read the documentation for each function by running, e.g., `help(calc_mlat_rings)`.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "conjugate-map",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "\"Kristina V. Collins\" <kvcollins@spacescience.org>",
    "keywords": "coordinates, ionosphere, atmosphere, thermosphere, magnetosphere, heliosphere, observations, models, analysis, conjugate, geomagnetic, instruments, mapping, visualization, plotting, Antarctica",
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/8b/08/7f377a0168200416f99b1669826879f52138595c99e6d5b7519ff36a7df3/conjugate_map-0.2.0.tar.gz",
    "platform": null,
    "description": "# conjugate_map\nFiles and scripts relating to geomagnetic conjugate map. Please cite via Zenodo: [![DOI](https://zenodo.org/badge/651410906.svg)](https://zenodo.org/doi/10.5281/zenodo.10056623)\n\nRun in Binder here: [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/KCollins/conjugate-map/HEAD?labpath=ConjugateMap.ipynb)\n\nThere are two example notebooks available:\n - `MWE.ipynb`: Minimal working example demonstrating conjugate calculations.\n - `ConjugateMap.ipynb`: More in-depth examples using COMNAP, Madrigal and other databases to produce animated maps with plotly express.\n\nThe following functions are imported from `conjCalcFunctions.py`:\n - `findconj()` : function to compute conjugate points for a given location at a given time and date. \n - `conjcalc()` : function to take in a dataframe and add columns for all stages of calculating conjugate points.\n - `calc_mlat_rings()` : function to calculate magnetic graticules for a given latitude and datetime.\n \n You can read the documentation for each function by running, e.g., `help(calc_mlat_rings)`.\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2023 Kristina Collins  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": "Library for computing geomagnetic conjugate points.",
    "version": "0.2.0",
    "project_urls": {
        "download": "https://github.com/KCollins/conjugate_map/releases",
        "source": "https://github.com/KCollins/conjugate_map"
    },
    "split_keywords": [
        "coordinates",
        " ionosphere",
        " atmosphere",
        " thermosphere",
        " magnetosphere",
        " heliosphere",
        " observations",
        " models",
        " analysis",
        " conjugate",
        " geomagnetic",
        " instruments",
        " mapping",
        " visualization",
        " plotting",
        " antarctica"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7f79c2beaeaa9de144ffb8a42451512dc4622d7905c8c3e97c8de18ab6acc0ba",
                "md5": "316b4a42b39304be671bcc560c3c503a",
                "sha256": "ec87306e2af734abd524863847e4fa3b2f1240340bf8d9f7233ce5e7d4dce3c8"
            },
            "downloads": -1,
            "filename": "conjugate_map-0.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "316b4a42b39304be671bcc560c3c503a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 7285,
            "upload_time": "2024-05-23T15:28:12",
            "upload_time_iso_8601": "2024-05-23T15:28:12.803328Z",
            "url": "https://files.pythonhosted.org/packages/7f/79/c2beaeaa9de144ffb8a42451512dc4622d7905c8c3e97c8de18ab6acc0ba/conjugate_map-0.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8b087f377a0168200416f99b1669826879f52138595c99e6d5b7519ff36a7df3",
                "md5": "cee151539e1072a9559ee1e24e61a097",
                "sha256": "0843bb8a6bdac594d415a6be7ece91cc89e21f50e71936441337d351f294a5dc"
            },
            "downloads": -1,
            "filename": "conjugate_map-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "cee151539e1072a9559ee1e24e61a097",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 6360,
            "upload_time": "2024-05-23T15:28:14",
            "upload_time_iso_8601": "2024-05-23T15:28:14.549014Z",
            "url": "https://files.pythonhosted.org/packages/8b/08/7f377a0168200416f99b1669826879f52138595c99e6d5b7519ff36a7df3/conjugate_map-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-23 15:28:14",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "KCollins",
    "github_project": "conjugate_map",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "conjugate-map"
}
        
Elapsed time: 0.25191s