Skip to content

A python module that extracts values from GEE image collections for multiple points between two dates. If QA_PIXEL or QA60 is choosen as band, it also identifies the pixels as cloud or snow.

License

Notifications You must be signed in to change notification settings

akhi9661/gee_extract_multi_point_data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

A python module that extracts values from GEE image collections for multiple points between two dates and saves it to excel. For Landsat 8 [Level 1] and Sentinel 2 [Level 1], it also extracts the angle values [solar and sensor azimuth/zenith] and identifies the pixels as cloud or snow. Neverthless, if not present by default, any or all available bands can be specified.


How to use

# ------------------------------ Example ------------------------------------ #

point_filename = r'path\to\point\shapefile.shp'
out_df = gee_point_extract(point_filename, product = 'LANDSAT/LC08/C02/T1_L2', start_date = '2022-12-01', end_date = '2022-12-31', id_col = 'ID', 
                  bands = ['SR_B1', 'SR_B5'], scale = 30)  

Built on gee_subset package. Check it out here

About

A python module that extracts values from GEE image collections for multiple points between two dates. If QA_PIXEL or QA60 is choosen as band, it also identifies the pixels as cloud or snow.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages