Skip to content

akhi9661/extract_gee_lulc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Introduction

This python module extracts land use land cover (LULC) type using Copernicus or MODIS LULC products.

How to use

import pandas as pd
point_filename = pd.read_csv(r'path\to\point\file.csv')
df = extract_gee_lulc(point_filename, 
                  product = 'MODIS/061/MCD12Q1',
                  id_col = 'Site', 
                  start_date = '2020-01-01',
                  end_date = '2020-01-02',
                  bands = ['LC_Type1'], 
                  scale = 10, pad = 0,
                  dest_folder = None)

About

This python module extracts land use land cover (LULC) type using Copernicus or MODIS LULC products.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages