Skip to content

Compute distances, parse coordinates, etc. for Pharo

License

Notifications You must be signed in to change notification settings

akgrant43/GeoSphere

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GeoSphere

Compute distances, parse coordinates, etc. for Pharo

Currently GeoSphere:

  • Parses string coordinates
  • Calculates the distance between coordinates
  • Opens OpenStreetMap at the receiver's coordinates

Examples of string formats that can be parsed:

Installing

GeoSphere can be installed in Pharo 7 or later with

Metacello new
	repository: 'github://akgrant43/GeoSphere/src';
	baseline: 'GeoSphere';
	load

Acknowledgements

Many thanks to:

  • Sven Van Caekenberghe
  • Benoît St-Jean
  • Richard O'Keefe
  • Pierce Ng

for their suggestions and input. Any bugs are, of course, mine.

About

Compute distances, parse coordinates, etc. for Pharo

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published