omfit_谷歌地图

omfit-google-sheet的Python项目详细描述


GOOGLE_SHEET用作OMFIT项目一部分的文件:https://omfit.io/

提供:

  • OMFITgoogleSheet
  • OMFIT实验台

要求:

  • matplotlib>;=3.1,!=3.2.1,!=3.2.2
  • 数量=1.12
  • 0.0英寸=1英寸
  • 不确定性>;=3
  • xarray>;=0.10.8
  • omfit_mds==2020.12.2.22.59
  • omfit_数据==2020.12.2.22.59
  • omfit_基数==2020.12.2.22.59
  • omfit_commonclasses==2020.12.2.22.59

作者:

https://omfit.io/contributors.html

文件:

OMFITgoogleSheet

Connects to Google sheets and provides some convenience features

* Lookup columns by column header name instead of column number

* Local caching to allow repeated read operations without too many connections to the remote sheet.

* Throttle to avoid throwing an exception due to hitting Google's rate limiter,
  or pygsheet's heavy-handed rate limit obedience protocol.

An example sheet that is compatible with the assumptions made by this class may be found here:
https://docs.google.com/spreadsheets/d/1MJ8cFjFZ2pkt4OHWWIciWT3sM2hSADqzG78NDiqKgkU/edit?usp=sharing

A sample call that should work to start up an OMFITgoogleSheet instance is:
>>> gsheet = OMFITgoogleSheet(
>>>     keyfile=os.sep.join([OMFITsrc, '..', 'samples', 'omfit-test-gsheet_key.json']),
>>>     sheet_name='OmfitDataSheetTestsheet',
>>>     subsheet_name='Sheet1',  # Default: lookup first subsheet
>>>     column_header_row_idx=5,  # Default: try to guess
>>>     units_row_idx=6,  # Default: None
>>>     data_start_row_idx=7,  # Default: header row + 1 (no units row) or + 2 (if units row specified)
>>> )
This call should connect to the example sheet. This is more than an example; this is a functional call
that is read out of the docstring by the regression test and testing will fail if it doesn't work properly.

OMFIT实验台

^{pr2}$

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

推荐PyPI第三方库


热门话题
java为游戏添加声音。需要帮助   java在获取数据时忽略模型类中的forign键映射   java为什么Microsoft JDBC驱动程序忽略failoverPartner主机名   java可以下载mozswing文件   java等价于ObjectOutputStream,不仅保存其状态,还保存整个对象?   Java Android LiveData根据其他LiveData调用房间查询   java如何使用jackson jsonNode实现这一点并获得所需的输出   在web服务器上作为web应用程序运行java应用程序?   groovy中java类的元类属性   返回空指针的java图形对象   标头中包含用户名和密码的java SOAP客户端请求   具有堆栈实现和递归的Hanoi算法塔(Java)   java当我运行这两个类时,我的老鼠不会移动   使用图像进行java相似图像搜索   Java8并行流机制   使用单例对象作为枚举元素的java Scala枚举,是否有可能对它们进行迭代?   java Webview更改高度大小   不可序列化对象和函数的java Spark Scala编程   java my app在eclipse中运行良好,而不是在jar中