{"id":20676541,"url":"https://github.com/ryosukedtomita/meteoplot","last_synced_at":"2025-10-08T19:38:24.332Z","repository":{"id":160184487,"uuid":"456394586","full_name":"RyosukeDTomita/meteoplot","owner":"RyosukeDTomita","description":"netcdf形式のデータを解析する。","archived":false,"fork":false,"pushed_at":"2024-03-14T13:22:06.000Z","size":2548,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-10T18:53:39.458Z","etag":null,"topics":["netcdf4","python3","weather"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RyosukeDTomita.png","metadata":{"files":{"readme":"README-en.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2022-02-07T07:06:08.000Z","updated_at":"2023-08-23T02:52:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"e4d8481c-c898-4fe8-be9b-dd94319e6b61","html_url":"https://github.com/RyosukeDTomita/meteoplot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/RyosukeDTomita/meteoplot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RyosukeDTomita%2Fmeteoplot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RyosukeDTomita%2Fmeteoplot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RyosukeDTomita%2Fmeteoplot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RyosukeDTomita%2Fmeteoplot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RyosukeDTomita","download_url":"https://codeload.github.com/RyosukeDTomita/meteoplot/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RyosukeDTomita%2Fmeteoplot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279000703,"owners_count":26082805,"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-10-08T02:00:06.501Z","response_time":56,"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":["netcdf4","python3","weather"],"created_at":"2024-11-16T21:12:58.024Z","updated_at":"2025-10-08T19:38:24.317Z","avatar_url":"https://github.com/RyosukeDTomita.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[日本語版README.md](./README.md)\n# INDEX\nRead netcdf and make meteorogical figures.\n\n- [ABOUT](#ABOUT)\n- [EXAMPLE](#EXAMPLE)\n- [ENVIRONMENT](#ABOUT)\n- [INSTALATION](#INSTARATION)\n- [INFORMATION](#INFORMATION)\n\n# EXAMPLE\n![example](./example/example.png)\n\u003cimg src=\"example/example_nh.png\" width=\"500\"\u003e\n\n# ABOUT\nThis repository Programs are created to analyze netcdf meteorogical data.\nIf you need reanalysis data, please download from [GPV](http://database.rish.kyoto-u.ac.jp/arch/glob-atmos/) or [JRA-55](https://auth.diasjp.net/cas/login?service=https%3A%2F%2Fdata.diasjp.net%2Fdl%2Fstorages%2Ffilelist%2Fdataset%3A204%2Flang%3Aja)\n\n# ENVIRONMENT\nI used the following environment.\n- Python3.8\n- Ubuntu 20.04 LTS or MacOS Catalina\n\nI think these program can be used other environment. But, I didn't test it.\n\n# INSTALLATION\n\n```shell\n# using package install\npip install -r requirements.txt\n```\n\n# INFORMATION\n## ncMagics/\nComposed by modules. See [ncMagics_document](./ncmagics/README.md)\n## pyfiles list\n**SEE [program.md](./program.md)**\n\n## mk_ave/\nMake average data netcdf file.\n\n## getPrmsl.sh\n- **If one netcdf file has only one dimension time data, you don't have to use [getPrmsl.bash](./getPrmsl.bash)**.\n- Physical parameter \"prmsl\" is [Pa].So, convert it [hPa].\n\n```bash\n$ls ~/winter #Data root directory\n2020120100/ 2020121112/ 2020122200/ 2021010112/ 2021011200/ 2021012212/ ...\n$ls 2020120100/\napcp.nc                          surface-2020-12-03_18-prmsl_hPa\nstratosphere.nc                  surface-2020-12-04_00\nsurface-2020-12-01_00            surface-2020-12-04_00-prmsl_hPa\nsurface-2020-12-01_00-prmsl_hPa  surface-2020-12-04_06\nsurface-2020-12-01_06            surface-2020-12-04_06-prmsl_hPa\nsurface-2020-12-01_06-prmsl_hPa  surface-2020-12-04_12\nsurface-2020-12-01_12            surface-2020-12-04_12-prmsl_hPa\nsurface-2020-12-01_12-prmsl_hPa  surface-2020-12-04_18\nsurface-2020-12-01_18            surface-2020-12-04_18-prmsl_hPa\nsurface-2020-12-01_18-prmsl_hPa  surface-2020-12-05_00\nsurface-2020-12-02_00            surface-2020-12-05_00-prmsl_hPa\nsurface-2020-12-02_00-prmsl_hPa  surface-2020-12-05_06\nsurface-2020-12-02_06            surface-2020-12-05_06-prmsl_hPa\nsurface-2020-12-02_06-prmsl_hPa  surface-2020-12-05_12\nsurface-2020-12-02_12            surface-2020-12-05_12-prmsl_hPa\nsurface-2020-12-02_12-prmsl_hPa  surface-2020-12-05_18\nsurface-2020-12-02_18            surface-2020-12-05_18-prmsl_hPa\nsurface-2020-12-02_18-prmsl_hPa  surface-2020-12-06_00\nsurface-2020-12-03_00            surface-2020-12-06_00-prmsl_hPa\nsurface-2020-12-03_00-prmsl_hPa  surface-2020-12-06_06\nsurface-2020-12-03_06            surface-2020-12-06_06-prmsl_hPa\nsurface-2020-12-03_06-prmsl_hPa  surface-2020-12-06_12\nsurface-2020-12-03_12            surface-2020-12-06_12-prmsl_hPa\nsurface-2020-12-03_12-prmsl_hPa  surface.nc\nsurface-2020-12-03_18            troposphere.nc\n```\n- All directory has 4 netcdfFile, e.g., surface.nc,stratosphere.nc,troposphere.nc,apcp.nc. My target is surface.nc and it contains saveral different time data.\n- So, using [getPrmsl.bash](./getPrmsl.bash), \"surface.nc\" can be divided by time.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryosukedtomita%2Fmeteoplot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fryosukedtomita%2Fmeteoplot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryosukedtomita%2Fmeteoplot/lists"}