Closed kylemclaren closed 9 years ago
Repo isn't dead. This issue is more of a machine configuration problem than a bug with grib2json.
@cambecc yes, sorry I actually removed that comment and closed the issue, I managed to figure it out but not without a lot of hacking and digging.
My only issue now is trying to figure out how to drill down to specific lat/long or grid point. Any insight there? Not documented...
No probs! Unfortunately, grib2json does not support grid slicing.
@kylemclaren Any chance you remember what you did to solve the issue? I'm having the same problem, and though I realize it isn't a specific grib2json
issue I'd appreciate any help.
@jeremiak 4 years ago so... zero chance I remember 😛
But if you try using Docker with the official Maven image you should not have any trouble: docker pull maven
I hate to open this issue because I know it has something to do with JAVA_HOME that I cannot figure out.
Trying to install on Ubuntu 14.04.
mvn build was successful
Out put of
echo $JAVA_HOME
is/usr/lib/jvm/java-7-openjdk-amd64/jre/bin/java
Really hope you can point me in the right direction.