Created
February 4, 2020 21:30
-
-
Save csaybar/d10c67ada2506842247c9419320d5051 to your computer and use it in GitHub Desktop.
mastergisprop
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| hi |
Author
Author
Corre para pp y aet
4. Descargar los resultados (De Google Earth Engine a Google Drive)
Podrias juntar los resultados en un solo FC?
# Donde
# collection: es el FeatureCollection con la informacion climatica
# description: es el nombre que tendra el archivo SHP en Google Drive.
# folder: es la carpeta que se creara en Google Drive.
# fileFormat: es el formato del archivo de salida ('GeoJSON','KML','KMZ','SHP','CSV','TFRecord')
amazon_pp_result = extract_values(terraclimate_clim.select('pr'), amazonas, fun = ee.Reducer.mean(), scale=1000)
amazon_aet_result = extract_values(terraclimate_clim.select('aet'), amazonas, fun = ee.Reducer.mean(), scale=1000)
task = ee.batch.Export.table.toDrive(
collection=amazon_pp_result,
description='amazon_pp_climatic',
folder='TareaMASTERGIS',
fileFormat='SHP')
task.start()
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
3. Extraer los valores