1
0
mirror of https://gitlab.com/tiggr/enex2kml.git synced 2024-12-25 00:11:01 +01:00
enex2kml/README.md

42 lines
1.2 KiB
Markdown
Raw Normal View History

2015-03-26 23:50:43 +01:00
enex2kml
========
This script converts the XML export file from Evernote to a
kml file for use with Google Earth.
(c) 2013 by Marcus J. Ertl (http://www.colorful-sky.de/)
2019-12-27 17:53:50 +01:00
This script is free to use and modify under the Creative Commones
Attribution 4.0 International. For more about this license
please visit http://creativecommons.org/licenses/by/4.0/
2015-03-26 23:50:43 +01:00
Usage
-----
enex2kml.pl -i inputfile.enex -o outputfile.kml ...
Parameters
----------
| Short | Long | Description |
|-------|------------|--------------------------------|
|i |input |file to read |
|o |output |file to write/overwrite |
|v |verbose |show more infos |
|s |showSkipped |show skipped entries |
|f |folder |foldername in kml/Google Earth |
|h |help |show this help |
2015-03-27 00:04:16 +01:00
More Info
---------
2019-12-27 17:53:50 +01:00
There are some more infos about this script at the Evernote Forum:
https://discussion.evernote.com/topic/31155-export-places-to-kml/
2015-03-27 00:04:16 +01:00
Legal Mumbo Jumbo
-----------------
2015-03-26 23:50:43 +01:00
Google Earth and Evernote are Trademarks of their respective owners.
This script is shared without any support or warranty.
Just use it on your own risk.