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/
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/