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

The new tiff feature flag added in #143 is only on proj-sys. Based on the docs added it seems like the intent was to add the flag on proj as...

https://github.com/rust-lang/crates.io/commit/9b65b4c004c503cf234c503e82d8575ba42c45e2 https://doc.rust-lang.org/cargo/reference/manifest.html#the-categories-field

https://github.com/georust/proj/issues/141

Hello, I have make this projection: ``` echo '19 50' | proj -f '%.8f' +proj=ob_tran +o_proj=longlat +lon_0=19.3 +o_lat_p=37.5 +datum=WGS84 +no_defs ``` which produces: ``` -0.00336882 -0.04362623 ``` I can do,...

Hello! While trying to use `bundled_proj` feature, when doing `cargo build` I get: ``` error: failed to run custom build command for `proj-sys v0.23.2` Caused by: process didn't exit successfully:...