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

GrowthMaps.jl and Dispersal.jl workflow #50

Closed
jamesmaino opened this issue Jun 4, 2020 · 2 comments
Closed

GrowthMaps.jl and Dispersal.jl workflow #50

jamesmaino opened this issue Jun 4, 2020 · 2 comments

Comments

@jamesmaino
Copy link

I was thinking a little bit more about the aggregate function and there are two things on my wish list.

  1. It would be great if we could dissaggregate (i.e. upsample) so we can retrieve the previous grid size (for coarse resolutions). This would allow us to play around with the establishment parameters and explore the implications in spread, using the same grid cell sizes.

  2. We can currently aggregate in space, but it would also be good to aggregate in time. We might want to aggregate across years, or across months, so all you would have to do is pass an aggregation vector (you could probably think up a better way with units, but for example, (1, 1, 1, 2, 2, 2, 2) would aggregate the the first four and the last four entries in the stack).

@rafaqz
Copy link
Owner

rafaqz commented Jun 4, 2020

yeah upsampling would be good to have.

You should be able to aggregate the time dimension already, it's totally abstract.

@rafaqz
Copy link
Owner

rafaqz commented Jul 27, 2020

these are implemented now

@rafaqz rafaqz closed this as completed Jul 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants