-
Notifications
You must be signed in to change notification settings - Fork 9
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
Tech Potential Entry Point for RED-E #23
Comments
FYI Evan brought up the issue of potentially having a global dataset to run this tool from in which case we need to consider:
|
@EvanRosenliebNREL any ideas on this? |
(2) is already implemented into the code. We'll just have to change how we extract data in RED-E. |
I think that making an array of pixel areas for a global grid for projection 4326 works perfectly fine, the only potential downfall I can think of is this: As far as I can tell, to the extent that:
means that one way or the other all of the different data sets end up getting resampled to the lowest common denominator. Currently in the tech pot code that lowest common denominator is 90m pixels, as this is the resolution of our finest resolution input (the SRTM elevation/slope data). Creating an area array for the global 90m grid would mean that we would essentially be hardcoding the 90m resolution into the process. If we wanted to do an analysis at a different resolution in the future (whether it is smaller or larger), we would first have to create the pixel area array at that resolution. Does this sound right to you guys, or am I fundamentally misunderstanding something about how you guys were envisioning the process would work? |
@EvanRosenliebNREL, you comment makes sense but I definitely didnt think that the TechPot tool was presenting results on a 90m grid? I think we can all agree 90m global techpot seems a bit ambitious. Should we maybe resample to the most coarse resolution not the finest? |
I guess we never really looked into what the optimal resolution should be for tech pot. For some countries, like Singapore, a 90m resolution is nice, but becomes a bit pointless for countries like India or Thailand. |
@Ricardo-C-Oliveira, does this suggest that each country will have its own set of layers with disparate resolutions? If so, I think that's fine, we just need to be aware of it. |
All layers will have the same resolution within the domain extent. During the data prep all input layers are resampled to match the finest res, in the case slope at 90m. |
@Ricardo-C-Oliveira @MRossol @grantbuster Sorry guys, I was being a dummy when Grant asked me for my public github account and gave him an account that I don't get notifications for very frequently. I've asked him to invite my nrel.gov account. In the meantime... I'm afraid I don't necessarily agree that we can up sample to a coarser resolution. Even going from, say, a 90m grid to a 180m grid, which would be only a reduction of 4x the data, would have drastic affects on the amount of land that would be excluded from the slope parameter. By up sampling slope to a coarser resolution we would essentially be representing everything as being flatter than it is and giving an overly rosy estimate. I don't want it to make seem like there is anything magic about 90m -- I'm sure that there is some amount of up sampling we could do without drastically different results. I just can't imagine that going from a 90m grid to a 120m grid or whatever is the sort of computational slack we are looking for. In regards to:
I hate to say it but -- That is what I was trying to say in that original meeting in the SEAC collaboration room. I was surprised that you guys thought it would be so easy. At the time I thought, however, that if the new reV is so performant on the continental scale maybe it isn't so crazy? @grantbuster what specifically are you worried most about computationally using a 90m grid? Or is there something different about the way reV runs that makes that a bad comparison? |
Action items from 1/30/2020 meeting:
|
Tech Potential Tool Outline
We need a lean and mean version of reV aggregation to replace the previous tech pot tool. Basically we only need to apply exclusions to pre-computed cf means.
Requirements
Timeline
Start on this in 2019, goal is to finish in 1st half of January.
Charge code
Charge code TBD from ricardo/haiku.
The text was updated successfully, but these errors were encountered: