Python | Converting ICESat-2 Point Cloud Data from CSV to SHP/GeoJSON

Python | Converting ICESat-2 Point Cloud Data from CSV to SHP/GeoJSON

LXX Reading time: 3 minutes Quick read takes only 1 minute Introduction: When we download the original data from ICESat-2 (such as ATL03, ATL08 products), we often encounter issues with large data volumes and complex formats. Most of the time, we convert, crop, and clean the data before saving it in CSV format for further … Read more

Implementing ATL03 and ATL08 Data Association for ICESat-2 Using Python

Implementing ATL03 and ATL08 Data Association for ICESat-2 Using Python

LXX Reading time: 6 minutes Quick read: 2 minutes Introduction: When utilizing ATL03 data from ICESat-2, processes such as noise reduction and classification are generally required, and the quality of the final results largely depends on the effectiveness of the processing algorithms. In fact, the ATL08 data product from ICESat-2 has already undergone further signal … Read more