Will Cohen

Results 85 comments of Will Cohen

Hi all. As a quick followup, it took me much longer than I expected to get sqlite and libtiff to link correctly but I've successfully built a working PROJ 9.0.1...

For what it's worth, the following steps seemed to work on macOS 10.15: 1. Install PROJ 6 from homebrew. 2. Manually creating `target/cmake` directory. 3. Manually invoking cmake from `target/cmake`...

Note that an alpha build of PROJ 9.6.2 for wasm is now available at https://willcohen.github.io/clj-proj/ (npm package at https://www.npmjs.com/package/proj-wasm). It includes the full proj db and can do wkt/json strings....

TestFlight build 17 working well on M2/Sequoia!

I've had a version of this knocking around my computer for a year or two, and have gotten it quite close to release, but it's not 100% ready yet. I...

More to the point -- if any want to help me get what I've got as step 3 working, it would be immensely helpful. 1. I'm not great at JS...

Your notes above solved the problem — the workaround for now is that I can build the git version, embed the database, and export it as a single file where...

Additionally, an added benefit of piggybacking off of the native and graal bindings is that I can reuse all the logic for handling the PROJ contexts and pointer array expansions...

NPM package is now available for testing: https://www.npmjs.com/package/proj-wasm

I'm pleased to report that proj-wasm, at a long overdue 0.1.0-alpha2, now works in browser. A WebAssembly build of PROJ 9.6.2 is used on the client side in the project's...