Search notes:
Perl module Geo::Convert::Converter
#!/usr/bin/perl
use warnings;
use strict;
use Geo::Coordinates::Converter;
my $converter = Geo::Coordinates::Converter->new( lat => '35.65580', lng => '139.65580', datum => 'wgs84' );
my $geo_point = $converter -> convert(dms => 'tokyo');
printf "Lat: %s\n", $geo_point->lat;
printf "Lon: %s\n", $geo_point->lng;
printf "Datum: %s\n", $geo_point->datum;
printf "Format: %s\n", $geo_point->format;
$geo_point -> format('degree');
Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78
Stack trace:
#0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array)
#1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/developm...', 1745971705, '3.136.17.154', 'Mozilla/5.0 App...', NULL)
#2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/languages/Perl/modules/Geo/Coordinates/Converter/index(53): insert_webrequest()
#3 {main}
thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78