POST
|
I have a raster dataset which I visualized in ArcMap 10.6.1. I used the quantile data classification method to assign colours to the data values. ESRI's documentation says the following about quantiles: "Quantile assigns the same number of data values to each class". Thus, I would expect a raster map that looks something like this. However, I end up with the map below. Does anyone have an explanation for the unexpected outcome of the quantile classification? Could it have something to do with the distribution of the values? All values in the open ocean are very low (0-50), while values near coastlines can be very high (up to 12734). Unfortunately I am not allowed to share the actual data due to confidentiality.
... View more
07-13-2020
05:12 AM
|
0
|
0
|
71
|
POST
|
I have a global ocean pH raster map.The raster has large NoData areas: all land areas and many coastlines have NoData. The land areas should remain as NoData, but the ocean areas (blue) should be filled with pH values. First I made a seperate map with all the ocean areas that need to be filled (black=1, white=NoData): Then I tried to apply this method to fill the NoData gaps: https://support.esri.com/en/technical-article/000004792 I wrote the following line in the raster calculator: Con("%pH_GapsToBeFillled%"==1, FocalStatistics("%pH_Global%", NbrRectangle(10,10, "CELL"), "MEAN"), "%pH_Global%") However, I keep getting the following error. Does anyone know where the problem occurs?
... View more
10-04-2019
04:08 AM
|
0
|
1
|
150
|
Online Status |
Offline
|
Date Last Visited |
11-11-2020
02:24 AM
|