Hello,
I have been using Dawarich for a couple weeks, importing my old Google history and linking with my immich pictures.
Everything looks ok, but I have strange stats for 2018.
I am pretty sure it comes from a set of pictures that was shared with me at the time, I see those pictures on the 0/0 point on the map, but I cannot delete them through the Ruby console: it does not find them.
[1] pry(main)> points = Point.where(latitude: 0, longitude: 0)Point Load (267.6ms) SELECT “points”.* FROM “points” WHERE “points”.“latitude” = $1 AND “points”.“longitude” = $2 /* loading for pp / LIMIT $3 [[“latitude”, “[FILTERED]”], [“longitude”, “[FILTERED]”], [“LIMIT”, 11]]=> [][2] pry(main)> points.sizePoint Count (311.8ms) SELECT COUNT() FROM “points” WHERE “points”.“latitude” = $1 AND “points”.“longitude” = $2 [[“latitude”, “[FILTERED]”], [“longitude”, “[FILTERED]”]]=> 0
Is there anything else I can do?
(I actually would like to register a trip for that period, but it’s also polluted by mislocated points)
