The table includes basic properties of trigrids described with specific tessellation parameters
Format
A data.frame with 120 observations and 20 variables:
totalThe total tessellation of the grid, the number of points inserted between icosahedron vertices along an edge.
level1Level 1 tessellation.
level2Level 2 tessellation - second value of the tessellation vector.
level3Level 3 tessellation - third value of the tessellation vector.
level4Level 4 tessellation - four value of the tessellation vector.
facesThe number of faces in the grid.
verticesThe number of vertices in the grid.
meanEdgeLength_degMean edge length in degrees.
sdEdgeLength_degStandard deviation of edge length in degrees.
meanEdgeLength_kmMean edge length in kilometers.
sdEdgeLength_kmStandard devation of edge length in kilometers.
meanArea_km2Mean face area in square-kilometers.
sdArea_km2Standard deviation of face area in square-kilometers.
timeTime to compute grid with an Intel Xeon E-1650 prcessor.
time_spTime to compute grid with an Intel Xeon E-1650 prcessor, with the 'sp' member.
sizeThe size of the grid in bytes.
size_spThe size of the grid object in bytes, with the 'sp' member.
timeLocate_5000Time to locate 5000 points with an Intel Xeon E-1650 in seconds (wall time).
meanSpacing_degMean spacing in degrees.
sdSpacing_degStandard deviation of spacing in degrees.
