opendatacube / datacube-dataset-config

Scripts for indexing data into ODC instances
22 stars 27 forks source link

Updated index_from_s3_bucket.py #15

Closed ARES017 closed 4 years ago

ARES017 commented 4 years ago

Updated index_from_s3_bucket.py to avoid lat and long from interchanging when using GDAL > 3.0.0

Kirill888 commented 4 years ago

Thanks @ARES017 this is great, can I ask you to change x, y names into lon, lat, I think this will read more clearly that way.

ARES017 commented 4 years ago

@Kirill888 You're right. Updated the variable name as you mentioned.