Stephan Hügel
Stephan Hügel
Update: the compressed data is around 562 MB, so we can't include it, or make it available as a separate crate. It would have to be provided at build time...
The file in question is available from GitHub releases (https://github.com/OSGeo/PROJ-data/releases) but I don't know whether it's acceptable from a reliability standpoint to depend on GitHub (is using releases in this...
It's 3.9, but `PROJ` 9.0.0 has a bug in its cmake config, due to be released as 9.0.1: https://github.com/OSGeo/PROJ/issues/3220
https://proj.org/install.html#build-requirements We can omit curl entirely / link to this resource noting that the curl requirement can be disregarded
Yes! The only concern I have is around cross-platform / cross architecture interaction. Are we sure that bindgen generates the same bindings for e.g. [`PJ_DIRECTION`](https://docs.rs/proj-sys/0.18.2/proj_sys/type.PJ_DIRECTION.html) on x86_64 macOS as it...
I did some digging at the time, and I think there's no issue around generated types differing btw.
Could you provide some more detail as to why (and how) you think the `Point` struct needs to be modified to support futures? I don't do much async programming, so...
Hi @elwerene, I've probably caused some conflicts in Cargo.toml – apologies. If you rebase against master and accept them your PR should pass tests and we can merge.