Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel
Integration:  dvc git github
Wei Ji aabbe7be12
:bookmark: v0.1.0
4 years ago
463efebea6
# What's Changed
4 years ago
df57c2d0b4
:white_check_mark: Generalize delta change calculation to any variable
4 years ago
df57c2d0b4
:white_check_mark: Generalize delta change calculation to any variable
4 years ago
091181ac0a
:see_no_evil: Add a gitignore file
4 years ago
b341838077
:heavy_plus_sign: Add submodule pointCollection
4 years ago
1512910bf4
:robot: Add stickler style checker configured for black code style
4 years ago
5dc8fa6cc1
:poop: Fast but overly complicated way to get number of ATL06 cycles
4 years ago
9be4d72151
:loud_sound: Display information on virtualenv and installed packages
4 years ago
6b5fb8344c
:tada: Initial commit
4 years ago
a825d06538
:speech_balloon: Update project description and pip install instructions
4 years ago
3a4b5ace0b
:zap: Streamline ATL06 data loading and analysis
4 years ago
3a4b5ace0b
:zap: Streamline ATL06 data loading and analysis
4 years ago
e0208cfb14
:truck: Embed xarray metadata in Zarr files, split atl11_play notebooks
4 years ago
e0208cfb14
:truck: Embed xarray metadata in Zarr files, split atl11_play notebooks
4 years ago
a825d06538
:speech_balloon: Update project description and pip install instructions
4 years ago
a825d06538
:speech_balloon: Update project description and pip install instructions
4 years ago
3a4b5ace0b
:zap: Streamline ATL06 data loading and analysis
4 years ago
c18f47b6f4
:pushpin: Just install snappy C library from conda
4 years ago
391632bc59
:zap: Cache conda and python packages in CI
4 years ago
4982c00143
:construction: Start bundling deepicedrain components into a package
4 years ago
Storage Buckets

README.md

You have to be logged in to leave a comment. Sign In

DeepIceDrain

Mapping and monitoring deep subglacial water activity in Antarctica using remote sensing and machine learning.

GitHub top language Code style: black Test DeepIceDrain package Dependabot Status License

ATL11 Cycle 6 minus Cycle 5 height change over Antarctica

Getting started

Quickstart

Launch in Pangeo Binder (Interactive jupyter lab environment in the cloud).

Binder

Installation

Basic

To just try out the scripts, download the environment.yml file from the repository and run the commands below:

cd deepicedrain
conda env create --name deepicedrain --file environment.yml
pip install git+https://github.com/weiji14/deepicedrain.git

Advanced

To help out with development, start by cloning this repo-url

git clone <repo-url>

Then I recommend using conda to install the non-python binaries. The conda virtual environment will also be created with Python and poetry installed.

cd deepicedrain
conda env create -f environment.yml

Activate the conda environment first.

conda activate deepicedrain

Then install the python libraries listed in the pyproject.toml/poetry.lock file.

poetry install

Finally, double-check that the libraries have been installed.

poetry show

(Optional) Install jupyterlab extensions for interactive bokeh visualizations.

jupyter labextension install @pyviz/jupyterlab_pyviz
jupyter labextension install dask-labextension

jupyter labextension list  # ensure that extensions are installed

Running jupyter lab

conda activate deepicedrain
python -m ipykernel install --user --name deepicedrain  # to install conda env properly
jupyter kernelspec list --json                          # see if kernel is installed
jupyter lab &
Tip!

Press p or to see the previous file or, n or to see the next file

About

Mapping and monitoring deep subglacial water activity in Antarctica using remote sensing and machine learning, with ICESat-2!

Collaborators 1

Comments

Loading...