cjtu / plutopy

Learn to contribute to open source in under 20 minutes! Scroll down for more details 👇
MIT License
11 stars 17 forks source link

Add a function that reads data from the image given lat / lon extents #2

Open cjtu opened 5 years ago

cjtu commented 5 years ago

Add a function to helpers.py that:

Hint: the GDAL.Dataset.GetGeoTransform and GDAL.Dataset.ReadAsArray() functions may be useful.

ahdkoeppel commented 5 years ago

I will do this!