rgeo-shapefile:RGeo组件,用于读取ESRI shapefile

时间:2024-05-25 07:27:45
【文件属性】:

文件名称:rgeo-shapefile:RGeo组件,用于读取ESRI shapefile

文件大小:69KB

文件格式:ZIP

更新时间:2024-05-25 07:27:45

Ruby

RGeo :: Shapefile RGeo::Shapefile为可选模块用于从ESRI shape文件读取的地理空间数据。 概括 RGeo是使用Ruby编程语言编写位置感知应用程序的关键组件。 其核心是行业标准OGC简单功能规范的实现,该规范提供了几何对象(如点,线和面)的数据表示,以及一组几何分析操作。 有关更多信息,请参见有关rgeo gem的自述文件。 RGeo::Shapefile是一个可选的RGeo附加模块,用于从ESRI shapefile中读取地理空间数据。 shapefile格式是地理空间数据集的通用文件格式。 中规定。 例子: require 'rgeo/shapefile' RGeo :: Shapefile :: Reader . open ( 'myshpfil.shp' ) do | file | puts "File contains #{ fi


【文件预览】:
rgeo-shapefile-master
----.travis.yml(135B)
----Rakefile(222B)
----test()
--------missing_dbf_attributes()
--------missing_m_value_polyline_test.rb(509B)
--------missing_dbf_columns()
--------missing_dbf_columns_test.rb(502B)
--------utf8_shapefile_test.rb(447B)
--------invalid_cpg_encoding_test.rb(506B)
--------invalid_cpg_encoding()
--------missing_dbf_attributes_test.rb(679B)
--------shapelib_cases_test.rb(24KB)
--------missing_m_value_polyline()
--------shapelib_testcases()
--------basic_test.rb(200B)
--------utf8_shapefile()
----.rubocop.yml(239B)
----Gemfile(98B)
----.gitignore(111B)
----rgeo-shapefile.gemspec(925B)
----History.md(3KB)
----lib()
--------rgeo-shapefile.rb(56B)
--------rgeo()
----.rubocop_todo.yml(5KB)
----README.md(3KB)
----LICENSE.txt(2KB)

网友评论