Skip to main content

A package to read 0archive's data from google drive to csv

Project description

ZeroLoader

ZeroLoader is a part of 0archive project. Its purpose is to read 0archive's public data from google drive into csv format.

Setup

  1. Get google api credentials

    Follow Step 1 from this tutorial.

  2. Installation It's recommended to use a virtualenv or conda env.

    $ pip install -U zeroloader.py
    
  3. Create environment file

    touch .env
    echo GDRIVE_PUBLIC_FILE_MAPPING_ID=1OwAGYg7dJob_VMW8vt2FP4fO5Ie7B3EW > .env
    
  4. Load data

    You need the producer_id to successfully load. The id of each producer could be found from google drive folder name or from this csv.

    import zeroloader as zl
    
    df = zl.load_data(:producer_id, :yyyy-mm, :path-to-gdrive-api-credentials)
    
    # e.g. Load 2020 June's data of storm.mg into a csv
    df = zl.load_data("5030bba7-81fe-11ea-8627-f23c92e71bad", "2020-06", "service.json") 
    

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

zeroloader.py-1.0.0.tar.gz (4.0 kB view hashes)

Uploaded Source

Built Distribution

zeroloader.py-1.0.0-py3-none-any.whl (4.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page