Synchronization on QF for Android #3212
-
This question is mainly about mobile data volumes when syncing projects on mobile devices Process steps involved
At step 8, how large is the transferred data? A few bytes as on desktop or are the 1GB of COGs downloaded again? I am asking this because synching on QField for Android can take a long time and I have a suspicion that some large files are being downloaded again when this is not really necessary. Since QF for desktop QGIS is able to detect the changes and only download the necessary data, is QF for Android able to do the same or can/will this be implemented in the future? Knowing this will help us schedule the syncing tasks when out on a field day (i.e. every hour or so, or only during lunch, if the syncing speed cannot be improved). |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
QField for Android does not download a file if it already exists and it has not been changed. I guess most of the time is lost on QFieldCloud, because everytime you project is prepared for Android usage, QFieldCloud needs to download the COG files internaly, which will take some time even within the same datacenter. You can check that on QFieldCloud Web interface, if you go to Your Project -> Jobs and check the latest Currently there is no way to speed this up. |
Beta Was this translation helpful? Give feedback.
QField for Android does not download a file if it already exists and it has not been changed.
I guess most of the time is lost on QFieldCloud, because everytime you project is prepared for Android usage, QFieldCloud needs to download the COG files internaly, which will take some time even within the same datacenter. You can check that on QFieldCloud Web interface, if you go to Your Project -> Jobs and check the latest
package
job start and end time.Currently there is no way to speed this up.