Skip to content

Commit

Permalink
Internal change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 386541294
  • Loading branch information
The Google Earth Engine Community Authors authored and copybara-github committed Jul 23, 2021
1 parent 1297673 commit c587e14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions datasets/gedi_rasterize_l2a.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,12 @@ def rasterize_gedi_by_utm_zone(
grid_cell_feature: ee.Feature
"""

export_params = _create_export(
export_params = create_export(
table_asset_ids, raster_asset_id, grid_cell_feature)
_start_task(export_params)


def _create_export(
def create_export(
table_asset_ids: List[str],
raster_asset_id: str,
grid_cell_feature: Any) -> ExportParameters:
Expand Down

0 comments on commit c587e14

Please sign in to comment.