generated from camaraproject/Template_API_Repository
-
Notifications
You must be signed in to change notification settings - Fork 46
API proposal- Radio signal strength API (for rainfall analysis use cases) #268
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
jgarciahospital
merged 3 commits into
camaraproject:main
from
Kamran-Keykhosravi:API-Proposal-Attenutation-Rainfall
Dec 23, 2025
Merged
Changes from all commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
47 changes: 47 additions & 0 deletions
47
documentation/API proposals/API-proposal-Strength_Rainfall.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,47 @@ | ||
|
|
||
| ### API family name | ||
| Radio signal strength API (for rainfall analysis use cases) | ||
|
|
||
| ### API family owner | ||
| Ericsson | ||
|
|
||
| ### API summary | ||
| The API exposes microwave link endpoints, carrier frequencies and the current attenuation level for a given geographical area. Furthermore, the API provides near real-time rainfall data by leveraging radio links in the operator's network, which can be affected by rain. | ||
|
|
||
| The API may be used to estimate rain intensity over a given geographical area. Each CSP's microwave link has fixed coordinates which are the endpoints of a signal that fluctuates due to rain intensity. Rain absorbs the microwave signal energy in a deterministic manner for a given frequency. | ||
|
|
||
| API Consumer can convert a link's attenuation in dB into mm/h of rain intensity and incorporate these sources into its rain geographical model. | ||
|
|
||
|
|
||
| ### Technical viability | ||
|
|
||
| Coverage proven by existing Ericsson microwave information sources. | ||
| API exposes a streamed data source of dB attenuation per microwave link. Each link has a set frequency & 2 fixed geographical coordinates. Endpoints can be obfuscated by means of deviations of exact coordinates, to be discussed with operators in Camara. | ||
|
|
||
|
|
||
| ### Commercial viability | ||
| Service is in commercial operation already in some areas leveraging deployed microwave infrastructures. | ||
|
|
||
| The API can complement other data sources such as weather stations, radar and satellites. Also, it can be used for weather forecasting and to improve the rain models. | ||
| Depending on links density and topology, a better spatial resolution can be achieved compared to normal weather radars. A better update frequency (e.g. every 10seconds) can be achieved. | ||
|
|
||
| Weather information is needed for manned and unmanned flight management systems. Especially for drones on lower altitudes, ground radars have problems with the curvature of the earth. No other good source for rain intensity exists below 5000 feet. | ||
|
|
||
| 35% of drone flights don't take place because of weather uncertainties. This API can improve the data. | ||
|
|
||
|
|
||
| ### YAML code available? | ||
| NO. | ||
|
|
||
| ### Validated in lab/productive environments? | ||
| YES, productive environment | ||
|
|
||
| ### Validated with real customers? | ||
| YES, with 2 universities and 2 weather companies | ||
|
|
||
| ### Validated with operators? | ||
| YES, with 2 operators | ||
|
|
||
| ### Supporters in API Backlog Working Group | ||
| List of supporters. | ||
| *NOTE: That shall be added by the Working Group. Supporting an API proposal means that the supporting company must provide at least 1 (one) Maintainer at the time of the Sub Project creation.* | ||
Binary file added
BIN
+430 KB
documentation/SupportingDocuments/API-proposal-Attenuation_Rainfall.pptx
Binary file not shown.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @Kamran-Keykhosravi, as a suggestion for improving the wording of this paragraph, I would propose the following:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi Alberto, thanks for the suggestion.
I am generally OK with the suggested changes. I added the sentence "Furthermore, the API provides near real-time rainfall data by leveraging radio links in the operator's network, which can be affected by rain." at the end of paragraph 1, to address the first two suggestion.
About the third one, drones are already mentioned in "Commercial viability" section I added a sentence to the beginning of paragraph 2 to include "Also, it can be used for weather forecasting and to improve the rain models. "
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@albertoramosmonagas Can we discuss the changes in the next meeting (11th)?