Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 565 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 565 Bytes

About

When performing spatial operations, it is necessary to bring all the data layers into the same coordinate reference systems (CRS). The MODIS products come with a Sinusoidal projection system.

Therefore, if we want to extract time series values from a MODIS dataset, we must convert the sample points' CRS into a MODIS Sinusoidal reference system. The same goes for other datasets (i.e., raster or vector layers) when working with MODIS data.

This script, written in Python, provides code to covert the point features' CRS from WGS84 to MODIS Sinusoidal.