Yes, it's possible to update the location of Meraki devices like MX appliances and switches using GPS data, but Meraki doesn't natively support external GPS input for fixed devices. However, some teams have built custom scripts using the Meraki Dashboard API to update device location fields based on external GPS sources. In your case, since you already have GPS data from Pepwave or onboard systems in formats like GPX or KML, you could parse that data, extract the coordinates, and use the Meraki API to programmatically update the device or network location.
... View more