codeforthailand / welcome

Welcome to Code for Thailand
6 stars 1 forks source link

DataBuri - all-in-one Python package for Thailand's public APIs #2

Closed p16i closed 5 years ago

p16i commented 5 years ago

Project Proposal for Data Innovation Awards Thailand 2019 : Link

I haven't done anything for this project yet. It's just an idea. Maybe we can add it later when we have something there.

In short, this project aims to develop a all-in-one Python package. It should provide a unified interface for users to retrieve data from Thailand's public data APIs or datasets with only few configuration.

The package has 2 major parts: Datasource & Dataset

Datasource is related to public APIs. Most likely, every module in this part is developed for each data API. Mostly likely, these modules are just REST clients with options to specify authentication keys.

Dataset is mainly for static datasets, mainly for training ML algorithms.

List of Public Data APIs

Repository: https://github.com/codeforthailand/databuri

unnawut commented 5 years ago

Closed by 2b486f0