Package Details: panoply 5.3.3-1

Git Clone URL: https://aur.archlinux.org/panoply.git (read-only, click to copy)
Package Base: panoply
Description: NetCDF, HDF and GRIB Data Viewer by NASA GISS
Upstream URL: http://www.giss.nasa.gov/tools/panoply/
Keywords: data Earth GRIB HDF Java map NASA netCDF plot science viewer
Licenses: custom
Groups: nasa-tools
Conflicts: panoply-nodesktop
Submitter: MadPhysicist
Maintainer: MadPhysicist (lilac)
Last Packager: lilac
Votes: 13
Popularity: 0.000666
First Submitted: 2014-11-17 23:32 (UTC)
Last Updated: 2024-03-01 12:21 (UTC)

Dependencies (4)

Required by (0)

Sources (5)

Latest Comments

1 2 3 Next › Last »

pezzacolori commented on 2023-12-06 14:47 (UTC)

wrong sha1sums. Should be sha1sums=('239e429c33b840360bae04e815965ca26231444b' 'a11126ab6ade7c448e1f46e2a384c5226ab5c552' 'a83855747414873269e21aaff1a53d13ab5de304' '707208d062922b5426303238870e0dd269257697' '39c9a58c25d8f764c928e9dfe75f4f73bb9198f0')

Scindix commented on 2023-07-18 13:12 (UTC) (edited on 2023-07-18 13:14 (UTC) by Scindix)

panoply 5.2.7 is no longer available on NASA's website and leads to a 404.

In case someone needs this, edit the PKGBUILD and change the following two variables:

pkgver=5.2.8

sha1sums=('87edd337e665b6cddf9f574246fbb517727a350b'
          '1c46bb01c3b101743ca30aa93fe004c9434aade8'
          'a83855747414873269e21aaff1a53d13ab5de304'
          '707208d062922b5426303238870e0dd269257697'
          '39c9a58c25d8f764c928e9dfe75f4f73bb9198f0')

Gandalfos commented on 2023-03-30 11:55 (UTC) (edited on 2023-03-30 11:57 (UTC) by Gandalfos)

Does not seem to open, it gives the following error:

Error: A JNI error has occurred, please check your installation and try again
Exception in thread "main" java.lang.UnsupportedClassVersionError: gov/nasa/giss/panoply/Panoply has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:756)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:473)
    at java.net.URLClassLoader.access$100(URLClassLoader.java:74)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:369)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:363)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:362)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:418)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:352)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:351)
    at sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:601)

jcornuz commented on 2022-02-01 06:14 (UTC)

The SHA sum checks fail on PanoplyJ-5.0.1.zipand Panoply-5.0.1.sha1.txt

deserts commented on 2021-11-23 03:14 (UTC) (edited on 2021-11-23 03:14 (UTC) by deserts)

I get this error message when trying to install

@huziy This is becase this old version(4.12.9) is removed from GISS website, and the newest release is 4.12.12, you can clone this repository and modify the pkgver var in PKGBUILD by yourself, and then you can build and install locally.

huziy commented on 2021-11-22 13:38 (UTC)

I get this error message when trying to install:

curl: (22) The requested URL returned error: 404
==> ERROR: Failure while downloading http://www.giss.nasa.gov/tools/panoply/download/PanoplyJ-4.12.9.zip
    Aborting...
Failed to build panoply

deserts commented on 2021-08-25 03:47 (UTC)

Cool job on the removal of max memory limit!

najlkin commented on 2020-11-12 07:57 (UTC)

The latest version 4.12 is broken, since Java 9 is required (as also stated on the official website).

Repentinus commented on 2020-09-19 01:18 (UTC) (edited on 2020-09-20 06:21 (UTC) by Repentinus)

Edit: Thanks, lilac.


Anyone else looking to install an up-to-date version of panoply may wish to apply this patch to commit 8e15568a0d3d of the AUR package repository.

MadPhysicist commented on 2018-11-17 16:38 (UTC)

@lilac, Please add the updated version number to the git message in the future. I have reinstated automatically grabbing the version number in PKGBUILD.