Kristian Evers
Kristian Evers
> In the proj-data-XXXX tarball, you mean ? That would be confusing to have both the old and new names Yeah, that's what I meant. Just thinking out loud what...
It is unfortunate that the wrong abbreviation was used. We should pay better attention in the future. Changing the names will obviously break backwards compatibility. Perhaps it would be possible...
> The grid is open data, licensed under Data licence Germany – attribution – version 2.0 Is this info publicly available somewhere?
Okay, I guess that'll do although it would be preferable to have them mention it explicitly in relation to the grid files. Thanks for looking in to this.
``` $ cmake --build target/cmake [ 33%] Linking CXX shared library /Users/kevers/dev/PROJ-JNI/target/classes/org/kortforsyningen/proj/libproj-binding.dylib Undefined symbols for architecture x86_64: "osgeo::proj::cs::VerticalCS::create(osgeo::proj::util::PropertyMap const&, dropbox::oxygen::nn const&)", referenced from: _Java_org_kortforsyningen_proj_ObjectFactory_create in bindings.cpp.o "osgeo::proj::cs::CartesianCS::create(osgeo::proj::util::PropertyMap const&, dropbox::oxygen::nn const&,...
This is on openjdk 11: ``` $ java --version openjdk 11.0.1 2018-10-16 LTS OpenJDK Runtime Environment Zulu11.2+3 (build 11.0.1+13-LTS) OpenJDK 64-Bit Server VM Zulu11.2+3 (build 11.0.1+13-LTS, mixed mode) ``` Do...
conda is usually my first stop since it is easy to isolate environments. It is entirely possible that some env vars are set incorrectly by the various conda packages or...
Possibly, although I can't figure out which env var to change if that is the case ``` $ env PROJ_LIB=/Users/kevers/miniconda3/envs/jniproj/share/proj JAVA_LD_LIBRARY_PATH=/Users/kevers/miniconda3/envs/jniproj/lib/server GDAL_DRIVER_PATH=/usr/local/lib/gdalplugins TERM_PROGRAM=iTerm.app TERM=xterm-256color SHELL=/bin/bash CLICOLOR=1 TMPDIR=/var/folders/jg/h0lnl6cd59x4wmxt92y8f7jh0000gn/T/ CONDA_SHLVL=2 CONDA_PROMPT_MODIFIER=(jniproj) TERM_PROGRAM_VERSION=3.3.6...
I did not compile PROJ at all - conda installs prebuild packages. Conda installs everything in the environment base library, e.g. `/Users/kevers/miniconda3/envs/jniproj/`. I would think that it is a matter...
I of course install the most recent version of PROJ. conda is generally up to date as there is no concept of long-term releases etc.