thanks, NMEA received ...
your GPS has definitely some problems. Correct NMEA message line with coordinates should looks like
$GPGGA,123519,4807.038,N,01131.000,E,1,08,0.9,545.4,M,46.9,M,,*47
since begin, you have in this NMEA such values, but in the middle, log is full of nonsenses, where instead of 4807.038, you have 4807,038 so data are useless because "," is used for separating values
I'll anyway try to check usable data that are included. Next report will come soon ...