8000 GitHub - gregorFeigel/MeteoSwift
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

gregorFeigel/MeteoSwift

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MeteoSwift

Collection of meteorology routines ported to swift.
Comming soon.

Note: This project is currently under development. Don't expect things to be documented or everything to work. APIs will probably change in future.

Generic Meterological Converter

This converter converts datasets from on convention to another.
For example, if the dataset conforms to the CF-Convention, the source convention should be set to CFConvention(). The target convention can be any user-defined convention that follows the Convention protocol. Each convention has its own generic variable and type constraints such as .air_temperature: TemperatureUnit.kelvin and a name mapping function .air_temperature = "temperature". These information are then used to build a converter that even can convert data concurrently.
Custom units following the MeteoUnit protocol can be implemented.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0