Chad Greene (at University of Texas, Austin) has provided a great set of Matlab tools for mapping Antarctic data, especially Bedmap2 data. Here is a set of steps to get these tools and start working with them. Thanks to Chad for this resource!
1. Download the Antarctic Mapping Toolbox from Matlab File Exchange:http://www.mathworks.com/matlabcentral/fileexchange/47638-antarctic-mapping-tools
There is a page about getting started in:
../AntarcticMappingTools_v9/AntarcticMappingTools/Documentation/html/AMT_getting_started.html
2. Download the Bedmap2 Mapping Toolbox from Matlab File Exchange:
http://www.mathworks.com/matlabcentral/fileexchange/42353-bedmap2-toolbox-for-matlab
3. Unzip the bedmap2_toolbox folder and follow the helpful instructions in:
../bedmap2_toolbox_v4.2/Bedmap2_documentation/html/bedmap2_overview.html
When running ‘bedmap2_install’ you need to have Antarctic Mapping Toolbox accessible. You can have these in the same diretory, or add the path to it in Matlab (fill in your specific path):
>>addpath(‘/XX_YOUR_PATH/AntarcticMappingTools_v9/AntarcticMappingTools/’)
4. Browse Chad’s other contributions on the Matlab File Exchange, as there are many other add-ons that are very helpful and some are needed to run examples provided. He also has tools for working with other Antarctica data sets (imagery and velocity, in particular):
https://www.mathworks.com/matlabcentral/profile/authors/1062128-chad-greene
For example, I added ‘modismoa’, but a warning that MODIS data download in order to run the script is about 8.5 GB.
The Bedmap2 data is also available directly from the British Antarctic Survey:
https://www.bas.ac.uk/project/bedmap-2/
(Note, there is also a Matlab script provided by Joe MacGregor called ‘load_bedmap2’ — also very helpful!)