Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
DeepFundingAgriAI
/
Field-Monitoring
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
26f91dd
Field-Monitoring
/
scripts
/
clp.js
A-O98
first commit
2cdce84
9 months ago
raw
Copy download link
history
blame
Safe
303 Bytes
//VERSION=3
function
setup
(
){
return
{
input
: [
"CLP"
],
output
: [
{
sampleType
:
"FLOAT32"
,
bands
:
1
}
]
}
}
function
evaluatePixel
(
sample
){
return
[sample.
CLP
/
255
];
}