opensensemap-client
Preparing search index...
calculateIdw
Function calculateIdw
calculateIdw
(
phenomenon
:
string
,
bbox
:
string
,
options
?:
CalculateIdwOptions
,
)
:
Promise
<
|
{
code
:
"NotFound"
;
message
:
"no measurements found"
}
|
{
code
:
"Ok"
;
data
:
{
breaks
:
number
[]
;
featureCollection
:
{
features
:
{
geometry
:
{
coordinates
:
(...)
[]
[]
[]
;
type
:
string
}
;
properties
?:
{
idwValues
:
number
[]
}
;
type
:
string
;
}
;
type
:
"FeatureCollection"
;
}
[]
;
timesteps
:
string
[]
;
}
;
}
,
>
Parameters
phenomenon
:
string
bbox
:
string
Optional
options
:
CalculateIdwOptions
Returns
Promise
<
|
{
code
:
"NotFound"
;
message
:
"no measurements found"
}
|
{
code
:
"Ok"
;
data
:
{
breaks
:
number
[]
;
featureCollection
:
{
features
:
{
geometry
:
{
coordinates
:
(...)
[]
[]
[]
;
type
:
string
}
;
properties
?:
{
idwValues
:
number
[]
}
;
type
:
string
;
}
;
type
:
"FeatureCollection"
;
}
[]
;
timesteps
:
string
[]
;
}
;
}
,
>
See
https://docs.opensensemap.org/#api-Interpolation-calculateIdw
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
opensensemap-client
Loading...
See
https://docs.opensensemap.org/#api-Interpolation-calculateIdw