Skip to content

emresaglam/bloomsky-to-aprs

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

What is this?

This little script grabs environment data from BloomSky weather systems and creates a json file to be read by pymultimonaprs project.

Dependencies

The only dependency is the requests library. You can automatically install using pip

pip install -r requirements.txt

Configuration

You need to create a config.json file. An example is provided here

Also the script supports two switches:

--config : config.json location (The default is config.json in the same directory as the script)

--output : Where to spit out the pymultimonaprs weather.json file. (The default is the same directory as the script)

Example

python ./getWeather.py --config /etc/bloomsky.config.json --output /tmp/weather.json

See Also


I have no affiliations with BloomSky...

About

Get BloomSky data and convert to a json format that can be used by pymultimonaprs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages