Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/russellvt/xplanet-scripts
Continuation of Hans Ecke's xplanet-scripts package.
https://github.com/russellvt/xplanet-scripts
perl-script xplanet
Last synced: 5 days ago
JSON representation
Continuation of Hans Ecke's xplanet-scripts package.
- Host: GitHub
- URL: https://github.com/russellvt/xplanet-scripts
- Owner: russellvt
- License: gpl-2.0
- Created: 2016-12-29T08:57:42.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-08-01T15:01:55.000Z (over 4 years ago)
- Last Synced: 2024-11-18T20:14:52.638Z (2 months ago)
- Topics: perl-script, xplanet
- Language: Perl
- Size: 8.65 MB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.geo_locator
- Changelog: ChangeLog.geo_locator
- License: LICENSE
Awesome Lists containing this project
README
This script searches the coordinates (latitude and longitude)
of a given location using exact or inexact searches, using data
from local sources or sources on the Internet. It can also
perform reverse lookups.It is a drop-in replacement for the tzcoord.pl script that comes with
xplanet, but is more powerful and can know a lot more locations.For usage information call "geo_locator.pl -h".
If a city you are interested in is not found, add it to the markers file
and contact the authors!homepage/newest version: http://hans.ecke.ws/xplanet
xplanet information at http://xplanet.sourceforge.netCopyright 2002 Hans Ecke (till version 0.3)
Copyright 2002 Hans Ecke , Felix Andrews
(after version 0.3)
Licence: BSD. In short: this is free but comes without any warranty.
Copyright 2002 Hans Ecke , Felix Andrews (version 2.0 onwards)
Licence: GPL. In short: this is free but comes without any warranty. Redistribution only
with free sourcecode and this notice intact.Comment, suggestions, bugreports are very much appreciated!
Needs Perl version 5.6 or later which can be obtained from
* http://www.perl.com (Unix)
* http://www.activestate.com/Products/ActivePerl/ (Windows)########## Installation ########################
* Unpack the distribution into a directory.
If you have xplanet installed, unpack the distribution into the
xplanet directory.
* If you unpacked everything into your xplanet-directory you should
be ready to roll. If not,
* either set the XPLANET_DIR environment variable to your xplanet directory
* or adjust the variable XPLANET_DIR at top of the xplanet.conf configuration file.* The very first run (and the first run after each configuration change) will be
somewhat slow so the program can initialize its cache.
* More detailed configuration can be done by editing the xplanet.conf configuration
file. Don't worry, its easy.