README-work

Raku DSL::Entity::WeatherData

Raku grammar classes for weather data entities. (Variable- and station names.)

Installation

From Zef ecosystem:

zef install DSL::Entity::WeatherData

From GitHub:

zef install https://github.com/antononcube/Raku-DSL-Entity-WeatherData.git

Examples

Here are examples of recognizing different types of data acquisition related specifications:

use DSL::Entity::WeatherData;
use DSL::Entity::WeatherData::Grammar;
my $pCOMMAND = DSL::Entity::WeatherData::Grammar;
$pCOMMAND.set-resources(DSL::Entity::WeatherData::resource-access-object());

say $pCOMMAND.parse('MaxTemperature');
say $pCOMMAND.parse('cloud cover fraction');
say $pCOMMAND.parse('KACQ');

References

Datasets

[WRI1] Wolfram Research (2007), WeatherData, (introduced 2007), (updated 2016), Wolfram Language function.

[WRI2] Wolfram Research, Inc., WeatherData Source Information.

Packages

[AAp1] Anton Antonov, DSL::Shared Raku package, (2020), GitHub/antononcube.

[AAp2] Anton Antonov, DSL::Entity::Geographics Raku package, (2021), GitHub/antononcube.

[AAp3] Anton Antonov, DSL::Entity::Jobs Raku package, (2021), GitHub/antononcube.

[AAp4] Anton Antonov, DSL::Entity::Foods Raku package, (2021), GitHub/antononcube.

[AAp5] Anton Antonov, Data::ExampleDatasets Raku package, (2021), GitHub/antononcube.

DSL::Entity::WeatherData v0.1.0

Grammar and role for metadata entities: data types, column names, schema names, etc.

Authors

  • Anton Antonov

License

Artistic-2.0

Dependencies

DSL::Shared:ver<0.1.8+>

Test Dependencies

Provides

  • DSL::Entity::WeatherData
  • DSL::Entity::WeatherData::Actions::Bulgarian::Standard
  • DSL::Entity::WeatherData::Actions::Raku::System
  • DSL::Entity::WeatherData::Actions::WL::Entity
  • DSL::Entity::WeatherData::Actions::WL::System
  • DSL::Entity::WeatherData::Grammar
  • DSL::Entity::WeatherData::Grammar::EntityNames
  • DSL::Entity::WeatherData::ResourceAccess

The Camelia image is copyright 2009 by Larry Wall. "Raku" is trademark of the Yet Another Society. All rights reserved.