Michael Kirk

Results 550 comments of Michael Kirk

I'm hoping this is related to https://github.com/georust/geozero/pull/22#issuecomment-1115135463 I'm eager to see how it shakes out - let me know if you'd like me to test something.

> Will have to support the event API in a format writer first. What's your favorite output format you want apply reprojection? geo-types? geo-types would be great!

> Macros are a different, library-specific language, are not discoverable I can understand this criticism of macros in general. I think it's less problematic here, because I'm hoping that the...

Excited to see what you come up with!

> So I was wondering, if its possible to use something like (r, theta) It looks like you'd have a third param, based on your first example, since that query...

> have a concrete geo type (eg a polygon) instead of the Geometry enum, which would save some conversions if you new what the type was ahead of time That's...

> have a concrete geo type (eg a polygon) instead of the Geometry enum, which would save some conversions if you new what the type was ahead of time I've...

Thanks for looking @b4l! > Could [foreign members] be preserved with the current approach to potentially achieve a lossless roundtrip? Not with the current approach. An example of the current...

> Do you have in mind to add serialization capabilities as well? Oh sorry I forgot to answer this in my original reply. If this seems like a good overall...

Thanks for the feedback everybody - I think this is ready for review! > Do you have in mind to add serialization capabilities as well? I've gone and done this...