Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/isaacbrodsky/h3measurements
Measuring aspects of the H3 hexagonal hierarchical geospatial indexing system.
https://github.com/isaacbrodsky/h3measurements
geospatial h3 hexagon spatial-indexing
Last synced: 24 days ago
JSON representation
Measuring aspects of the H3 hexagonal hierarchical geospatial indexing system.
- Host: GitHub
- URL: https://github.com/isaacbrodsky/h3measurements
- Owner: isaacbrodsky
- License: apache-2.0
- Created: 2019-01-06T23:27:18.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-10-25T17:00:37.000Z (about 2 years ago)
- Last Synced: 2024-01-29T09:42:47.824Z (9 months ago)
- Topics: geospatial, h3, hexagon, spatial-indexing
- Language: Java
- Homepage:
- Size: 51.8 KB
- Stars: 6
- Watchers: 2
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README-AreaStats.md
- License: LICENSE
Awesome Lists containing this project
README
# Cell area statistics
## Sample invocation
```
mvn exec:java -Dexec.mainClass="com.isaacbrodsky.h3measurements.h3.AreaStatsApp"
```## Summary
This application produces the area of a cell, similar to the [average area statistics](./README-SummaryAreaStats.md)
application, but produces it for cells specified by the user on standard input.