I've been working recently replicating this paper: "Constructing Street Networks from GPS trajectories". They got a repository with the implemented code. Anyway, the issue is that their data is in the following format:
391821.292854,5821122.049075
Reading carefully the code and the paper I have figured out that these coordinates are in meters after Mercator projection and are probably in ESRI format.
The problem that I have is that I cannot figure it out how to plot them correctly on QGIS. The file that I have is on txt. I'm using the Delimited Text plug in to import the data and playing with the CRS configuration without results. The data appears nowhere near Berlin (where the data is from)
EPSG:3857. An EPSG code is a way of unambiguously defining the coordinate reference system. – csk Oct 18 '19 at 16:27