Applications include agriculture as well as sensing related to climate change.
Conventional single-image remote sensing.
POST /processing/sensing/conventional_single
Name | Type | Description | Required |
---|---|---|---|
manifest | string | GCS bucket path for GCS file path manifest | ✔️ |
Status: 200
{
"task_identifier": "EFTGHDFER"
}
curl -X POST https://api.rvrnc.io/processing/sensing/conventional_single \
--data '{
"manifest": "gs://user/manifest.csv"
}'
Process muilti-spectral single-image remote sensing in batch.
POST /processing/remote/multispectral_single
Name | Type | Description | Required |
---|---|---|---|
manifest | string | GCS bucket path for GCS file path manifest | ✔️ |
Status: 200
{
"task_identifier": "EFTGHDFER"
}
curl -X POST https://api.rvrnc.io/processing/sensing/multispectral_single \
--data '{
"manifest": "gs://user/manifest.csv"
}'
Process muilti-spectral remote sensing timeseries in batch.
POST /sensing/processing/multispectral_timeseries
Name | Type | Description | Required |
---|---|---|---|
manifest | string | GCS bucket path for GCS file path manifest | ✔️ |
Status: 200
{
"task_identifier": "EFTGHDFER"
}
curl -X POST https://api.rvrnc.io/processing/sensing/multispectral_timeseries \
--data '{
"manifest": "gs://user/manifest.csv"
}'