GeoDistance: Unterschied zwischen den Versionen

GISWiki - Das freie Portal für Geoinformatik (GIS)
Wechseln zu: Navigation, Suche
K
 
Zeile 1: Zeile 1:
'''GeoDistance''' is a perl library which aims to provide as many tools to make it as simple as possible to calculate distances between geographic points, and anything that can be derived from that. Currently there is support for finding the closest locations within a specified distance, to find the closest number of points to a specified point, and to do basic point-to-point distance calculations.  
+
'''GeoDistance''' is a perl library which aims to provide as many tools to make it as simple as possible to calculate distances between geographic points, and anything that can be derived from that. Currently, there is support for finding the closest locations within a specified distance, to find the closest number of points to a specified point, and to do basic point-to-point distance calculations.  
  
 
The library is free software. It can be redistributed and/or modified under the same terms as Perl itself.
 
The library is free software. It can be redistributed and/or modified under the same terms as Perl itself.

Aktuelle Version vom 7. Februar 2006, 21:16 Uhr

GeoDistance is a perl library which aims to provide as many tools to make it as simple as possible to calculate distances between geographic points, and anything that can be derived from that. Currently, there is support for finding the closest locations within a specified distance, to find the closest number of points to a specified point, and to do basic point-to-point distance calculations.

The library is free software. It can be redistributed and/or modified under the same terms as Perl itself.