Skip to content

Commit

Permalink
🔀 Merge branch 'enh/revise_deepbedmap' (#166)
Browse files Browse the repository at this point in the history
Closes #166 Giving DeepBedMap the bigger picture.
  • Loading branch information
weiji14 committed Sep 21, 2019
2 parents 6eb425b + 3983751 commit 5e65be8
Show file tree
Hide file tree
Showing 22 changed files with 10,048 additions and 25,601 deletions.
3 changes: 2 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,15 @@ matplotlib = "==3.1.1"
netcdf4 = "==1.4.1"
numpy = "==1.17.0rc2"
onnx_chainer = "==1.5.0"
optuna = "==0.13.0"
optuna = "==0.14.0"
pandas = "==0.25.0"
pygmt = {editable = true, ref = "0.0.1a0-43-g421e10d", git = "https://github.com/weiji14/pygmt.git"}
quilt = "==2.9.15"
rasterio = "==1.0.24"
rtree = "==0.8.3"
salem = "==0.2.4"
scikit-image = "==0.15.0"
ssim-chainer = {editable = true,git = "https://github.com/higumachan/ssim-chainer.git"}
tqdm = "==4.32.2"

[dev-packages]
Expand Down
11 changes: 8 additions & 3 deletions Pipfile.lock

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

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Also a convenient [flat file](https://en.wikipedia.org/wiki/Flat-file_database)
[![Github Actions Build Status](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Fweiji14%2Fdeepbedmap%2Fbadge&style=flat)](https://github.com/weiji14/deepbedmap/actions)
[![Dependabot Status](https://api.dependabot.com/badges/status?host=github&repo=weiji14/deepbedmap)](https://dependabot.com)

![DeepBedMap DEM over entire Antarctic continent, EPSG:3031 projection](https://user-images.githubusercontent.com/23487320/60510321-6e0cb280-9ccf-11e9-8096-d2a32eb28e6c.png)
![DeepBedMap DEM over entire Antarctic continent, EPSG:3031 projection](https://user-images.githubusercontent.com/23487320/65366151-56ace800-dc74-11e9-8071-412bccf07b51.png)

![DeepBedMap Pipeline](https://yuml.me/diagram/scruffy;dir:LR/class/[Data|Highres/Lowres/Misc]->[Preprocessing|data_prep.ipynb],[Preprocessing]->[Model-Training|srgan_train.ipynb],[Model-Training]->[Inference|deepbedmap.ipynb])

Expand Down
25 changes: 6 additions & 19 deletions data_list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,18 @@
url: "http://data.pgc.umn.edu/elev/dem/setsm/REMA/mosaic/v1.1/200m/REMA_200m_dem_filled.tif"
sha256: f750893861a1a268c8ffe0ba7db36c933223bbf5fcbb786ecef3f052b20f9b8a
-
citekey: Rignot2011MEASURES
citekey: Mouginot2019MEASURES
folder: misc
location: Antarctica
resolution: 450m
doi:
dataset: "https://doi.org/10.5067/D7GK8F5J8M8R"
literature: "https://doi.org/10.1126/science.1208336"
dataset: "https://doi.org/10.5067/PZ3NJ5RXRH10"
literature: "https://doi.org/10.1029/2019GL083826"
files:
-
filename: MEaSUREs_IceFlowSpeed_450m.tif
url: "http://data.pgc.umn.edu/gis/packages/quantarctica/Quantarctica3/Glaciology/MEaSUREs%20Ice%20Flow%20Velocity/MEaSUREs_IceFlowSpeed_450m.tif"
sha256: 4a4efc3a84204c3d67887e8d7fa1186467b51e696451f2832ebbea3ca491c8a8
filename: antarctic_ice_vel_phase_map_v01.nc
url: "ftp://ftp.nsidc.org/pub/DATASETS/nsidc0754_MEASURES_antarctic_ice_vel_phase_map_v01/antarctic_ice_vel_phase_map_v01.nc"
sha256: fa0957618b8bd98099f4a419d7dc0e3a2c562d89e9791b4d0ed55e6017f52416
-
citekey: King2016Rutford
folder: highres
Expand Down Expand Up @@ -173,19 +173,6 @@
filename: WISE_ISODYN_RadarByFlight_ASCII.zip
url: https://ramadda.data.bas.ac.uk/repository/entry/get/WISE_ISODYN_RadarByFlight_ASCII.zip?entryid=synth%3A59e5a6f5-e67d-4a05-99af-30f656569401%3AL1dJU0VfSVNPRFlOX1JhZGFyQnlGbGlnaHRfQVNDSUkuemlw
sha256: dfb20a4ff133f361f64b5730e7593a46cb3d599ae62b0dc874685794990c8d91
-
citekey: Fahnestock2019LISA
folder: misc
location: Antarctica
resolution: 750m
doi:
dataset: "https://doi.org/10.7265/nxpc-e997"
literature: "https://doi.org/10.1016/j.rse.2015.11.023"
files:
-
filename: lisa750_2013182_2017120_0000_0400_vv_v1.tif
url: ftp://ftp.nsidc.org/pub/DATASETS/nsidc0733_landsat_ice_speed_v01/LISA750/lisa750_2013182_2017120_0000_0400_v1.tgz
sha256: 99eb934702305e2d27afa20dfc211c1d45ed762727bda29e0f251976a1877a92
-
citekey: Arthern2006Accumulation
folder: misc
Expand Down
636 changes: 323 additions & 313 deletions data_prep.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit 5e65be8

Please sign in to comment.