meteofrance web服务的Python包装器。

pymeteofr的Python项目详细描述


Build StatusDocumentation StatusLicense: MITPython 3.6Code style: black

比重计

Météo-France web服务的Python包装器(WCS仅限)。在

fromIPython.displayimportImagefrompymeteofrimportFetcherfetcher=Fetcher(token="__xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx__")fetcher.select_product(dataset='arome',area='polynésie')fetcher.select_coverage_id("Temperature at specified height level above ground")fetcher.check_run_time(horizon=24)fetcher.set_bbox_of_interest(208,-18.5,212,-16)fetcher.create_3D_array()fetcher.make_movie(root_name="tahiti")Image(filename="./data/tahiti.gif")

要求

优化gif文件需要gifsicle。在

免费软件:麻省理工学院许可证 版权所有(c)2020,建筑与性能

在======= 历史

0.1.0(2020-01-22)

  • PyPI的第一个版本。在

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
java如何在导入到Google工作表时使用ApachePOI显示系列标签   java在Swing表上修改数据生成SQL   java TCP数据包在网络级别合并   java自动连线bean在线程位置为空   javasocket。禁用无线连接时getOutputStream()阻塞   JSON上的javascript字符串数组。stringify输出unicode字符   java在Oracle数据库中存储不同类型数据的最佳体验   Spring MVC中模板引擎后的java进程输出   不知从哪里来的java空字符串。   如何加载java。使用Adobe Flex的客户端的属性文件?   java如何替换多层括号之间的所有内容?   {JSONObject必须以java'开头   java使用commandButton或commandLink返回并管理HTML控件值   java Android大文本视图动态   java JMock需要自定义类   java Android应用程序在emulator中工作,但在设备中失败   java连接到derby数据库时使用什么文件路径格式?   java在一个函数调用中返回两个结果?