J535D165 / cbsodata

Unofficial Statistics Netherlands (CBS) open data API client for Python
http://cbsodata.readthedocs.io/
MIT License
42 stars 17 forks source link

Support for dataderden.cbs.nl URI's #6

Closed jpvandervelden closed 5 years ago

jpvandervelden commented 5 years ago

Hi,

Great library to retrieve the CBS data. All tables use this base URI: https://opendata.cbs.nl/ODataApi

CBS also creates solutions for third parties like MKB Nederland. These use the same API, but use another URI, for instance: https://dataderden.cbs.nl/ODataApi/odata/48034NED Could the library be enhanced to cater for these URI's?

Kind regards,

Jan-Paul.

jpvandervelden commented 5 years ago

Ah.. I see https://github.com/J535D165/cbsodata/issues/3 touches on this..

J535D165 commented 5 years ago

Thanks Jan-Paul, good luck with your project. I will add some documentation on this.

J535D165 commented 5 years ago

Hey Jan-Paul, I decided to add a few new methods to access dataderden. The method described in #3 is no longer the preferred way to access dataderden in V1.1 (2018-12-02). Check the README for the instructions.