Earlier quoted context omitted.
https://data.gov.ie —- this is a repository of a bunch of the open data produced in the Irish public sector. (Disclosure, I work on this)
Playing around, a lot of countries use this url scheme: https://data.gov.be http://data.gov.ro/ https://www.dati.gov.it/ (note, Italy redirects data. to dati.) https://data.gov.pl/ https://data.gov.za/ (South Africa's has a cert problem) https://data.gov.in https://data.gov.au/ https://datos.gob.mx/
Google Dataset Search
61–70 of 81 posts
Re: Google Dataset Search
#62Re: Google Dataset Search
#63Re: Google Dataset Search
#64What is the best way for a website to format data to the public? I already have my presentation, but I can also provide it as a .xls, .csv, sql, or html table. What would be best to help programmers/data scientists use my data?
Re: Google Dataset Search
#65The state of data sharing seems to be still quite sad. * Hosting problems. The first link I tried was already broken. * Format problems. Also the presented data is in all kinds of formats, some "data sets" even require me to read data off images: https://www.ceicdata.com/en/indicator/germany/gdp-per-capita And even if it's JSON, this is not particularly great either (Unicode support? Large (64bit) integers?). * Updat…
I haven't seen many other platforms offer the same kind of functionality.
e.g This one is a dataset of CCTVs across Leicester. You can easily see all of the columns, sort data around, display a chart of camera types, see their location on a map etc.
https://data.opendatasoft.com/explore/dataset/cctv-cameras%4...
Screenshots: https://postimg.cc/gallery/j5e5thv2/
A few portals powered by them:
- Paris https://opendata.paris.fr/explore/
- Mannheim https://mannheim.opendatasoft.com/page/home/
- Durham NC https://opendurham.nc.gov/pages/home/
disclaimer: I was an intern there 4 years ago
Re: Google Dataset Search
#66What is the best way for a website to format data to the public? I already have my presentation, but I can also provide it as a .xls, .csv, sql, or html table. What would be best to help programmers/data scientists use my data?
I vote CSV. - simple - lightweight - open It's easy for the consumer of your data to convert a CSV to whatever format they need. - spreadsheet, for personal analysis - SQL database, for industrial-strength analysis - HTML, for pretty output to their users
Re: Google Dataset Search
#67What is the best way for a website to format data to the public? I already have my presentation, but I can also provide it as a .xls, .csv, sql, or html table. What would be best to help programmers/data scientists use my data?
Re: Google Dataset Search
#68Re: Google Dataset Search
#69Re: Google Dataset Search
#70What is the best way for a website to format data to the public? I already have my presentation, but I can also provide it as a .xls, .csv, sql, or html table. What would be best to help programmers/data scientists use my data?
There's a wide set of tooling for Tabular Data Packages, plus underlying data is CSV which anyone can use.
If you want this done automatically you can just publish your CSV to https://datahub.io/ and your Tabular Data Package is made automatically for you.