USEPA / standardizedinventories

Standardized Release and Waste Inventories
MIT License
25 stars 16 forks source link

TRI inventory no longer accessible through stewi after webpage change #121

Closed vlahm closed 1 year ago

vlahm commented 1 year ago

Hello. It looks like the download interface on https://www.epa.gov/toxics-release-inventory-tri-program/tri-basic-data-files-calendar-years-1987-present changed in the last few months, which now prevents link_zip from identifying the correct download URLs.

Here is an example of a query that fails:

>>> stewi.getInventory('TRI', 2017)

MissingSchema: Invalid URL '2017': No scheme supplied. Perhaps you meant http://2017?

And here is what the scraped webpage linked above used to look like.