You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, it is impossible to make maps with a resolution > 8, because some of the datasets are at that resolution.
They are currently saved as points, which means they will not be aggregated correctly at resolutions 9 and above.
Save any averaged/grid datasets with the original grid geometries instead, so resolution 9 maps can be generated by sampling the underlying grid polygon(s) just by taking e.g. the centroid of H3 polygon and the corresponding grid polygon for the value.
The text was updated successfully, but these errors were encountered:
Currently, it is impossible to make maps with a resolution > 8, because some of the datasets are at that resolution.
They are currently saved as points, which means they will not be aggregated correctly at resolutions 9 and above.
Save any averaged/grid datasets with the original grid geometries instead, so resolution 9 maps can be generated by sampling the underlying grid polygon(s) just by taking e.g. the centroid of H3 polygon and the corresponding grid polygon for the value.
The text was updated successfully, but these errors were encountered: