Ask our Experts
Didn't find what you are looking for? Ask our experts!
Dear Community Members, We are currently experiencing a technical issue that is affecting the ability to create new posts. Our team is actively investigating the root cause and working to resolve it as quickly as possible. We apologize for the inconvenience and appreciate your patience. SE Community Team!
Schneider Electric support forum about installation, configuration, integration and troubleshooting of EcoStruxure Geo SCADA Expert (ClearSCADA, ViewX, WebX).
Search in
Link copied. Please paste this link to share this article on your social media post.
Posted: 2025-07-01 01:54 AM
Is it possible for Geo SCADA to input rainfall data from an external source and display via its internal map feature?
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2025-07-31 08:01 AM
You could create a database item or DataTable or DataGrid row for each XY co-ordinate for which you have data. Then import the source data values into these items.
Then create a query which lists their assigned Lat/Long and values, linking it to a query layer in the map.
You could write a VB or Python script to interpret GRIB source and insert into Geo SCADA.
See:
https://github.com/GeoSCADA/Utilities-and-Examples/blob/main/PythonSamples/SetPointValue.py
and
https://spire.com/tutorial/spire-weather-tutorial-intro-to-processing-grib2-data-with-python/
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2025-07-04 05:53 AM
What format is the rainfall data? If it's a WMS map - add as a layer to maps.
If it's a matrix of values, you could store each in a point, set their Geo positions, then have a query layer which renders them into a map. You can animate symbol size and colour to indicate level.
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2025-07-07 01:46 AM
Steve
The format would likely be GRIB2 (GRIdded Binary version 2) or if rendered prior to input then CSV.
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2025-07-31 08:01 AM
You could create a database item or DataTable or DataGrid row for each XY co-ordinate for which you have data. Then import the source data values into these items.
Then create a query which lists their assigned Lat/Long and values, linking it to a query layer in the map.
You could write a VB or Python script to interpret GRIB source and insert into Geo SCADA.
See:
https://github.com/GeoSCADA/Utilities-and-Examples/blob/main/PythonSamples/SetPointValue.py
and
https://spire.com/tutorial/spire-weather-tutorial-intro-to-processing-grib2-data-with-python/
Link copied. Please paste this link to share this article on your social media post.
You’ve reached the end of your document
Create your free account or log in to subscribe to the board - and gain access to more than 10,000+ support articles along with insights from experts and peers.