Sean Gillies
Sean Gillies
@dnomadb Holy cow, that is absolutely the slowest possible Python code ever. Stuff like https://gist.github.com/drewda/1299198#file-gistfile1-py-L15-L16 makes me head-desk! You don't even need to go the Numpy/Cython route, just replace every...
Rasterio datasets can't be pickled and can't be shared between processes or threads. The work around is to distribute dataset identifiers (paths or URIs) and then open them in new...
Tell me more about `coordTimes`. Sounds like a good candidate for a GeoJSON extension. What it would need to be a good extension is its own namespace, eg, `properties['gpx-ish']['coordTimes']` instead...
Users want something like this. Myself, I have a hard time getting over how terrible the GDALBuildVRT API is. It's got a score of optional arguments that are passed as...
Oh no. One of the recommended alternatives is shims :smile: Looks like there's no big hurry. We'll have plenty of time to come up with a good plan.
Perhaps rasterio is making assumptions about system encoding that aren't valid. @PZD2937 what do `sys.getdefaultencoding()` and `sys.getfilesystemencoding()` report on your computer? It appears that you have a custom build of...
@djhoese I'm looking forward to what you find. I've seen reports of such an error with the fiona package, but I've never been able to reproduce them.
At the risk of more distraction, here's the fiona issue I was thinking of: https://github.com/Toblerity/Fiona/issues/944#issuecomment-806362135. Mostly just symptoms, no real diagnosis.
@djhoese unrelated, but you might want to update `git+https://github.com/mapbox/rasterio` to `git+https://github.com/rasterio/rasterio`.
@olenaboiko303 if I read this right, you're observing different behavior under PyCharm and the command line on the same computer, is that right? Can you execute the following on each...