From deb365b7852731df3136fe94233b56a748665085 Mon Sep 17 00:00:00 2001 From: William Chow <59062243+wkhchow@users.noreply.github.com> Date: Thu, 17 Mar 2022 17:06:55 -0700 Subject: [PATCH] Update README.md --- README.md | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index 3407fe6..c1a1917 100644 --- a/README.md +++ b/README.md @@ -28,33 +28,33 @@ Boundary geometries for model results. All geometries in this repo are generate 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, provincial, and territorial 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_1km_{P/T}.gpkg - - Clipped hexagonal geometry of provinces and territories based on a x grid spacing of approximately 0.01 degrees. - - 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.1 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_1km_{P/T}.gpkg, HexGrid_1km_{P/T}\_unclipped.gpkg + - Clipped/unclipped hexagonal geometry of provinces and territories based on a x grid spacing of approximately 0.01 degrees. + - HexGrid_5km.gpkg, HexGrid_5km_unclipped.gpkg, + - Clipped/unclipped hexagonal geometry of Canada based on a x grid spacing of approximately 0.05 degrees. + - HexGrid_10km.gpkg, HexGrid_10km_unclipped.gpkg + - Clipped/unclipped hexagonal geometry of Canada based on a x grid spacing of approximately 0.1 degrees. + - HexGrid_25km.gpkg, HexGrid_25km_unclipped.gpkg + - Clipped/unclipped hexagonal geometry of Canada based on a x grid spacing of approximately 0.25 degrees. + - HexGrid_50km_unclipped.gpkg + - Unclipped hexagonal geometry of Canada based on a x grid spacing of approximately 0.5 degrees. + - HexGrid_100km_unclipped.gpkg + - Unclipped 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 + - SAUID_HexGrid.gpkg, SAUID_HexGrid_unclipped.gpkg - 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_1km_intersect.gpkg +- SAUID_HexGrid_1km_intersect.gpkg, SAUID_HexGrid_1km_intersect_unclipped.gpkg - Table referencing the settled area id (SAUID) area, and its percentage of area intersect with respect to HexGrid_1km_{P/T} geometry used for aggregation purposes. -- SAUID_HexGrid_5km_intersect.gpkg +- SAUID_HexGrid_5km_intersect.gpkg, SAUID_HexGrid_5km_intersect_unclipped.gpkg - 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 +- SAUID_HexGrid_10km_intersect.gpkg, SAUID_HexGrid_10km_intersect_unclipped.gpkg - 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 +- SAUID_HexGrid_25km_intersect.gpkg, SAUID_HexGrid_25km_intersect_unclipped.gpkg - 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 +- SAUID_HexGrid_50km_intersect_unclipped.gpkg - 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 +- SAUID_HexGrid_100km_intersect_unclipped.gpkg - 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.