-
Notifications
You must be signed in to change notification settings - Fork 14
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
Issue Loading StateIO Data #35
Comments
Hi the version you are using is slightly outdated - the data have been migrated in the most recent versions. I have updated the installation instructions (#38)
|
Hi Ben,
Thank you very much for your response. I am having a bit of trouble
figuring out how to use USEEIO and the API key. My goal is to access
metrics related to environmental impact (consumption/use based). Metrics
which I am most interested in include GHG emissions, ecological footprint,
material footprint, fresh water use, Nitrogen and Phosphorus application
and concentration in water bodies, among others. Is it possible to access
this type of information at the country level using useeio and the api key?
I have tried several times using Rstudio and the instructions in the read.me
but with no luck so far.
My understanding from your last email is that soon it will be possible to
access this or similar data at the state level as well? Is it possible to
just view this data in an excel spreadsheet or something similar, or is it
necessary to work with Rstudio and/or the API key?
I am working for California Donut Economics attempting to build a model of
social and ecological indicators for different states. The ultimate goal
would be something where states can be compared by ordinary people on a
range of indicators, similar to
https://goodlife.leeds.ac.uk/national-snapshots/countries/ but with states
rather than countries. It seems the best way to do this would be through
the new state level EEIO models you mentioned, but I am quite new at this
type of analysis. Any advice is greatly appreciated.
Sincerely,
Alaitz
…On Tue, Feb 6, 2024 at 7:30 PM Ben Young (ERG) ***@***.***> wrote:
Hi the version you are using is slightly outdated - the data have been
migrated in the most recent versions. I have updated the installation
instructions (#38 <#38>)
Please install using the following to get the most up to date version of
the package.
install.packages("devtools")
devtools::install_github("USEPA/stateior")
library(stateior)
—
Reply to this email directly, view it on GitHub
<#35 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/BF6CM44R6SNHZQ2PB5OVYWDYSJZFPAVCNFSM6AAAAABC3XJNV2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMZQGUZDQOBXGI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
--
See my recent works at: https://sites.google.com/view/alaitzaritza
|
Excel versions of the 2020 state EEIO models are available here: https://catalog.data.gov/dataset/useeio-state-models-v1-0-for-2020 The report will be published shortly. At this time the state models are not yet available on the API but we plan to add them. |
I downloaded the excel sheet for the state of California but it is not
clear to me how I can find the information I am after, e.g. total ghg
emissions from consumption in California, or total freshwater withdrawals
associated with consumption and production in california respectively.
Could you please point me to where I can find this information?
Thank you,
Alaitz
…On Thu, Feb 8, 2024 at 2:26 PM Ben Young (ERG) ***@***.***> wrote:
Excel versions of the 2020 state EEIO models are available here:
https://catalog.data.gov/dataset/useeio-state-models-v1-0-for-2020
The report will be published shortly.
At this time the state models are not yet available on the API but we plan
to add them.
—
Reply to this email directly, view it on GitHub
<#35 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/BF6CM42G64JT4W7OYKNYJKTYSTHAHAVCNFSM6AAAAABC3XJNV2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMZUGEZDENRWGQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
--
See my recent works at: https://sites.google.com/view/alaitzaritza
|
Thank you for your interest. What you're asking for are calculation results and not found directly in the data. This is more appropriate as a discussion topic in useeior which is the tool immediately producing the State EEIO models or by contacting our team at [email protected]. |
I am trying to load StateIO Data copying the instructions in the Staterior readme. When I type the code: OneRegionDomesticUse_2012 <- loadStateIODataFile("State_Summary_DomesticUse_2012"), I am met with the error message "Please confirm State_Summary_DomesticUse_2012 is correctly spelled. You should be able to find the correctly spelled file on https://edap-ord-data-commons.s3.amazonaws.com/index.html?prefix=stateio/. If it's not found there, please open an issue at https://github.com/USEPA/stateior/issues/new and inform package maintainers."
I am hoping to access the most recent IO data for the state of California. Any assistance would be greatly appreciated
Sincerely,
Alaitz Aritza ([email protected])
The text was updated successfully, but these errors were encountered: