openair
openair copied to clipboard
国家空气质量数据获取库,包含完整的API,不再信任地方检测站
` IEnumerable citylives = await publishCtx.Load(publishCtx.GetCityAQIPublishLivesQuery()).ResultAsync(); Console.Write("\r\n进行下一阶段演示:"); Console.ReadLine(); Console.Clear(); AQIDataPublishLive[] sizeData = null; //sizeData = await publishCtx.GetAirByCity(230600).ResultAsync().ConfigureAwait(false); //根据城市code获取所有检测站的空气数据 //AQIDataPublishLive[] sizeData = null; //string ab = "230600"; foreach (var c in...
Hi,i want to use the openair to download the data from cnemc, but i have no idea to use the openair
**服务端数据环境确认** - 当前你使用的xap地址是什么: - 官网是否能打开以及从官网获取到的数据是否正常: **BUG描述** A clear and concise description of what the bug is. **重现方式** 相关代码或是操作步骤
**服务端数据环境确认** .NET 6.0 **BUG描述** Now.NET 6.0 supports linux docker, if you can upgrade to. NET 6.0, will be more convenient to use