Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
4c183ef
:arrow_up: Bump pdal from 1.7.2 to 1.8.0
weiji14 Nov 14, 2018
328b798
:recycle: Refactor data_list yaml parser
weiji14 Nov 15, 2018
2a87b7d
:heavy_plus_sign: Add bugfixed pdal-python 2.1.0 with gcc compiler
weiji14 Nov 15, 2018
08e20b1
:arrow_up: Bump pdal from 2.1.0 to 2.1.3
weiji14 Nov 15, 2018
47d14bb
:lock: Use correct Rutford Ice Stream DEM sha256 and fix yaml whitespace
weiji14 Nov 15, 2018
19784f8
:hankey: Implement grid single dataset feature in pdal python
weiji14 Nov 15, 2018
d8998e7
:rewind: Revert to skip pdal pipeline processing integration test
weiji14 Nov 16, 2018
739c6a1
:boom: Removing pdal in favour of gmt, gcc from base image
weiji14 Nov 16, 2018
c8a6d4a
:heavy_plus_sign: Add pyproj library
weiji14 Nov 19, 2018
74c4e69
:camera_flash: Add 2017_Antarctica_Basler.csv to datalist!
weiji14 Nov 19, 2018
59ab910
::building_construction: Drop in replacement for json reader pipeline
weiji14 Nov 19, 2018
7a48d6a
:lock: Use correct 2017_Antarctica_Basler.csv sha256
weiji14 Nov 19, 2018
a84dfd6
:pushpin: Update to gmt-python fork with surface, pin netcdf4 to 1.4.1
weiji14 Nov 20, 2018
31d2b04
:bug: Fix incorrect reprojection output in ascii_to_xyz function
weiji14 Nov 21, 2018
ddc1da3
:sparkles: Spline interpolate to grid with gmt blockmedian and surface
weiji14 Nov 22, 2018
3e0a9e2
:white_check_mark: Add tests for 'grid datasets' feature
weiji14 Nov 23, 2018
8706302
:checkered_flag: Use mask cell radius 2, regenerate grid plots
weiji14 Nov 23, 2018
ab0295e
:ok_hand: Exact grid spacing, broaden mask and refactor tilling function
weiji14 Nov 24, 2018
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
LD_LIBRARY_PATH=${CONDA_PREFIX}/lib/
GMT_LIBRARY_PATH=${CONDA_PREFIX}/lib/
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM buildpack-deps:bionic-scm@sha256:f37982278d0dfd71d282ee551a927a44294876d07b98ea9c001087282e482817
FROM buildpack-deps:bionic@sha256:b3514c949630fd6accaac959387e66dc42fc32894c5ef9f275b267e5d1c971d4
LABEL maintainer "https://github.com/weiji14"
ENV LANG C.UTF-8
ENV LC_ALL C.UTF-8
Expand All @@ -24,6 +24,7 @@ RUN cd /tmp && \
echo "e1045ee415162f944b6aebfe560b8fee *Miniconda3-${MINICONDA_VERSION}-Linux-x86_64.sh" | md5sum -c - && \
/bin/bash Miniconda3-${MINICONDA_VERSION}-Linux-x86_64.sh -f -b -p $CONDA_DIR && \
rm Miniconda3-${MINICONDA_VERSION}-Linux-x86_64.sh && \
$CONDA_DIR/bin/conda config --prepend channels conda-forge/label/dev && \
$CONDA_DIR/bin/conda config --system --prepend channels conda-forge && \
$CONDA_DIR/bin/conda config --system --set auto_update_conda false && \
$CONDA_DIR/bin/conda config --system --set show_channel_urls true && \
Expand Down
3 changes: 3 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,17 @@ name = "pypi"

[packages]
cython = "==0.29"
gmt = {editable = true, ref = "0.1a3-131-g9772fa3", git = "https://github.com/weiji14/gmt-python.git"}
ipython = "==7.1.1"
jupyterlab = "==0.35.4"
keras = "==2.2.4"
livelossplot = "==0.2.0"
matplotlib = "==3.0.2"
netcdf4 = "==1.4.1"
numpy = "==1.14.5"
packaging = "==18.0"
pandas = "==0.23.4"
pyproj = "==1.9.5.1"
quilt = "==2.9.12"
rasterio = "==1.0.9"
requests = "==2.20.1"
Expand Down
162 changes: 114 additions & 48 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading