Skip to content

gchamp20/odcantoolkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

odcantoolkit - Open Data Canada Toolkit

Overview

odcantoolkit is a command line tool used to fetch datasets directly from Canada's open data portal. The data is then converted to JSON format and can be loaded directly into a MongoDB database.

Currently supported file formats: * CSV

Installation

The script can be simply installed via pip

pip install odcantoolkit

Usage

JSON mode

odcantoolkit json [--filetype FILETYPE] id

The id is taken from a dataset's URL. To fecth this dataset, the command would be :

odcantoolkit json 4deb7637-3613-4012-84a2-882b06ab7458

MongoDB mode

odcantoolkit mongo [-h] [--fileformat FILEFORMAT FILEFORMAT]
                    [--dbname DBNAME] [--collection COLLECTION] [--host HOST]
                    [--port PORT]
                    id

About

Open Data Canada Toolkit.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages