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
Once the enriched output dataset is successfully created, it is important to know the share of enriched pixels.
It can be performed through simple NumPy calculation (we should avoid GDAL raster calculator), similar to this: lulc_upd - initial_lulc
Then, the share of enriched pixels will be: 1-(zero_pixel_count+no_data_pixel_count/total_pixel_count)
The text was updated successfully, but these errors were encountered:
Once the enriched output dataset is successfully created, it is important to know the share of enriched pixels.
It can be performed through simple NumPy calculation (we should avoid GDAL raster calculator), similar to this:
lulc_upd - initial_lulc
Then, the share of enriched pixels will be:
1-(zero_pixel_count+no_data_pixel_count/total_pixel_count)
The text was updated successfully, but these errors were encountered: