Skip to content

Commit

Permalink
Enhance docstring only
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeyPechnikov committed Mar 13, 2024
1 parent 57dbd38 commit 507e16f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pygmtsar/pygmtsar/Stack_export.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ def export_stack_geotiff(self, data, name, caption='Exporting WGS84 GeoTIFFs'):
Export date-based stack of GeoTIFFs (like disp_ps.2023-12-27.tif, ...):
sbas.export_stack(disp_ps, 'disp_ps')
The exported GeoTIFF files can be converted to KMZ for Google Earth Engine using GDAL tools:
gdalwarp -of KMLSUPEROVERLAY -co FORMAT=PNG velocity.tif velocity.kmz
"""
import xarray as xr
import numpy as np
Expand Down

0 comments on commit 507e16f

Please sign in to comment.