Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1.72 KB

README.md

File metadata and controls

43 lines (29 loc) · 1.72 KB

Spatial Aggregation

This is a web app that will aggregate point data into a tessellation of hexagons or fishnet. The app is built with ArcGIS API for JavaScript and work with web map hosted in ArcGIS Online. It also uses a JavaScript lib from [here] (https://github.com/brian3kb/graham_scan_js).

Features

  • Create hexagon tessellation of the extent of given point feature layer or user defined area of interst (AOI).
  • Aggregate point attribute data into the inclosing hexagons or grids with multiple statistic options.
  • Render the hexagon tessellation or fishnet with the simple count or aggregated attribute.

Instructions

  • to be added

Requirements

JavaScript, browsers

Resources

[ArcGIS API for JavaScript Resource Center] (http://developers.arcgis.com/javascript/jsapi/)

Issues

Find a bug or want to request a new feature? Please let us know by submitting an issue.

Contributing

Esri welcomes contributions from anyone and everyone. Please see our guidelines for contributing.

Licensing

Copyright 2013 Esri

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

A copy of the license is available in the repository's license.txt file.