-
Notifications
You must be signed in to change notification settings - Fork 0
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
Extend grid26 to larger domain, but so that it the cells still overlap the existing ones #62
Comments
Or maybe that's asking too much. And we just stick with the bccm output we already have for grid26.
Then we still have the original variables, which will be fine for many purposes, plus these larger ones that will be equivalent for spatiotemporal analyses, and cover a larger domain. File sizes might get big but we can save outside of pacea like for existing bccm output. |
So, if users just want:
|
Next:
|
Summary: new grid was used for both |
Have to work out how a grid gets defined (see code in
data-raw/grids/create-grid.R
and others there), and work out which part of a polygon it starts calculating 2 km cells, and make it so that we have a larger grid for which grid26 is a subset.Will really help for #49, #58, and #60, and standardize everything, especially for spatio-temporal analyses.
Basically, figure out how
selects the corner (or whatever) of the polygon
inshore_poly
to start making cells of 2 km size. If anyone knows offhand that would be very helpful! (No, I haven't read the help forst_make_grid
yet!).The text was updated successfully, but these errors were encountered: