Skip to content

ecouter/Astronomy-Weather-Station

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Astronomy Weather Station

A RaspberryPi Weather Station and Observation planner made for Astronomy. Project is in pre-alpha, expect lots of changes to api, backend, and UI.

Issues, suggestions or comments:

We appreciate any feedback on the application, we cannot test everything ourselves and any help debugging is very much appreciated. To contribute in this way, please open an issue.

To Run the Program

Install dependencies:

Install rustup

Build SHARPpy

Build the project

Navigate to directory

cd frontend

Build

cargo build --release

Create config files

Create coordinates.json in the project directory (where this README is)

{
    "lat":"LATITUDE_IN_DECIMALS",
    "lon":"LONGITUDE_IN_DECIMALS"
}

Start

Optionnal arguments for more info: RUST_LOG=info

LINUX:

./target/release/weather_frontend

WINDOWS:

target\release\weather_frontend.exe

DEBUG

About

A RaspberryPi Weather Station and Observation planner made for Astronomy. Project is in pre-alpha, expect lots of changes to api, backend, and UI.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors