GeoMesa is an open source suite of tools that enables large-scale geospatial querying and analytics on distributed computing systems. GeoMesa provides spatio-temporal indexing on top of the Accumulo, HBase, Google Bigtable and Cassandra databases for massive storage of point, line, and polygon data. GeoMesa also provides near real time stream processing of spatio-temporal data by layering spatial semantics on top of Apache Kafka. Through GeoServer, GeoMesa facilitates integration with a wide range of existing mapping clients over standard OGC (Open Geospatial Consortium) APIs and protocols such as WFS and WMS. GeoMesa supports Apache Spark for custom distributed geospatial analytics.
GeoMesa是一套开源工具,可以在分布式计算系统上进行大规模地理空间查询和分析。GeoMesa在Accumulo、HBase、Google Bigtable和Cassandra数据库之上提供时空索引,用于海量存储点、线和多边形数据。GeoMesa还通过在Apache Kafka上分层空间语义,提供了时空数据的近实时流处理。GeoMesa通过GeoServer,通过标准的OGC(开放地理空间联盟)API和WFS和WMS等协议,促进了与各种现有地图客户端的集成。GeoMesa支持Apache Spark进行定制分布式地理空间分析。
Tutorials
Not sure where to begin? Take a look at Getting Started.
Quick Starts
Installation
Data In/Out
Data Analysis
Indexing and Queries
About Tutorial Versions
The tutorials listed in this manual can be obtained from GitHub, by cloning the geomesa-tutorials project:
$ git clone https://github.com/geomesa/geomesa-tutorials.git
$ cd geomesa-tutorials
Keep in mind that you should download or checkout the release version corresponding to the GeoMesa version you are using:
$ git checkout tags/geomesa-tutorials-$TUTORIAL_VERSION
In general, the major, minor, and patch version numbers of the tutorials release will match the corresponding numbers of the GeoMesa version. The tutorials version contains a fourth digit number permitting multiple releases per GeoMesa release.
You may also see the releases available, and download them directly from the geomesa-tutorials releases page.
Hadoop Version
Most of the tutorials encourage you to update the pom.xml
to match the versions of the services you are using (Hadoop, ZooKeeper, Accumulo, etc.) However, there may be issues when incrementing the Hadoop version to 2.6 or above, which can result in Apache Curator version conflicts. Leaving the Hadoop version set to 2.2 in the tutorials pom.xml
will work with all subsequent Hadoop 2.X releases.
教程:http://www.geomesa.org/documentation/stable/tutorials/index.html
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· 分享4款.NET开源、免费、实用的商城系统
· 全程不用写代码,我用AI程序员写了一个飞机大战
· MongoDB 8.0这个新功能碉堡了,比商业数据库还牛
· 白话解读 Dapr 1.15:你的「微服务管家」又秀新绝活了
· 上周热点回顾(2.24-3.2)
2021-02-10 Cesium-3dTiles格式详解