项目作者: ifct2017

项目描述 :
Regional compositing centres and sample size of each region.
高级语言: JavaScript
项目地址: git://github.com/ifct2017/compositingcentres.git
创建时间: 2018-05-11T09:17:08Z
项目社区:https://github.com/ifct2017/compositingcentres

开源协议:MIT License

下载


Regional compositing centres and sample size of each region.

📦 @ifct2017/compositingcentres">Node.js,
📜 @ifct2017/compositingcentres/">Files.

This is part of package ifct2017.

Online database: ifct2017.github.io.


  1. const compositingCentres = require('@ifct2017/compositingcentres');
  2. // compositingCentres(query)
  3. // → matches [{region, centre, samples}]
  4. compositingCentres('west');
  5. compositingCentres('Mumbai');
  6. // [ { region: 'West', centre: 'Mumbai', samples: 12 } ]
  7. compositingCentres('what is compositing centre of north east?');
  8. compositingCentres('North East compositing centre');
  9. // [ { region: 'North East', centre: 'Guwahati', samples: 11 } ]
  1. // Additional methods:
  2. compositingCentres.load() // → corpus
  3. compositingCentres.sql([table], [options]) // → sql statements
  4. compositingCentres.csv() // → path of csv file






ORG
DOI

Data was obtained from the book Indian Food Composition Tables 2017.

Food composition values were measured by National Institute of Nutrition, Hyderabad.

Take a peek at the raw data here: Document, Webpage.