PyCESAT2 Python Library for reading, processing, and visualizing ATL03 data from NASA's ICESat-2 ATLAS space borne LiDAR
10
stars
4
forks
source link
Improve to_egm Method By Speeding Up Raster Point Query (Low Priority) #8
Open
fpcorcoran opened 4 years ago
Some thoughts:
C/C++ method using GDAL/OGR or boost::accumulators - wrap with SWIG? (probably best option)
Parallelize with multiprocessing library? (meh... maybe)
Option for distributed processing with xarray/dask? (probably not ideal)