Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding qgis, panoply, coastwatch utils, images #29

Closed
eeholmes opened this issue Sep 25, 2024 · 3 comments
Closed

adding qgis, panoply, coastwatch utils, images #29

eeholmes opened this issue Sep 25, 2024 · 3 comments

Comments

@eeholmes
Copy link
Member Author

eeholmes commented Oct 2, 2024

@eeholmes
Copy link
Member Author

eeholmes commented Oct 4, 2024

Panoply

Download this
https://github.com/NordicESMhub/docker-panoply/blob/master/panoply-app-icon.png

apt-get install openjdk-11-jdk openjdk-11-jre
ENV JAVA_HOME /opt/jdk

ENV PATH ${PATH}:${JAVA_HOME}/bin   

COPY PanoplyJ-5.5.2.tgz /opt/PanoplyJ-5.5.2.tgz

RUN cd /opt && \ 
    tar zxvf PanoplyJ-5.5.2.tgz && \
    rm -rf PanoplyJ-5.5.2.tgz

RUN chmod uog+x /opt/PanoplyJ/panoply.sh

panoply.desktop

[Desktop Entry]
Type=Application
Name=Panoply
GenericName=Panoply
Icon=/opt/panoply-app-icon.png
TryExec=/opt/panoply.sh
Exec=/opt/panoply.sh
Terminal=false
StartupNotify=false
Categories=Qt;Education;Science;Geography;

@eeholmes
Copy link
Member Author

eeholmes commented Nov 6, 2024

See py-rocket-geospatial-2 and py-rocket-base

@eeholmes eeholmes closed this as completed Nov 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant