Skip to content

These scripts are used to obtain the projected shapefiles from the original ICESat .H5 files in a batch process.

Notifications You must be signed in to change notification settings

WangYuzhe/batch_process_ICESat_h5data

Repository files navigation

Author: Wang Yuzhe

batch_process_ICESat_h5data

These scripts are used to obtain the projected shapefiles from the original ICESat .H5 files in a batch process.

  1. Run "get_campaign_table.m" in MATLAB. This will produce a .mat file;

  2. Run "read_h5_write_csv.m" in MATLAB. This will read the information from .H5 data and save them as csv files;

  3. Run "convert_csv2shp.py" in python editor provided by ArcGIS. This will convert csv files to shapefiles geocoded in WGS84;

  4. Run "project_wgs2utm.py" in python editor provided by ArcGIS. This will project the shape files using UTM coordinates.

Note

  • All processes are run in the current path.

  • The projection coordinate can be specified according to your study region. In this example, UTM 47N (EPSG code: 32647) is used.

About

These scripts are used to obtain the projected shapefiles from the original ICESat .H5 files in a batch process.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published