Skip to content

Instantly share code, notes, and snippets.

View weiji14's full-sized avatar

Wei Ji weiji14

View GitHub Profile
@weiji14
weiji14 / slide_deck.md
Created April 8, 2022 15:30
Teaching machines about our planet: Viewing, Learning, Imagining, EARTHSC 8898 seminar talk on Friday 8 Apr 2022
title description type slideOptions
Teaching machines about our planet: Viewing, Learning, Imagining
EARTHSC 8898 seminar talk
slide
theme
beige
name: geoenv
channels:
- conda-forge
dependencies:
- geoviews-core=1.9.1
- python=3.8
@weiji14
weiji14 / cedsg_ai4er_presentation.ipynb
Created October 20, 2020 07:55
CEDSG AI4ER DeepBedMap presentation on 20 October 2020
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@weiji14
weiji14 / datashader_example.ipynb
Last active May 24, 2020 12:54
Testing datashader interactivity
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@weiji14
weiji14 / Dockerfile
Last active April 5, 2020 21:26
Attempt at compiling the Ice Sheet System Model (ISSM) on docker (Python 3 interface, hopefully). Also using conda to install some packages.
FROM buildpack-deps:focal@sha256:c1557d7311f0f6ec8f47d179a5d93644a2b1b7234c1fbf47757e735909ad8b84
LABEL maintainer "https://github.com/weiji14"
ENV LANG C.UTF-8
ENV LC_ALL C.UTF-8
# Initiate docker container with user 'jovyan'
ARG NB_USER=jovyan
ARG NB_UID=1000
ENV NB_USER ${NB_USER}
ENV NB_UID ${NB_UID}
@weiji14
weiji14 / .env
Last active October 9, 2019 01:44
DeepIceDrain test environment for binder
LD_LIBRARY_PATH=${CONDA_PREFIX}/lib/
@weiji14
weiji14 / environment.yml
Last active September 16, 2019 05:52
NetCDF contour plotter
name: kambicestream
channels:
- conda-forge
dependencies:
- ipykernel=5.1.2
- nc-time-axis=1.2.0
- netcdf4=1.5.1.2
- xarray=0.12.3
@weiji14
weiji14 / igs_stanford_symposium_deepbedmap_talk.ipynb
Created July 9, 2019 20:20
IGS Five Decades of Radioglaciology DeepBedMap presentation on 10 July 2019
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@weiji14
weiji14 / zgis_obia_meeting_talk.ipynb
Last active April 1, 2019 07:51
Short talk during the OBIA research group meeting at ZGIS on my Deep Learning in the Cryosphere project
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@weiji14
weiji14 / phd_proposal_talk.ipynb
Last active February 17, 2024 17:45
PhD Proposal Talk on Deep Learning in the Cryosphere
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.