{"id":33308229,"url":"https://github.com/predsci/mapflpy","last_synced_at":"2026-06-05T01:01:17.016Z","repository":{"id":323773898,"uuid":"1012141828","full_name":"predsci/mapflpy","owner":"predsci","description":"Python extension for tracing field lines using the Fortran tracer from MapFL","archived":false,"fork":false,"pushed_at":"2026-06-04T22:59:43.000Z","size":10196,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-05T00:15:04.246Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Fortran","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/predsci.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-07-01T22:07:15.000Z","updated_at":"2026-06-04T22:59:26.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/predsci/mapflpy","commit_stats":null,"previous_names":["predsci/mapflpy"],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/predsci/mapflpy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/predsci%2Fmapflpy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/predsci%2Fmapflpy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/predsci%2Fmapflpy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/predsci%2Fmapflpy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/predsci","download_url":"https://codeload.github.com/predsci/mapflpy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/predsci%2Fmapflpy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33926275,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-04T02:00:06.755Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-11-19T01:00:38.076Z","updated_at":"2026-06-05T01:01:16.977Z","avatar_url":"https://github.com/predsci.png","language":"Fortran","funding_links":[],"categories":[],"sub_categories":[],"readme":".. |psi| image:: https://predsci.com/doc/assets/static/psi_logo.png\n   :target: https://predsci.com\n   :alt: Predictive Science Inc.\n   :width: 20px\n\n.. |pypi| image:: https://img.shields.io/pypi/v/mapflpy?logo=pypi\u0026logoColor=white\n   :target: https://pypi.org/project/mapflpy\n   :alt: PyPI\n\n.. |license| image:: https://img.shields.io/pypi/l/mapflpy?logo=apache\u0026logoColor=white\n   :target: https://opensource.org/license/apache-2-0/\n   :alt: License\n\n.. |pyversions| image:: https://img.shields.io/pypi/pyversions/mapflpy.svg?logo=python\u0026label=python\u0026logoColor=white\n   :target: https://pypi.org/project/mapflpy\n   :alt: Python Versions\n\n.. |deps| image:: https://img.shields.io/librariesio/github/predsci/mapflpy?logo=Libraries.io\u0026logoColor=white\n   :target: https://github.com/predsci/mapflpy/blob/main/pyproject.toml\n   :alt: Libraries.io\n\n.. |publish| image:: https://github.com/predsci/mapflpy/actions/workflows/publish.yml/badge.svg?\n   :target: https://github.com/predsci/mapflpy/actions/workflows/publish.yml\n   :alt: Publish workflow\n\n.. |docs| image:: https://github.com/predsci/mapflpy/actions/workflows/docs.yml/badge.svg?\n   :target: https://predsci.com/doc/mapflpy\n   :alt: Docs workflow\n\n|pypi|\n|license|\n|pyversions|\n|deps|\n|publish|\n|docs|\n\n|psi| **MAPFLPY** | *field line tracing for spherical vector fields*\n--------------------------------------------------------------------\n\n**mapflpy** is a python package for tracing field lines using the\n`MapFL \u003chttps://github.com/predsci/MapFL\u003e`_ Fortran tracer developed by\nPredictive Science Inc.\n\nThe goal of **mapflpy** is to provide fast and accurate tracing capabilities for\nspherical vector fields inside a convenient Python interface. **mapflpy** is\ndesigned to work natively with the staggered meshes produced by Predictive Science\nInc.'s codes for simulating the solar corona, and inner heliosphere (*e.g.*\n`MAS \u003chttps://www.predsci.com/mas\u003e`_ or `POT3D \u003chttps://github.com/predsci/POT3D\u003e`_),\nbut it should be generally compatible with any global vector field that can be\ndescribed on a rectilinear grid in spherical coordinates.\n\nTo get started with **mapflpy**, visit the\n`User Guide \u003chttps://predsci.com/doc/mapflpy/guide/\u003e`_ for installation instructions,\nan overview of features, and development/contribution guidelines; a gallery of\n`examples \u003chttps://predsci.com/doc/mapflpy/gallery/\u003e`_ is also available, showcasing\nvarious use cases and functionalities of the package. Please direct any questions or\nissues to the `issue tracker \u003chttps://github.com/predsci/mapflpy/issues\u003e`_,\nor `contact \u003chttps://www.predsci.com/portal/contact.php\u003e`_ Predictive Science Inc. directly.\n\n----\n\n`Predictive Science Inc. \u003chttps://predsci.com\u003e`_ |\n`Repository \u003chttps://github.com/predsci/mapflpy\u003e`_ |\n`Documentation \u003chttps://predsci.com/doc/mapflpy\u003e`_ |\n`Distribution \u003chttps://pypi.org/project/mapflpy\u003e`_\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpredsci%2Fmapflpy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpredsci%2Fmapflpy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpredsci%2Fmapflpy/lists"}