diff --git a/docs/home.mdx b/docs/home.mdx index 3263b772..5e4f81e2 100644 --- a/docs/home.mdx +++ b/docs/home.mdx @@ -69,6 +69,8 @@ This documentation site attempts to explain various aspects of the WeatherXM pro • The $WXM Token

+• WeatherXM Pro +

• Reward Mechanism

• Data Quality diff --git a/docs/introduction.mdx b/docs/introduction.mdx index e787d4ad..0440a17b 100644 --- a/docs/introduction.mdx +++ b/docs/introduction.mdx @@ -45,6 +45,10 @@ More on [Reward Mechanism](/rewards/reward-mechanism). To achieve this, Data Quality Algorithm relies on a range of techniques and processes designed to help us differentiate between expected and unexpected data behaviors. More on [Data Quality](/rewards/data-quality). +### WeatherXM Pro +[WeatherXM Pro](/weatherxm-pro) is our premium service that provides enhanced access to hyperlocal weather data, advanced analytics, +and integration-ready tools — designed for professionals, developers, and businesses that rely on accurate, location-specific forecasts and hyperlocal data. + ### WeatherXM Devices Currently we use 4 main types of devices: - [WeatherXM M5 Bundle (WB1000)](/wxm-devices/m5/introduction) which is the WiFi version diff --git a/docs/pro-services.mdx b/docs/pro-services.mdx new file mode 100644 index 00000000..d390513f --- /dev/null +++ b/docs/pro-services.mdx @@ -0,0 +1,60 @@ +--- +id: weatherxm-pro +title: WeatherXM Pro +sidebar_label: WeatherXM Pro +slug: /weatherxm-pro +--- + +import useBaseUrl from "@docusaurus/useBaseUrl"; + +## Access Hyperlocal Weather Data + +Improve your forecasts with our global weather station network. +Access hyperlocal data to optimize decisions and boost efficiency. Explore the [Pro](https://pro.weatherxm.com) **for free** and view nearby station data! +You can use either our user-friendly web interface, or easily integrate it with your solution via our API. + +:::note +Explore our WeatherXM Pro at [pro.weatherxm.com](https://pro.weatherxm.com) or [view its API documentation](https://pro.weatherxm.com/docs). +::: + +## Features + +### Historical & Real-Time Data +Access real-time and historical weather data from any WeatherXM station across the globe — delivered +seamlessly to your app for immediate insights and long-term analysis. + +### Forecast Accuracy Tracking + +
+
+ Continuously monitor and compare the performance of 40+ leading global weather models to identify the most accurate forecasts for your specific location. + This empowers you to make smarter, weather-driven decisions and optimize operations with confidence. + + For example: + - Agriculture: Choose the most reliable forecast to plan irrigation, planting, or harvest timing and reduce crop risk due to unexpected weather shifts. + - Energy: Improve load forecasting and renewable generation planning by using the most accurate model for wind or solar predictions. +
+ +
+ +### Hyperlocal Station Forecasts +
+
+ Get hyperlocal forecasts tailored to specific locations by leveraging our global network of weather stations. + Unlike traditional models, the Pro improves forecasts using real-world, ground-truth data from local stations. + + Our QoD mechanism ensures high data reliability by motivating and rewarding station owners to maintain their devices. + The better the station’s performance, the more rewards they earn—ensuring consistently high-quality data for businesses. +
+ +
+ +### Access hyperlocal weather data via API +Access real-time, historical and forecast weather data effortlessly with our [developer-friendly API](https://pro.weatherxm.com/docs) +— built for seamless integration into your apps, platforms, and operational workflows. +Tap into high-quality data from a trusted global network, with 90%+ coverage reliability and quality. +[View our Pro API documentation here.](https://pro.weatherxm.com/docs) + +:::note +Explore our WeatherXM Pro at [pro.weatherxm.com](https://pro.weatherxm.com) or [view its API documentation](https://pro.weatherxm.com/docs). +::: \ No newline at end of file diff --git a/sidebars.js b/sidebars.js index 8b5a596e..dcc61433 100644 --- a/sidebars.js +++ b/sidebars.js @@ -102,6 +102,7 @@ module.exports = { collapsed: true, }, "tokenomics", + "weatherxm-pro", "glossary", "faq" ] diff --git a/static/img/pro-services/pro-fact.png b/static/img/pro-services/pro-fact.png new file mode 100644 index 00000000..b25ba94e Binary files /dev/null and b/static/img/pro-services/pro-fact.png differ diff --git a/static/img/pro-services/pro-hyperlocal-forecast.png b/static/img/pro-services/pro-hyperlocal-forecast.png new file mode 100644 index 00000000..70e11449 Binary files /dev/null and b/static/img/pro-services/pro-hyperlocal-forecast.png differ