跳转到主要内容

下载停电数据工具的命令行工具

项目描述

库布拉

从kubra.io抓取风暴停电数据的抓取器

安装方法

> pip install kubra

使用方法

>  kubra --help
Usage: kubra [OPTIONS] INSTANCE_ID VIEW_ID

  Download all the outages of a storm event associated with an INSTANCE_ID and
  VIEW_ID from kubra.io. Outputs a GeoJSON of outages.

  Note that the GeoJSON may be a mix of points and polygons.

  To find values for INSTANCE_ID and VIEW_ID, go to the outage website, open
  up Developer Tools and look for a network request that looks like:

  https://kubra.io/stormcenter/api/v1/stormcenters/4fbb3ad3-e01d-4d71-9575-d45
  3769c1171/views/8ed2824a-bd92-474e-a7c4-848b812b7f9b/currentState?preview=fa
  lse

  The first GUID (i.e. 4fbb3ad3-e01d-4d71-9575-d453769c1171) is the
  INSTANCE_ID. The second GUID (i.e. 8ed2824a-bd92-474e-a7c4-848b812b7f9b) is
  the VIEW_ID.

Options:
  --cache_dir TEXT  Directory to use to cache responses
  --raw             Return a json array of raw outage data
  --help            Show this message and exit.

致谢

基于Bret Walker的kubra-scraper: https://github.com/openkentuckiana/kubra-scraper

项目详情


下载文件

下载适合您平台的文件。如果您不确定选择哪个,请了解更多关于 安装包 的信息。

源代码分发

kubra-0.1.4.tar.gz (8.2 kB 查看哈希值)

上传时间: 源代码

构建分发

kubra-0.1.4-py3-none-any.whl (8.9 kB 查看哈希值)

上传时间: Python 3

由以下支持