Skip to content

Commit

Permalink
Merge pull request #28 from OpenDRR/update_hexbin_global_fabric
Browse files Browse the repository at this point in the history
Update hexbin global fabric
  • Loading branch information
wkhchow authored Sep 17, 2021
2 parents 301511e + 096e304 commit c9261dc
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 9 deletions.
23 changes: 16 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,22 +24,31 @@ Boundary geometries for model results. All geometries in this repo are generate

## hexbin_4326

Hexbin geometries generated in various grid spacing sizes.
The hex grid collection is a series of hexagonal geometries and tables developed to help users view the national human settlement layers at different hexagonal aggregation levels outside of the conventional census boundaries. The hex grid geometries were created in QGIS with the MMQGIS plugin using the Canadian boundary extents at various x grid spacings. The reference tables are generated and contains information needed for aggregation purposes of the national human settlement layers up to the given hex grid geometry.

- HexGrid_5km.gpkg
- Clipped hexagonal geometry of Canada based on a x grid spacing of approximately 0.05 degrees.
- HexGrid_10km.gpkg
- Clipped hexagonal geometry of Canada based on a x grid spacing of approximately 0.01 degrees.
- HexGrid_25km.gpkg
- Clipped hexagonal geometry of Canada based on a x grid spacing of approximately 0.25 degrees.
- HexGrid_50km.gpkg
- Clipped hexagonal geometry of Canada based on a x grid spacing of approximately 0.5 degrees.
- HexGrid_100km.gpkg
- Clipped hexagonal geometry of Canada based on a x grid spacing of approximately 1 degree.
- HexGrid_GlobalFabric.gpkg
- Hexagonal geometry extents of Canada based off GEM’s global fabric hex grid.
- SAUID_HexGrid.gpkg
- Lookup table linking settled areas to all the hexgrid geometries.
- Table referencing the centroid of each settled area id (SAUID) to the various HexGrid geometries (5km,10km,25km,50km,100km) used for aggregation purposes.
- SAUID_HexGrid_5km_intersect.gpkg
- Table with settled areas intersected on hexgrid 5km with calculated area and area ratios (intersected area / settled area).
- Table referencing the settled area id (SAUID) area, and its percentage of area intersect with respect to HexGrid_5km geometry used for aggregation purposes.
- SAUID_HexGrid_10km_intersect.gpkg
- Table with settled areas intersected on hexgrid 10km with calculated area and area ratios (intersected area / settled area).
- Table referencing the settled area id (SAUID) area, and its percentage of area intersect with respect to HexGrid_10km geometry used for aggregation purposes.
- SAUID_HexGrid_25km_intersect.gpkg
- Table with settled areas intersected on hexgrid 25km with calculated area and area ratios (intersected area / settled area).
- Table referencing the settled area id (SAUID) area, and its percentage of area intersect with respect to HexGrid_25km geometry used for aggregation purposes.
- SAUID_HexGrid_50km_intersect.gpkg
- Table with settled areas intersected on hexgrid 50km with calculated area and area ratios (intersected area / settled area).
- Table referencing the settled area id (SAUID) area, and its percentage of area intersect with respect to HexGrid_50km geometry used for aggregation purposes.
- SAUID_HexGrid_100km_intersect.gpkg
- Table with settled areas intersected on hexgrid 100km with calculated area and area ratios (intersected area / settled area).
- Table referencing the settled area id (SAUID) area, and its percentage of area intersect with respect to HexGrid_100km geometry used for aggregation purposes.
- SAUID_HexGrid_GlobalFabric_intersect.gpkg
- Table referencing the settled area id (SAUID) area, and its percentage of area intersect with respect to HexGrid_GlobalFabric geometry used for aggregation purposes.
3 changes: 3 additions & 0 deletions hexbin_4326/HexGrid_GlobalFabric.gpkg
Git LFS file not shown
3 changes: 3 additions & 0 deletions hexbin_4326/SAUID_HexGrid_GlobalFabric_intersect.gpkg
Git LFS file not shown
4 changes: 2 additions & 2 deletions opendrr-boundaries.sql
Git LFS file not shown

0 comments on commit c9261dc

Please sign in to comment.