Ryan Avery

Results 209 comments of Ryan Avery

hi @remtav and others! I recently took on maintainership of this project in order to fix this and other issues with solaris and make it simpler to install, since it...

@IAINATTWATER thanks for the update on the install! looks like that fixes it on the release branch. I'll submit a pr and merge to the release branch. Can you open...

a fix for this is merged here: https://github.com/CosmiQ/solaris/pull/464 I'll close this issue once 0.5.0 is released and merged to main sidenote, as @IAINATTWATER noted in #465, 0.5.0 includes substantial changes...

Hey Nick, to be clearer about the connected components method: I was first rasterizing all shapes into a single binary raster with `features.rasterize`. Connected components can take a `(900,900)` shaped...

No prob! I'll get to this once the holidays wind down. I think that'd be a useful rewrite, I've found dask to be very intuitive, and it comes with a...

Thanks for the cool tool! I'm also experiencing this issue. I can't see any image in Chrome and when I tested in firefox I only see a thin outline where...

Thanks for checking this out @flying-sheep, if anyone feels like there is an easy fix that can go into `IRkernel::installspec` I can try to help with testing on my end.

Good point, I'm on board. I'll update this issue later this week once the PROJ stuff has been replaced with pyproj.CRS.

@snowman2 @raybellwaves This has been addressed now, we use pyproj for summarizing CRSs: https://carpentries-incubator.github.io/geospatial-python/05-raster-structure/index.html

Hey all, I'm interested in using repo2docker to build a cuda enabled image from an existing github repo. Any updates on this issue?