{"id":15168565,"url":"https://github.com/antononcube/raku-dsl-entity-weatherdata","last_synced_at":"2026-02-12T09:33:22.645Z","repository":{"id":174456169,"uuid":"652245218","full_name":"antononcube/Raku-DSL-Entity-WeatherData","owner":"antononcube","description":"Raku grammar classes for weather data entities. (Variable- and station names.)","archived":false,"fork":false,"pushed_at":"2023-06-11T18:32:58.000Z","size":180,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-01T09:09:58.109Z","etag":null,"topics":["data-package","name-entity-recognition","raku","weather-data","weather-stations"],"latest_commit_sha":null,"homepage":"https://raku.land/zef:antononcube/DSL::Entity::WeatherData","language":"Raku","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"artistic-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/antononcube.png","metadata":{"files":{"readme":"README-work.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}},"created_at":"2023-06-11T14:48:36.000Z","updated_at":"2023-06-11T16:55:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"e5799196-bf6d-4436-b28d-87fcbde07615","html_url":"https://github.com/antononcube/Raku-DSL-Entity-WeatherData","commit_stats":{"total_commits":8,"total_committers":1,"mean_commits":8.0,"dds":0.0,"last_synced_commit":"f78ce27b3a316c6d72bb8029979723e633a3564c"},"previous_names":["antononcube/raku-dsl-entity-weatherdata"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/antononcube/Raku-DSL-Entity-WeatherData","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antononcube%2FRaku-DSL-Entity-WeatherData","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antononcube%2FRaku-DSL-Entity-WeatherData/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antononcube%2FRaku-DSL-Entity-WeatherData/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antononcube%2FRaku-DSL-Entity-WeatherData/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/antononcube","download_url":"https://codeload.github.com/antononcube/Raku-DSL-Entity-WeatherData/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antononcube%2FRaku-DSL-Entity-WeatherData/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275981066,"owners_count":25564138,"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-09-19T02:00:09.700Z","response_time":108,"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":["data-package","name-entity-recognition","raku","weather-data","weather-stations"],"created_at":"2024-09-27T06:22:51.710Z","updated_at":"2025-09-19T17:56:55.712Z","avatar_url":"https://github.com/antononcube.png","language":"Raku","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Raku DSL::Entity::WeatherData\n\nRaku grammar classes for weather data entities. (Variable- and station names.)\n\n------\n\n## Installation\n\nFrom Zef ecosystem:\n\n```\nzef install DSL::Entity::WeatherData\n```\n\nFrom GitHub:\n\n```\nzef install https://github.com/antononcube/Raku-DSL-Entity-WeatherData.git\n```\n\n------\n\n## Examples\n\nHere are examples of recognizing different types of data acquisition related specifications:\n\n```perl6\nuse DSL::Entity::WeatherData;\nuse DSL::Entity::WeatherData::Grammar;\nmy $pCOMMAND = DSL::Entity::WeatherData::Grammar;\n$pCOMMAND.set-resources(DSL::Entity::WeatherData::resource-access-object());\n\nsay $pCOMMAND.parse('MaxTemperature');\n```\n\n```perl6\nsay $pCOMMAND.parse('cloud cover fraction');\n```\n\n```perl6\nsay $pCOMMAND.parse('KACQ');\n```\n\n------\n\n## References\n\n### Datasets\n\n[WRI1]\nWolfram Research (2007),\n[WeatherData](https://reference.wolfram.com/language/ref/WeatherData.html),\n(introduced 2007), (updated 2016),\nWolfram Language function.\n\n[WRI2] Wolfram Research, Inc.,\n[WeatherData Source Information](https://reference.wolfram.com/language/note/WeatherDataSourceInformation.html).\n\n\n### Packages\n\n[AAp1] Anton Antonov,\n[DSL::Shared Raku package](https://github.com/antononcube/Raku-DSL-Shared),\n(2020),\n[GitHub/antononcube](https://github.com/antononcube).\n\n[AAp2] Anton Antonov,\n[DSL::Entity::Geographics Raku package](https://github.com/antononcube/Raku-DSL-Entity-Geographics),\n(2021),\n[GitHub/antononcube](https://github.com/antononcube).\n\n[AAp3] Anton Antonov,\n[DSL::Entity::Jobs Raku package](https://github.com/antononcube/Raku-DSL-Entity-Jobs),\n(2021),\n[GitHub/antononcube](https://github.com/antononcube).\n\n[AAp4] Anton Antonov,\n[DSL::Entity::Foods Raku package](https://github.com/antononcube/Raku-DSL-Entity-Foods),\n(2021),\n[GitHub/antononcube](https://github.com/antononcube).\n\n[AAp5] Anton Antonov,\n[Data::ExampleDatasets Raku package](https://github.com/antononcube/Raku-Data-ExampleDatasets),\n(2021),\n[GitHub/antononcube](https://github.com/antononcube).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fantononcube%2Fraku-dsl-entity-weatherdata","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fantononcube%2Fraku-dsl-entity-weatherdata","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fantononcube%2Fraku-dsl-entity-weatherdata/lists"}