mark padgham

Results 321 comments of mark padgham

The start of this failure arises because the rspm API delivers a "504 Bad Gateway". The following code is where the failure is triggered in our case, because it presumes...

Ah, you never let me down! That's awesome. Only problem at the outset would be spacebucket's absence from cran...

It's the middle of the night, dude!

That's nearly perfect! May I then make a request of you? Do you wanna do a direct push or PR (you should have invite already, and I'll admin you) for...

Thanks loads for the code Mike, but ... but ... but ... it's not scalable: ![junk](https://user-images.githubusercontent.com/6697851/61000185-318b2780-a35d-11e9-9974-5d9bb33762ae.png) Standard usage according to the peeps for whom I'm doing this little project will...

That looks awesome - thanks! I'll have a run-through later this week.

@mdsumner I've just wasted couple of hours trying to crack this to no avail. Any insights on how to either: 1. Convert a binary raster into some kind of vector...

Skeletonization as I understand is this: ![junk](https://user-images.githubusercontent.com/6697851/60891447-9fe8c080-a25d-11e9-90e9-7d897a9860b2.png) I've coded up [this algorithm](https://homepages.inf.ed.ac.uk/rbf/HIPR2/thin.htm) to do that job, but those are still pixels that have no idea of order ...

I've got an idea for how to identify start/end points. As you state, once those have been identified, the rest is relatively easy.

That looks good! Here's some code to extract one line in both raster and polygon form: ``` r devtools::load_all (".", export_all = TRUE) # code to extract the drawn-over stuff:...