Michael Kirk

Results 81 issues of Michael Kirk

When I want to get a closer look at a particular feature, I hover my mouse cursor over it and scroll to zoom. I'm expecting for the canvas to scale...

In https://github.com/georust/proj/pull/124, we discovered that macos was giving slightly different results when using libproj from homebrew. My deduction is that this is because, as of https://github.com/Homebrew/homebrew-core/commit/b3e7a635b35e77ece5e194a9520f061fd4afcaea, libproj from homebrew includes...

This is just a dupe of #79, but trying to work around whatever bug is breaking CI. (my theory is that we won't encounter the bug when bors is running...

For most people, pkg-config is a great option. But for when it's not, I think conventions exist for manually specifying environment variables. Something like: ``` PROJ_SYS_PROJ_INCLUDE_DIR=/path/to/my/proj/include PROJ_SYS_LIBRARY_PATH=/path/to/my/proj/lib cargo build ```...

`bindgen` accounts for the vast majority of the remaining deps for proj. Since they are build_dependencies they don't contribute to the size of the output binary, but it does take...

One way to dip our toe into https://github.com/georust/geo/discussions/838 would be a coord/point trait. I've done a little POC here: https://github.com/georust/geo/tree/mkirk/affine-coord-trait I did this as a means of integrating the new...

idea

We should expose a feature `float_roundtrip` which enables the same feature on serde_json for those users willing to pay a performance penalty for more precise parsing of floating point numbers....

help wanted

`FeatureIterator` is intended to be an efficient way to iterate through individual Features in a FeatureCollection without ever having to parse the entire FeatureCollection into memory at once. To do...

help wanted

A user in discord [reported](https://discord.com/channels/598002550221963289/598002550221963291/1027208086085189633) not being able to process a shapefile because they didn't have a .dbf file. I think we should be able to parse such a datasource,...