jobonaf / calicantus

functions to collect and visualize AQ data
GNU General Public License v3.0
1 stars 1 forks source link

change ArpaLombardia source #25

Closed jobonaf closed 6 years ago

jobonaf commented 6 years ago

Open Data are available:

jobonaf commented 6 years ago

Maybe registration is required to access recent data... Alternative is very slow (300MB): https://www.dati.lombardia.it/api/views/nicp-bhqi/rows.json?accessType=DOWNLOAD

dcrespi commented 6 years ago

You're right. You have to register to www.dati.lombardia.it and create a "token" In our "italian" portale , after sign-up , go to you profile and create a token, somewhere called "applicazione".

using the token you will not suffer from throtteling.

Developers documentation can be found on https://dev.socrata.com/consumers/getting-started.html

If you have question feel free to write to admin@dati.lombardia.it

bye Daniele Crespi

jobonaf commented 6 years ago

Thank you Daniele. After the registration, I created an application and I got the app token. I tested the access with R package RSocrata. It works. I'm going to work on this in the next days.

Bye