Azure / Azure-Orbital-Analytics-Samples

Sample solution that demonstrates how to deploy and analyze spaceborne data using Azure Synapse Analytics
https://aka.ms/synapse-geospatial-analytics
MIT License
30 stars 24 forks source link

Move sample image location #96

Closed karthick-rn closed 2 years ago

karthick-rn commented 2 years ago

Move the sample GeoTiff file from the public storage account to be part of the repo. This is required to prevent users having public access to storage accounts.

By default, GH limits file size to 100 MB. In this case, the sample file is ~480 MB which gets rejected during git push. I have used git-lfs (large file storage), an extension of GH, to handle this scenario. LFS stores the file content on a remote GH server and only a pointer on the git repo. For more info, visit https://git-lfs.github.com/

karthick-rn commented 2 years ago

We are not merging this PR due to the team decided to not use git-lfs for handling large files.