weiji14 / deepbedmap

Going beyond BEDMAP2 using a super resolution deep neural network. Also a convenient flat file data repository for high resolution bed elevation datasets around Antarctica.
GNU Lesser General Public License v3.0
43 stars 26 forks source link

Added Open in Collab badge in readme file #183

Closed gshanbhag525 closed 4 years ago

gshanbhag525 commented 4 years ago

Added Open in Collab badge pointing to data_prep.ipynb file.

gshanbhag525 commented 4 years ago

@weiji14 I have updated the PR. You can merge it now.

weiji14 commented 4 years ago

Excellent, thank you very much @gshanbhag525!

And just a tip for future Pull Requests, it's a good idea to make your commits on a branch which is not 'master' (e.g. patch-1), especially on bigger projects. That way you won't run into merge conflicts when you do a git pull later on upstream master.