Ryan Avery

Results 209 comments of Ryan Avery

Thanks for the helpful issue @mlubej, ~~I'm adding this into https://github.com/CosmiQ/solaris/pull/331~~ It looks like changing the import introduced other issues so this actually wasn't included in #331

Thanks for the share @remtav ! We're aware of similar implementations https://github.com/obss/sahi and https://github.com/BloodAxe/pytorch-toolbelt and are still considering if/when it is useful to integrate this functionality in this library. I...

Hi @remtav you caught me in a busy month while I've been on vacation or absorbed with project work. I appreciate this PR, looks useful. I'll review it and the...

@remtav I have not, but it looks like for some reason I don't even have an option to run the CI against your first-time PR. Once I can confirm tests...

@remtav With new PRs, CI/CD should run. Can you open a new PR that is rebased on https://github.com/CosmiQ/solaris/tree/0.5.0 with your changes?

Hi @nrweir ! I'm also wondering how best to handle `NaN` values more generally, since I'm currently tossing scenes that have even just a little bit of no data values...

Got it, should have made it clear that what I'm discussing is a separate problem from filling nodata areas outside of an unlabeled boundary. To be more clear, I was...

I think we can close this @nrweir, solved by https://github.com/CosmiQ/solaris/pull/331

@srmsoumya looking at your recent commit and just a heads up, using `opencv` appears to be what works for recent releases so I think we should stick to that. See...

Hey @nrweir, I'm wrapping up #331 but have hit a snag in the raster_tiler where reprojecting with rasterio doesn't support pyproj CRS objects. In this case, `self.dest_crs` is pyproj object...