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

Bring together candidate set of summary plots #403

Closed
4 of 7 tasks
jabrams23 opened this issue Aug 14, 2020 · 7 comments
Closed
4 of 7 tasks

Bring together candidate set of summary plots #403

jabrams23 opened this issue Aug 14, 2020 · 7 comments
Projects

Comments

@jabrams23
Copy link
Collaborator

jabrams23 commented Aug 14, 2020

Master list of summary plots:

  • histogram of max offset50 values coloured by the mean precipitation
  • histogram of max offset50 values coloured by the overall AR(1)/variance value
  • plot of mean offset50 vs longitude
  • plot of mean offset50 vs mean precipitation
  • histograms of NDVI
  • Kendall tau value of the variance vs offset50 values
  • Map of trends
@jabrams23 jabrams23 created this issue from a note in Sprint 13 (To do) Aug 14, 2020
@caboulton
Copy link
Collaborator

I think it would be good to create a histogram of max offset50 values and perhaps colour each bar by the mean precipitation or overall AR(1)/variance value from sites in each bar. Happy to do this if someone can point me to the to summary files once we have them :)

@caboulton caboulton self-assigned this Aug 14, 2020
@crangelsmith
Copy link
Collaborator

As described in PR #363 this is how the summary stat file for 1 location looks like:

image

We should be including the decay rate when it is ready, and i think also we should include the coordinates into the file (i'll make an issue about the latter and add them today). Let me know if i should add something else.

For making the plots, i think we could create a new script, something like pyveg_gee_summary_analysis.py that reads all files existing in a given directory (each file is a summary stat for a location), and produces all the plots we are going to do. I can create the scheleton of this script and then each one of us can create a function that makes an individual plot.

Any thoughts?

@jabrams23
Copy link
Collaborator Author

As described in PR #363 this is how the summary stat file for 1 location looks like:

image

We should be including the decay rate when it is ready, and i think also we should include the coordinates into the file (i'll make an issue about the latter and add them today). Let me know if i should add something else.

For making the plots, i think we could create a new script, something like pyveg_gee_summary_analysis.py that reads all files existing in a given directory (each file is a summary stat for a location), and produces all the plots we are going to do. I can create the scheleton of this script and then each one of us can create a function that makes an individual plot.

Any thoughts?

sounds like a good idea. definitely need coordinates added so it would be great if you could do that.

@caboulton
Copy link
Collaborator

As described in PR #363 this is how the summary stat file for 1 location looks like:
image
We should be including the decay rate when it is ready, and i think also we should include the coordinates into the file (i'll make an issue about the latter and add them today). Let me know if i should add something else.
For making the plots, i think we could create a new script, something like pyveg_gee_summary_analysis.py that reads all files existing in a given directory (each file is a summary stat for a location), and produces all the plots we are going to do. I can create the scheleton of this script and then each one of us can create a function that makes an individual plot.
Any thoughts?

sounds like a good idea. definitely need coordinates added so it would be great if you could do that.

I would also include the Kendall tau values, I think there's something in the Kendall tau value of the variance compared to the offset50 values. I know the tau value of AR(1) is less important given we have already said an overall AR(1) would be better.

@jabrams23 I didn't want to edit your list but I think the same histograms with NDVI would be cool too.

@jabrams23
Copy link
Collaborator Author

As described in PR #363 this is how the summary stat file for 1 location looks like:
image
We should be including the decay rate when it is ready, and i think also we should include the coordinates into the file (i'll make an issue about the latter and add them today). Let me know if i should add something else.
For making the plots, i think we could create a new script, something like pyveg_gee_summary_analysis.py that reads all files existing in a given directory (each file is a summary stat for a location), and produces all the plots we are going to do. I can create the scheleton of this script and then each one of us can create a function that makes an individual plot.
Any thoughts?

sounds like a good idea. definitely need coordinates added so it would be great if you could do that.

I would also include the Kendall tau values, I think there's something in the Kendall tau value of the variance compared to the offset50 values. I know the tau value of AR(1) is less important given we have already said an overall AR(1) would be better.

@jabrams23 I didn't want to edit your list but I think the same histograms with NDVI would be cool too.

you can go ahead and add it there or i will add it. I just thought it was good to have a full list at the top of the issue

@crangelsmith
Copy link
Collaborator

I would also include the Kendall tau values, I think there's something in the Kendall tau value of the variance compared to the offset50 values. I know the tau value of AR(1) is less important given we have already said an overall AR(1) would be better.

We are getting the variance over the 99% of the time series (same for AR1) which is only 1 point, how would we do it to get the Kendall Tau of the variance in this case?

@jbuxt jbuxt assigned jbuxt and unassigned caboulton and jbuxt Aug 14, 2020
@caboulton
Copy link
Collaborator

I would also include the Kendall tau values, I think there's something in the Kendall tau value of the variance compared to the offset50 values. I know the tau value of AR(1) is less important given we have already said an overall AR(1) would be better.

We are getting the variance over the 99% of the time series (same for AR1) which is only 1 point, how would we do it to get the Kendall Tau of the variance in this case?

Are we still doing it on a moving window even though we don't trust the AR(1) one? If so it would be the tau from that.

@nbarlowATI nbarlowATI moved this from To do to In progress in Sprint 13 Aug 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Sprint 13
  
In progress
Development

No branches or pull requests

4 participants