{"id":24791524,"url":"https://github.com/pysat/pysatmodels","last_synced_at":"2026-03-12T02:02:34.413Z","repository":{"id":39946994,"uuid":"209362870","full_name":"pysat/pysatModels","owner":"pysat","description":"Interface for model analysis and model-data comparisons within the pysat ecosystem","archived":false,"fork":false,"pushed_at":"2025-03-20T15:46:48.000Z","size":3884,"stargazers_count":8,"open_issues_count":15,"forks_count":3,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-06-28T21:05:23.090Z","etag":null,"topics":["comparison","data","dineof","model","pysat","python","sami2","tie-gcm","validation"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pysat.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":"docs/supported_models.rst","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":".zenodo.json"}},"created_at":"2019-09-18T17:07:38.000Z","updated_at":"2022-12-06T07:12:58.000Z","dependencies_parsed_at":"2023-01-21T00:05:12.497Z","dependency_job_id":"e4020087-60c8-4ab9-b708-697e2cb1c08b","html_url":"https://github.com/pysat/pysatModels","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/pysat/pysatModels","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pysat%2FpysatModels","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pysat%2FpysatModels/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pysat%2FpysatModels/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pysat%2FpysatModels/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pysat","download_url":"https://codeload.github.com/pysat/pysatModels/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pysat%2FpysatModels/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266409668,"owners_count":23924287,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-21T11:47:31.412Z","response_time":64,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":["comparison","data","dineof","model","pysat","python","sami2","tie-gcm","validation"],"created_at":"2025-01-29T19:17:18.968Z","updated_at":"2026-03-12T02:02:34.383Z","avatar_url":"https://github.com/pysat.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"left\"\u003e\n        \u003cimg height=\"0\" width=\"0px\"\u003e\n        \u003cimg width=\"20%\" src=\"docs/images/pysatModels.png\" alt=\"pysatModels\" title=\"pysatModels\"\u003c/img\u003e\n\u003c/div\u003e\n\n# pysatModels\n[![Documentation Status](https://readthedocs.org/projects/pysatmodels/badge/?version=latest)](https://pysatmodels.readthedocs.io/en/latest/?badge=latest)\n[![Build Status](https://github.com/pysat/pysatModels/actions/workflows/main.yml/badge.svg)](https://github.com/pysat/pysatModels/actions/workflows/main.yml/badge.svg)\n[![Coverage Status](https://coveralls.io/repos/github/pysat/pysatModels/badge.svg?branch=main)](https://coveralls.io/github/pysat/pysatModels?branch=main)\n\npysatModels handles model-centric data loading through pysat and contains a\nvariety of tools to perform model-data analysis, including model validation.\n\nCome join us on Slack! An invitation to the pysat workspace is available \nin the 'About' section of the\n[pysat GitHub Repository.](https://github.com/pysat/pysat)\n\n# Installation\n\nThe following instructions will allow you to install pysatModels and give some\nexamples on how to use the routines\n\n## Prerequisites\n\npysatModels uses common Python modules, as well as modules developed by and for\nthe Space Physics community.  This module officially supports Python 3.6+.\n\n| Common modules | Community modules |\n| -------------- | ----------------- |\n| numpy          | pysat             |\n| pandas         | pyForecastTools   |\n| requests       |                   |\n| scipy          |                   |\n| xarray         |                   |\n\n## Installation through PyPi\n\n```\npip install pysatmodels\n```\n\n## Installation from GitHub\n\n1. Clone the git repository:\n   `git clone https://github.com/pysat/pysatModels.git`\n\n2. Install pysatModels:\n   Change directories into the repository folder and run the setup.py file.\n   There are a few ways you can do this:\n   A. Install on the system (root privileges required):\n      `sudo python3 setup.py install`\n   B. Install at the user level:\n      `python3 setup.py install --user`\n   C. Install with the intent to develop locally:\n      `python3 setup.py develop --user`\n\n# Running the code\n\nExamples for using the different pysatModels utilities are included in the\n[documentation](https://pysatmodels.readthedocs.io/en/latest/).\n\nIf you're unfamiliar with pysat, tutorials and examples are available in its\n[documentation](https://pysat.readthedocs.io/en/latest/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpysat%2Fpysatmodels","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpysat%2Fpysatmodels","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpysat%2Fpysatmodels/lists"}