GeoWave简介


GeoWave is an open source set of software that:

GeoWave是一个开源的软件集合:

  • Capabilities能力
    • Adds multi-dimensional indexing capability to key/value stores (currently Apache AccumuloApache HBaseApache CassandraAmazon DynamoDBCloud BigtableRedisRocksDB, and Apache Kudu, as well as direct FileSystem support)为键/值对的存储(Accumulo, HBase, Cassandra, DynamoDB, Bigtable, Redis, RocksDBKudu,以及文件)添加多维度的检索能力
    • Adds support for geographic objects and geospatial operators to these stores添加支持地理对象和地理操作到这些存储中
    • Provides Map-Reduce input and output formats for distributed processing and analysis of geospatial data为分布式地理数据处理和分析提供Map-Reduce输入和输出格式
  • Geospatial software plugins地理空间软件插件
    • GeoServer plugin to allow geospatial data in various key/value stores to be shared and visualized via OGC standard services提供GeoServer插件,允许以多种键/值对存储的地理数据可以以OGC标准服务分享和查看。

Basically, GeoWave is working to bridge geospatial software with modern key/value stores and distributed compute systems.

基本上,GeoWave致力于搭建起地理空间软件和键/值对存储和分布式计算系统的桥梁。

The Docs

  • GeoWave - Latest snapshot documentation homepage 最新的文档主页的快照
  • GeoWave Overview - Overview of GeoWave's capabilities GeoWave功能概览
  • Installation Guide - Installation instructions for standalone installers and from RPMs 安装指南:单机installer以及通过RPM。
  • Quickstart Guide - A quick demo of GeoWave features using the command-line interface 快速demo关于GeoWave的功能,使用命令行界面
  • User Guide - A guide for using GeoWave through the command-line interface and GeoServer plugin 通过命令行界面和GeoServer插件使用GeoWave的指南
  • Developer Guide - A guide for developing applications that utilize GeoWave 开发指南-开发应用
  • Command-Line Interface - Full documentation for the GeoWave CLI 全部文档关于GeoWave 命令行界面
  • Changelog - Changes and features for each of our GitHub releases 更改log
  • The underlying principles employed in GeoWave are outlined in past academic publications to include largely the background theory in Advances in Spatial and Temporal Databases 2017 and a derivative, more applied paper in FOSS4G Conference Proceedings 2017.

参考:https://github.com/locationtech/geowave 

参考2:https://blog.csdn.net/sinat_35582093/article/details/80182019

相关