{"id":17319590,"url":"https://github.com/ziman/baltrad-merge","last_synced_at":"2025-07-29T23:35:02.724Z","repository":{"id":137831136,"uuid":"79360599","full_name":"ziman/baltrad-merge","owner":"ziman","description":"Convert raw Baltrad data to bird profiles","archived":false,"fork":false,"pushed_at":"2018-01-16T20:09:49.000Z","size":59,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-27T02:44:05.489Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ziman.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2017-01-18T16:38:49.000Z","updated_at":"2017-01-18T23:20:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"c46cdd15-8ef1-4db4-939b-34293775b4ec","html_url":"https://github.com/ziman/baltrad-merge","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ziman/baltrad-merge","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ziman%2Fbaltrad-merge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ziman%2Fbaltrad-merge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ziman%2Fbaltrad-merge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ziman%2Fbaltrad-merge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ziman","download_url":"https://codeload.github.com/ziman/baltrad-merge/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ziman%2Fbaltrad-merge/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267780333,"owners_count":24143202,"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-29T02:00:12.549Z","response_time":2574,"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":"2024-10-15T13:25:55.484Z","updated_at":"2025-07-29T23:35:02.713Z","avatar_url":"https://github.com/ziman.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# baltrad-merge\n\nA set of utilities for merging data files coming from Baltrad.\n\n## Principle of operation\n\n* User runs `recurse.py` from this repository.\n* Under the hood, `recurse.py` traverses the input directories and launches a\n  Docker container (sequentially) for each directory with `.h5` files to process.\n* Users are not expected to interact with the Docker container directly.\n\n## Installation\n\n1. Install Docker: `https://docs.docker.com/engine/installation/mac/`\n2. Pull the Docker image: `docker pull ziman/baltrad-merge`\n3. Clone baltrad-merge: `https://github.com/ziman/baltrad-merge`\n4. To run, go to directory: `cd baltrad-merge`\n\n## Synopsis\n\n```bash\n./recurse.py INPUT OUTPUT WORKDIR --radar RADAR --date-from YYYY/MM/DD --date-to YYYY/MM/DD\n```\n\n* `INPUT`: path to input directory\n* `OUTPUT`: path to output directory\n* `WORKDIR`: path to work directory, will be cleaned up after every run (unless interrupted)\n* `--radar` can be specified in multiple ways\n\t* specify country, eg. `--radar fr`\n    * specify radar within country, eg. `--radar frbou`\n    * any combination of the above, eg. `--radar 'nl|seang|sevar|frbou|frge'` -- needs the apostrophes! (or double quotes)\n* `--date-from YYYY/MM/DD` will start from 00:00 of that day\n* `--date-to: YYYY/MM/DD` will stop at 24:00 of that day\n\n### Expected directory structure for `--date-from` and `--date-to`\n\nIf you are specifying `--date-from` or `--date-to` (or both), the `INPUT`\ndirectory must contain a hierarchical directory structure in the form\n`YYYY/MM/DD`.  For example:\n\n* `INPUT/2016/09/21/01/00/bejab_.....h5` is okay\n* `INPUT/2016/09/21/myradar/bejab_.....h5` is okay\n* `INPUT/myradar/09/21/12/bejab_.....h5` is not okay\n\nIn other words, the first three directories subordinate to `INPUT` will be interpreted as `YYYY/MM/DD` if (and only if) `--date-from` or `--date-to` are given.\nAny further directory structure does not matter and is up to you.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fziman%2Fbaltrad-merge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fziman%2Fbaltrad-merge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fziman%2Fbaltrad-merge/lists"}