Lkruitwagen / deepsentinel

DeepSentinel: a sentinel-1 and -2 self-supervised sensor fusion model for general purpose semantic embedding
43 stars 12 forks source link

Simplify lon/lat conversion to utm for GEE_downloader #6

Closed Lkruitwagen closed 3 years ago

Lkruitwagen commented 3 years ago

uses library from shapely.ops import transform to convert sample points in lon/lat to utm used for querying GEE

Lkruitwagen commented 3 years ago

Hi @wtrainor nice commit, thanks! So it was just that the reprojection was defauling to a northern hemisphere UTM projection? This is great, my colleagues might be using this repo soon with GEE so they'll appreciate the fix!

There was some conflict in the imports so I just merged that in. The pull request is now ready to go. As it's your branch, you get the honor of hitting the 'merge' button. So please merge away and thanks again!