Sean Gillies

Results 538 comments of Sean Gillies

@gboeing can you say more? How would you use it? What are you doing now as a workaround? Generating XML using Python? Calling gdalbuildvrt in a subprocess?

@gboeing thank you, I read the osmnx code and see what it's doing. I left some comments on #2698 for @snowman2.

Sorry for the delayed response. I can't reproduce this on my Linux laptop and I don't have a Windows computer. My hypothesis is that either the GIS Internals distribution lacks...

In 1.9.0 we're raising a warning ``` >>> transformed = transform_geom(src_crs, dst_crs, geom) ERROR 1: Point outside of projection domain ERROR 1: Point outside of projection domain ERROR 1: Point...

@artttt that's a great suggestion! I'm trying it out in #92. @fbunt any chance you could try the code in PR #92 out?

I made an error when pasting into markdown with a blockquote. Points 1-7 are all there now. I'll take a closer look at 5 and will accept and act on...

Updated XML sent to the RFC Editor.

When I was updating Planet's stactools plugin I noticed that stactools already depends on aiohttp. Maybe it would be worth considering using that instead of httpx? So that a user's...

@gadomski seems important to document that stactools is using "native namespace packages" https://packaging.python.org/en/latest/guides/packaging-namespace-packages/#native-namespace-packages (yes?). If a new plugin package failed to omit `stactools/__init__.py` then the entire namespace in that installation...

@gadomski I don't think so, doesn't the offending file corrupt module importing?