terraformer-ruby:在纯 Ruby 中使用 GeoJSON 的工具包

时间:2024-06-28 00:38:55
【文件属性】:

文件名称:terraformer-ruby:在纯 Ruby 中使用 GeoJSON 的工具包

文件大小:72KB

文件格式:ZIP

更新时间:2024-06-28 00:38:55

Ruby

terraformer-Ruby 是一个用于在纯 Ruby 中使用 GeoJSON 的工具包。 灵感来自 。 安装 在您的应用程序的 Gemfile 中: gem 'terraformer' 或者手动安装: $ gem install terraformer 用法 require 'terraformer' 从 GeoJSON 创建一个 Terraformer 原语 polygon = Terraformer . parse '{ "type": "Polygon", "coordinates": [ [ [-122.66589403152467, 45.52290150862236], [-122.66926288604736, 45.52291654238294], [-122.67115116119385, 45.518


【文件预览】:
terraformer-ruby-master
----Rakefile(188B)
----test()
--------geometry_spec.rb(27KB)
--------helper.rb(1KB)
--------coordinate_spec.rb(6KB)
--------convex_hull_spec.rb(1KB)
--------point_spec.rb(3KB)
--------multi_line_string_spec.rb(3KB)
--------line_string_spec.rb(4KB)
--------primitive_spec.rb(2KB)
--------circle_spec.rb(2KB)
--------polygon_spec.rb(5KB)
--------multi_point_spec.rb(4KB)
--------terraformer_spec.rb(8KB)
--------examples()
--------arcgis_spec.rb(25KB)
----Gemfile(263B)
----terraformer.gemspec(749B)
----.gitignore(28B)
----CHANGELOG.md(173B)
----lib()
--------terraformer.rb(3KB)
--------ext()
--------terraformer()
----README.md(2KB)

网友评论