NAME
perl-Geo-H3-geo-to-googleearth.pl - Creates a Google Earth document from Coordinates, H3, Parent, Children and Hex Ring.
SYNTAX
perl-Geo-H3-geo-to-googleearth.pl --lat=[degrees] --lon=[degrees] --resolution=[hex_resolution] --output=[output_filename]
EXAMPLES
Default creates output.kmz
$ perl-Geo-H3-geo-to-googleearth.pl
Lat: 38.8894806546995
Lon: -77.0352387595358
Resolution: 8
Output: output.kmz
Format: kmz
KMZ output with defaults specified
$ perl-Geo-H3-geo-to-googleearth.pl --lat=38.889480654699476 --lon=-77.03523875953579 --resolution=8 --output=output.kmz
Lat: 38.889480654699476
Lon: -77.03523875953579
Resolution: 8
Output: output.kmz
Format: kmz
KML output pass a file name with "kml" extension.
$ perl-Geo-H3-geo-to-googleearth.pl --output=output.kml
Lat: 38.8894806546995
Lon: -77.0352387595358
Resolution: 8
Output: output.kml
Format: kml
SEE ALSO
Geo::GoogleEarth::Pluggable, Geo::GoogleEarth::Pluggable::Plugin::Styles, Path::Class
COPYRIGHT AND LICENSE
MIT License
Copyright (c) 2026 Michael R. Davis