You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to LifeLogger
Preliminary support for GPX files is now in photocatalog. It's still
very rough and only imports a subset of the information that is
supported by InstaMapper. As photocatalog doesn't yet handle multiple
sources of GPS data, it doesn't work well if the data overlaps with
other sources or is loaded non-contiguously. I think the next big
thing to work on is dealing with multiple sources of GPS data which
may also include Photos and Tweets. We should also add proper
argument handling to the scripts so we can specify which source should
be used when loading data. I have been avoiding looking at modules
for argument so I don't add more dependencies to photocatalog, but it
looks like Getopt::Long is part of Perl base and also included in
Windows versions of Perl so should be a good choice. Once we have
better argument handling, we can make this more customizable and
easily support multiple sources of data.