bmcgaughey1 / USGSlidar

A collection of functions to browse lidar data collections, query collections for coverage for specific locations, and retrieve data covering locations.
Creative Commons Zero v1.0 Universal
5 stars 1 forks source link

Progress bar not showing progress in fetchFile() #10

Closed bmcgaughey1 closed 1 year ago

bmcgaughey1 commented 2 years ago

The progress bar is not updating when calling fetchFile() to retrieve files. the progress dialog is displayed and the file is downloaded but the progress bar never updates. I suspect this due to an interaction between the method and the URL type. The progress used to update when USGS was using FTP protocols.

bmcgaughey1 commented 1 year ago

The "problem" is because the USGS server is not reporting file sizes so the progress bar doesn't work. When using fetchFile() with microsoft planetary computer files, the progress bar updates as expected.