Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/woheller69/weather
A privacy friendly weather app for Android with built in rain radar
https://github.com/woheller69/weather
android weather
Last synced: 12 days ago
JSON representation
A privacy friendly weather app for Android with built in rain radar
- Host: GitHub
- URL: https://github.com/woheller69/weather
- Owner: woheller69
- License: gpl-3.0
- Created: 2020-12-04T16:15:49.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-09-16T06:08:54.000Z (about 2 months ago)
- Last Synced: 2024-10-15T01:08:03.368Z (30 days ago)
- Topics: android, weather
- Language: Java
- Homepage:
- Size: 17.1 MB
- Stars: 295
- Watchers: 5
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Development of this app has concluded!
OpenWeatherMap has announced that access to One Call 2.5 will be discontinued in June 2024.
While the app is compatible with One Call 3.0, the subscription requires a credit card,
even though no payments will be charged due to the 1000 free daily calls.
I recommend transitioning to my Cirrus app, which utilizes data from Open-Meteo,
as I believe it offers superior information.
Send a coffee to [email protected]| **RadarWeather** | **Gas Prices** | **Smart Eggtimer** |
|:---:|:---:|:---:|
| [](https://f-droid.org/packages/org.woheller69.weather/)| [](https://f-droid.org/packages/org.woheller69.spritpreise/) | [](https://f-droid.org/packages/org.woheller69.eggtimer/) |
| **Bubble** | **hEARtest** | **GPS Cockpit** |
| [](https://f-droid.org/packages/org.woheller69.level/) | [](https://f-droid.org/packages/org.woheller69.audiometry/) | [](https://f-droid.org/packages/org.woheller69.gpscockpit/) |
| **Audio Analyzer** | **LavSeeker** | **TimeLapseCam** |
| [](https://f-droid.org/packages/org.woheller69.audio_analyzer_for_android/) |[](https://f-droid.org/packages/org.woheller69.lavatories/) | [](https://f-droid.org/packages/org.woheller69.TimeLapseCam/) |
| **Arity** | **Cirrus** | **solXpect** |
| [](https://f-droid.org/packages/org.woheller69.arity/) | [](https://f-droid.org/packages/org.woheller69.omweather/) | [](https://f-droid.org/packages/org.woheller69.solxpect/) |
| **gptAssist** | **dumpSeeker** | **huggingAssist** |
| [](https://f-droid.org/packages/org.woheller69.gptassist/) | [](https://f-droid.org/packages/org.woheller69.dumpseeker/) | [](https://f-droid.org/packages/org.woheller69.hugassist/) |
| **FREE Browser** | | |
| [](https://f-droid.org/packages/org.woheller69.browser/) | | |# RadarWeather
This application is forked from Privacy Friendly Weather (https://github.com/SecUSo/privacy-friendly-weather) a privacy friendly weather app.
The original function has been modified to support the new OpenWeather One Call API, which provides a lot more features, like precipitation forecast for the next 60 minutes,
hourly forecasts for the next 2 days, 8 day week forecasts, etc. In addition a rain radar functionality powered by RainViewer API (https://www.rainviewer.com/api.html) has been added. More weather categories were added, most images and icons were replaced. RadiusSearch now also shows the results on a map with weather icons.
A chart showing forecasts with min/max temperature and precipitation for the next week has been added. In addition to the built in city list it is now also possible to use search-as-you-type location search via the photon API (https://photon.komoot.io) which is based on OpenStreetMap.There are also three new widgets:
If permission for GPS is given the widget will automatically update position on a regular base.
As One Call API only allows 1000 free calls per day an own OpenWeatherMap API key is mandatory.
You need a free subscription and **OneCallAPI 3.0** with a limit of 1000 (free) calls per day.
OneCallAPI 2.5 has been discontinued by openWeatherMapPlease register for free account at: https://home.openweathermap.org/users/sign_up
Use [Cirrus](https://github.com/woheller69/omweather) instead if you do not yet have an API key.
[](https://f-droid.org/de/packages/org.woheller69.weather/)
## License
This app - like the original app Privacy Friendly Weather - is licensed under the GPLv3.
The app also uses:
- The weather data service is provided by [OpenWeatherMap](https://openweathermap.org/), under Creative Commons licence CC BY-SA 4.0
- Icons from [Google Material Design Icons](https://material.io/resources/icons/) licensed under Apache License Version 2.0
- Material Components for Android (https://github.com/material-components/material-components-android) which is licensed under Apache License Version 2.0
- Leaflet which is licensed under the very permissive 2-clause BSD License
- Leaflet.TileLayer.ColorFilter which is licensed under MIT License
- RainViewer API which is free (https://www.rainviewer.com/api.html) & RainViewer API Example (https://github.com/rainviewer/rainviewer-api-example)
- WilliamChart (com.db.chart) (https://github.com/diogobernardino/williamchart) which is licensed under Apache License Version 2.0
- Android SQLiteAssetHelper (com.readystatesoftware.sqliteasset) (https://github.com/jgilfelt/android-sqlite-asset-helper) which is licensed under Apache License Version 2.0
- Android Volley (com.android.volley) (https://github.com/google/volley) which is licensed under Apache License Version 2.0
- AndroidX libraries (https://github.com/androidx/androidx) which is licensed under Apache License Version 2.0
- AutoSuggestTextViewAPICall (https://github.com/Truiton/AutoSuggestTextViewAPICall) which is licensed under Apache License Version 2.0
- Map data from OpenStreetMap, licensed under the Open Data Commons Open Database License (ODbL) by the OpenStreetMap Foundation (OSMF) (https://www.openstreetmap.org/copyright)
- Search-as-you-type location search is provided by [photon API](https://photon.komoot.io), based on OpenStreetMap. See also (https://github.com/komoot/photon)## Contributing
If you find a bug, please open an issue in the Github repository, assuming one does not already exist.
- Clearly describe the issue including steps to reproduce when it is a bug. In some cases screenshots can be supportive.
- Make sure you mention the Android version and the device you have used when you encountered the issue.
- Make your description as precise as possible.If you know the solution to a bug please report it in the corresponding issue and if possible modify the code and create a pull request.