Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

59 Commits

Repository files navigation

geoscript-ruby

GeoScript for JRuby

If in development, run mvn install to get GeoTools dependencies

# installed gem# %> geoscript# development# %> rake console# or# %> bin/geoscriptrequire'geoscript'# => trueincludeGeoScript::Geom# => Objectp=Point.new -111.0,45.7# => #<GeoScript::Geom::Point:0x636c4fcb>p.to_wkt# => "POINT (-111 45.7)"p2=GeoScript::Projection.reprojectp,'epsg:4326','epsg:26912'# => #<GeoScript::Geom::Point:0x6a55c240>p2.to_wkt# => "POINT (500000 5060716.313515949)"poly=p2.buffer100# => #<GeoScript::Geom::Polygon:0x7b32aba9>poly.get_area# => 31214.451522458345

About

GeoScript for JRuby

Resources

Stars

12 stars

Watchers

3 watching

Forks

Releases

Packages

Used by

Contributors

Languages