Michael Sumner

Results 936 comments of Michael Sumner

Thanks @tim-salabim that is no problem at all. It's already a solution for what I need, just a heads up not a request.

- [Atlantis ecosystem models ](http://atlantis.cmar.csiro.au/) -> [creating/editing box geometry](https://CRAN.R-project.org/package=bgmfiles) existing solution is BGM -> SHP -> QGIS->SHP->BGM - [SGAT](https://github.com/SWotherspoon/SGAT) -> [initial path edits](https://github.com/SWotherspoon/BAStag/blob/master/R/interactive.R#L777) - [SOOS field projects database](http://www.soos.aq/task-team/field-projects-database) -> Drawing...

Yes, sorry was caught out with an unfinished post! There are so many uses for this for us, I should be trying it out more and making examples. It's a...

I was just messing around with the sinu grid, getting their largest tiles as per the diagram: https://gist.github.com/mdsumner/19b36c829ec1cbedabff1bf619b4ec18 It would be interesting to abstract that to zoom as well, but...

Thanks @fdetsch - that is helpful - you can make more sense of the plot when you do this: ```R plot(st_transform(grd, st_crs("+proj=sinu")) ``` ![image](https://cloud.githubusercontent.com/assets/4107631/26056094/2b2d33b8-39b7-11e7-9a54-c161a82fa0e2.png) and then to get it into...

EDIT: discussion moved out to https://github.com/r-spatial/mapedit/issues/25

With a colleague we just put together a workflow that changed a very manual tiling and image-exploration task into a straightforward set of steps, useable for teaching and real work....

Isn't 1) a subset of 2)? I.e. we can chain together single-draws with Boolean context updates? R is well placed to build something entirely new rather than a target some...

Oh magic, thanks! I was looking for this advice in `?memoise` and in the readme, and then I searched through Issues to find this. It's a subtley about the package...

Added a [PR for this](https://github.com/r-lib/memoise/pull/91)