ArcGIS Python module

Author

Tim Haverland (OST)

Image: Dockerfile Feb 19 image Latest image: ghcr.io/nmfs-opensci/container-images/arcgis:latest

Tutorials

Instructions

  • dhub.opensci.live
  • Select the Py - ArcGIS image
  • clone the NOAAHackDays repo
  • the notebooks are in topics-2024/2024-04-05-ArcGIS

How to clone

Never cloned the NOAAHackDays repo?

cd ~
git clone https://github.com/nmfs-opensci/NOAAHackDays

Have cloned it but need to update? This is going to destroy any changes that you made to the repo to make it match the current state of the repo on GitHub.

cd ~/NOAAHackDays
git fetch origin
git reset --hard origin/main