Site icon Useful Data for Irish River Conservation / Water Quality

EPA Ireland Submission Data available as RSS, CSV and SQLite

Whilst there is a ton of useful data on the EPA Ireland web-site, it’s not exactly easy to track what’s going on.

Tool built by https://twitter.com/conoro to scrape the thousands of individual RSS feeds and generate what is hopefully helpful to those of you who wish to monitor submissions on the site.

The code is all up on GitHub here. In summary what it does is:

Subscribing to the RSS Feed

Use this URL in Feedly or similar: https://raw.githubusercontent.com/conoro/epa-rss/main/output/daily.xml

Viewing the daily CSV files.

They are all here in the repo starting on Sep 22nd 2022: https://github.com/conoro/epa-rss/tree/main/output/csv/daily

Getting notified by email (experimental)

If you’d like to receive email with a link to the latest CSV each day:

SQLite Database

The latest full set of scraped data is available as a SQLite DB that you can download here. Use something like SQLiteStudio to browse and query it.

Examining the data in the SQLite Database using Datasette Lite

You can use a very cool project by Simon Willison called Datasette Lite to browse and query all the latest data in your browser by going here. I highly recommend playing around with it, as you can query by keywords and date ranges.

https://conoroneill.net/2022/09/26/epa-ireland-submission-data-available-as-rss-csv-sqlite/

Exit mobile version