Description Usage Arguments Value Examples
High resolution data reclassfy to low resolution data: N*N data to 1 data, and in the table(ID, Code, )
1 | fctClassify(OriginalWert, GridID, classifyN, leftDropN = 0, upDropN = 0)
|
OriginalWert |
original wert grid-data aus ArcGIS, there are 6 row ist meta data |
GridID |
2-array, the gridID in geological |
classifyN |
intger how many data to 1 data |
leftDropN |
how many grid in left in High resolution data would deleate |
upDropN |
how many grid in up in High resolution data would deleate |
a new data in datafram(crid ID, wert, rate) mit low resolution data
1 | GL = fctClassify(OGL, GID, 20, 0, 5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.