Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarify role of getAvailableInventoriesandYears #150

Open
dt-woods opened this issue Nov 20, 2023 · 2 comments
Open

Clarify role of getAvailableInventoriesandYears #150

dt-woods opened this issue Nov 20, 2023 · 2 comments

Comments

@dt-woods
Copy link

The table in the README says RCRAInfo has 2013, 2017 and 2019 data available, but I don't see them with I run the following code snippet (using stewi 1.1.2). I only see 2015 data.

>>> import stewi 
>>> stewi.getAvailableInventoriesandYears()
{'TRI': ['2016', '2017'],
 'NEI': ['2016', '2017'],
 'eGRID': ['2016', '2018', '2020'],
 'RCRAInfo': ['2015']}

Are these just the data files that have been downloaded locally and not the ones available for download?

def getAvailableInventoriesandYears(stewiformat='flowbyfacility'):

@bl-young
Copy link
Collaborator

Are these just the data files that have been downloaded locally and not the ones available for download?

Correct. This function predates storage of data objects on data commons so does not serve all that much purpose anymore.

@dt-woods
Copy link
Author

dt-woods commented Nov 21, 2023 via email

@bl-young bl-young changed the title Mismatch of available inventories in getAvailableInventoriesandYears dictionary Clarify role of getAvailableInventoriesandYears Nov 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants