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
Re-grid and re-tile groundtruth data with coordinates rounded to 250 #155
So that we align better with BEDMAP2 and other raster grids out there, we are re-processing new groundtruth NetCDF grids (produced by data_prep.ipynb) with coordinates (in EPSG:3031) rounded to 250 units/metres. This means no more or less crazy decimal coordinates that should make our various scripts (especially those dependent on bounding boxes) play a lot more nicely together.
Fixes #152.
TODO:
[x] Make new groundtruth grids with coordinates rounded to 250 units in EPSG:3031 (0681bf327f685b219565ca5a409d77aa9b6525e4)
[x] Re-tile grids using new bounding boxes, update geojson tiles and quilt data package (f3a443a82f7756587cabbb46e1fb3895dfce296e)
[x] Check how our v0.9.0 model (see #151) performs on the new 2007tx.nc test region (77b4fe12ed2dc5d5e926d9880f55973b95708887)
So that we align better with BEDMAP2 and other raster grids out there, we are re-processing new groundtruth NetCDF grids (produced by data_prep.ipynb) with coordinates (in EPSG:3031) rounded to 250 units/metres. This means no more or less crazy decimal coordinates that should make our various scripts (especially those dependent on bounding boxes) play a lot more nicely together.
Fixes #152.
TODO: