proj icon indicating copy to clipboard operation
proj copied to clipboard

Rust bindings for the latest stable release of PROJ

Results 35 proj issues
Sort by recently updated
recently updated
newest added

``` cargo build --target wasm32-unknown-unknown ``` ``` error: failed to run custom build command for `proj-sys v0.22.0 (/Users/coreyf/dev/georust/proj/proj-sys)` Caused by: process didn't exit successfully: `/Users/coreyf/dev/georust/proj/target/debug/build/proj-sys-141d6ea7039d6b8c/build-script-build` (exit status: 101) --- stdout...

Because it bit me today. However, I'm not yet sure what it is: 3.12.x segfaulted during the libproj build. >= 3.23.0 works fine.

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...

I added the support of [vcpkg](https://github.com/microsoft/vcpkg) libraries in proj-sys. This allow to build proj-sys on windows with msvc without pkg-config. To use vcpkg libraries on your rust program, you need:...

Migrate `CoordinateType: Float + Copy + PartialOrd + Debug` to `CoordinateType: CoordFloat`. TBD: Does it make sense to get rid of `CoordinateType` outright, and replace it with CoordFloat? This simplifies...

breaking-change

This is an alternative, simpler take on https://github.com/georust/proj/pull/110 Adding default constraint allows https://github.com/georust/geo/pull/751

breaking-change

Pursuant to the discussion here (https://github.com/georust/geo/pull/718) , I've been playing with the idea of converting / projecting Iterators of mutable coordinates. This should allow us to convert large geometries with...

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...