{"id":16962352,"url":"https://github.com/aeharding/gsl-parser","last_synced_at":"2026-07-14T01:31:16.997Z","repository":{"id":40521868,"uuid":"402599317","full_name":"aeharding/gsl-parser","owner":"aeharding","description":"Parse GSL format ascii reports from https://rucsoundings.noaa.gov","archived":false,"fork":false,"pushed_at":"2024-05-05T04:03:02.000Z","size":69,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-03-02T01:21:29.323Z","etag":null,"topics":["aviation-weather","ballooning","flying","noaa","paragliding","paramotor"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/aeharding.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":"FUNDING.yml","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},"funding":{"github":"aeharding"}},"created_at":"2021-09-03T00:29:01.000Z","updated_at":"2024-05-05T04:03:06.000Z","dependencies_parsed_at":"2022-08-09T22:30:49.050Z","dependency_job_id":"57d76a0a-7cbc-4112-9711-128c0e155271","html_url":"https://github.com/aeharding/gsl-parser","commit_stats":{"total_commits":34,"total_committers":1,"mean_commits":34.0,"dds":0.0,"last_synced_commit":"ef2aac9d08f7c385b34d137d22aa02677e1c13e9"},"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/aeharding/gsl-parser","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aeharding%2Fgsl-parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aeharding%2Fgsl-parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aeharding%2Fgsl-parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aeharding%2Fgsl-parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aeharding","download_url":"https://codeload.github.com/aeharding/gsl-parser/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aeharding%2Fgsl-parser/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35442828,"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-07-13T02:00:06.543Z","response_time":119,"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":["aviation-weather","ballooning","flying","noaa","paragliding","paramotor"],"created_at":"2024-10-13T23:06:16.717Z","updated_at":"2026-07-14T01:31:16.981Z","avatar_url":"https://github.com/aeharding.png","language":"TypeScript","funding_links":["https://github.com/sponsors/aeharding"],"categories":[],"sub_categories":[],"readme":"# gsl-parser\n\nParse GSL format ascii reports from https://rucsoundings.noaa.gov\n\n```sh\npnpm install --save gsl-parser\n```\n\nthen parse away! 🎉\n\n```ts\nimport parse from 'gsl-parser'\n\n// fetch the ascii report from\n// https://rucsoundings.noaa.gov/get_soundings.cgi\n//\n// documentation on parameters here:\n// https://rucsoundings.noaa.gov/text_sounding_query_parameters.pdf\n\nconst data = parse(asciiReport)\n\nconsole.log(data)\n```\n\n## Example output\n\nThis project is 100% Typescript, which helps a lot! However, you can also [check out the test fixtures](test/01/expected.json).\n\nNote: Units of measurement are a little non-trivial. (For example, temperature is measured in tenths of a degree celsius.) [Check out the format docs for more.](https://rucsoundings.noaa.gov/raob_format.html)\n\n## Limitations\n\nThis parser is just tested with Op40 and GFS analyses at the moment. Other reports are untested. PRs welcome!","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faeharding%2Fgsl-parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faeharding%2Fgsl-parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faeharding%2Fgsl-parser/lists"}