首页 > 其他 > 详细

FlatGeobuf 和 Geobuf

时间:2020-06-20 10:25:27      阅读:81      评论:0      收藏:0      [点我收藏+]


参考:

https://gdal.org/drivers/vector/flatgeobuf.html

https://github.com/bjornharrtell/flatgeobuf


https://github.com/mapbox/geobuf

https://www.cnblogs.com/jyughynj/p/11567569.html


Examples

  • Simple translation of a single shapefile into a FlatGeobuf file. The file ‘filename.fgb’ will be created with the features from abc.shp and attributes from abc.dbf. The file filename.fgb must not already exist, as it will be created.

    % ogr2ogr -f FlatGeobuf filename.fgb abc.shp
  • 
    
  • Conversion of a Geopackage file with multiple layers:

    % ogr2ogr -f FlatGeobuf my_fgb_dataset input.gpkg
  • 
    

See Also


  • geojsonp — the prototype that led to this project
  • pygeobuf — Python implementation of Geobuf
  • twkb — a geospatial binary encoding that doesn‘t support topology and doesn‘t encode any non-geographic properties besides id
  • vector-tile-spec
  • topojson — an extension of GeoJSON that supports topology
  • WKT and WKB — popular in databases
  • EWKB — a popular superset of WKB

FlatGeobuf 和 Geobuf

原文:https://www.cnblogs.com/gispathfinder/p/13167445.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!