ForecastConfiguration Data Type

Implemented Interfaces
Comparable
Properties
name data type description
useGridWeatherData boolean
forecastConfigurationId number
modelId string
dateStart number
dateEnd number
vipsLogicUserId VipsLogicUser
locationPointOfInterestId PointOfInterest
weatherStationPointOfInterestId PointOfInterest the weatherStationPointOfInterestId
cropOrganismId Organism the organismiId
forecastSummaries array of ForecastSummary the forecastSummaries
pestOrganismId Organism the pestOrganismId
timeZone string the timeZone
dateStartInTimeZone number
dateEndInTimeZone number
isPrivate boolean the isPrivate
gridWeatherStationPointOfInterestIds array of number the gridWeatherStationPointOfInterestIds

Example

{
  "useGridWeatherData" : true,
  "forecastConfigurationId" : 12345,
  "modelId" : "...",
  "dateStart" : 12345,
  "dateEnd" : 12345,
  "vipsLogicUserId" : {
    "userId" : 12345,
    "email" : "...",
    "firstName" : "...",
    "lastName" : "...",
    "organization_id" : 12345,
    "userUuid" : "...",
    "preferredLocale" : "...",
    "phone" : "...",
    "phoneCountryCode" : "..."
  },
  "locationPointOfInterestId" : {
    "isPrivate" : true,
    "pointOfInterestId" : 12345,
    "name" : "...",
    "longitude" : 12345.0,
    "latitude" : 12345.0,
    "altitude" : 12345.0,
    "countryCode" : {
      "countryCode" : "...",
      "phoneCode" : "..."
    },
    "timeZone" : "...",
    "properties" : {
      "property1" : { },
      "property2" : { }
    },
    "userId" : 12345,
    "weatherForecastProviderId" : {
      "weatherForecastProviderId" : 12345,
      "name" : "...",
      "description" : "...",
      "infoUrl" : "..."
    },
    "pointOfInterestExternalResourceSet" : [ {
      "pointOfInterestExternalResourcePK" : { },
      "resourceIdentifier" : "...",
      "externalResource" : { },
      "externalResourceUrl" : "..."
    }, {
      "pointOfInterestExternalResourcePK" : { },
      "resourceIdentifier" : "...",
      "externalResource" : { },
      "externalResourceUrl" : "..."
    } ],
    "pointOfInterestTypeId" : 12345,
    "gisGeom" : {
      "area" : 12345.0,
      "SRID" : 12345,
      "userData" : { },
      "envelope" : { },
      "simple" : true,
      "factory" : { },
      "length" : 12345.0,
      "interiorPoint" : { },
      "empty" : true,
      "precisionModel" : { },
      "numGeometries" : 12345,
      "geometryType" : "...",
      "rectangle" : true,
      "boundary" : { },
      "envelopeInternal" : { },
      "numPoints" : 12345,
      "valid" : true,
      "dimension" : 12345,
      "centroid" : { },
      "coordinates" : [ { }, { } ],
      "coordinate" : { },
      "boundaryDimension" : 12345
    },
    "geoJSON" : "...",
    "isForecastLocation" : true,
    "lastEditedTime" : 12345
  },
  "weatherStationPointOfInterestId" : {
    "isPrivate" : true,
    "pointOfInterestId" : 12345,
    "name" : "...",
    "longitude" : 12345.0,
    "latitude" : 12345.0,
    "altitude" : 12345.0,
    "countryCode" : {
      "countryCode" : "...",
      "phoneCode" : "..."
    },
    "timeZone" : "...",
    "properties" : {
      "property1" : { },
      "property2" : { }
    },
    "userId" : 12345,
    "weatherForecastProviderId" : {
      "weatherForecastProviderId" : 12345,
      "name" : "...",
      "description" : "...",
      "infoUrl" : "..."
    },
    "pointOfInterestExternalResourceSet" : [ {
      "pointOfInterestExternalResourcePK" : { },
      "resourceIdentifier" : "...",
      "externalResource" : { },
      "externalResourceUrl" : "..."
    }, {
      "pointOfInterestExternalResourcePK" : { },
      "resourceIdentifier" : "...",
      "externalResource" : { },
      "externalResourceUrl" : "..."
    } ],
    "pointOfInterestTypeId" : 12345,
    "gisGeom" : {
      "area" : 12345.0,
      "SRID" : 12345,
      "userData" : { },
      "envelope" : { },
      "simple" : true,
      "factory" : { },
      "length" : 12345.0,
      "interiorPoint" : { },
      "empty" : true,
      "precisionModel" : { },
      "numGeometries" : 12345,
      "geometryType" : "...",
      "rectangle" : true,
      "boundary" : { },
      "envelopeInternal" : { },
      "numPoints" : 12345,
      "valid" : true,
      "dimension" : 12345,
      "centroid" : { },
      "coordinates" : [ { }, { } ],
      "coordinate" : { },
      "boundaryDimension" : 12345
    },
    "geoJSON" : "...",
    "isForecastLocation" : true,
    "lastEditedTime" : 12345
  },
  "cropOrganismId" : {
    "organismId" : 12345,
    "latinName" : "...",
    "tradeName" : "...",
    "logicallyDeleted" : true,
    "organismLocaleSet" : [ {
      "organismLocalePK" : { },
      "localName" : "..."
    }, {
      "organismLocalePK" : { },
      "localName" : "..."
    } ],
    "organismExternalResourceSet" : [ {
      "organismExternalResourcePK" : { },
      "resourceIdentifier" : "...",
      "organism" : { },
      "externalResource" : { },
      "resourceUrl" : "..."
    }, {
      "organismExternalResourcePK" : { },
      "resourceIdentifier" : "...",
      "organism" : { },
      "externalResource" : { },
      "resourceUrl" : "..."
    } ],
    "parentOrganismId" : 12345,
    "hierarchyCategoryId" : 12345,
    "childOrganisms" : [ { }, { } ],
    "isPest" : true,
    "isCrop" : true,
    "extraProperties" : {
      "property1" : { },
      "property2" : { }
    },
    "observationDataSchema" : "...",
    "observationData" : "..."
  },
  "forecastSummaries" : [ {
    "forecastSummaryPK" : {
      "forecastConfigurationId" : 12345,
      "summaryForDate" : 12345
    },
    "summaryCreatedTime" : 12345,
    "warningStatus" : 12345
  }, {
    "forecastSummaryPK" : {
      "forecastConfigurationId" : 12345,
      "summaryForDate" : 12345
    },
    "summaryCreatedTime" : 12345,
    "warningStatus" : 12345
  } ],
  "pestOrganismId" : {
    "organismId" : 12345,
    "latinName" : "...",
    "tradeName" : "...",
    "logicallyDeleted" : true,
    "organismLocaleSet" : [ {
      "organismLocalePK" : { },
      "localName" : "..."
    }, {
      "organismLocalePK" : { },
      "localName" : "..."
    } ],
    "organismExternalResourceSet" : [ {
      "organismExternalResourcePK" : { },
      "resourceIdentifier" : "...",
      "organism" : { },
      "externalResource" : { },
      "resourceUrl" : "..."
    }, {
      "organismExternalResourcePK" : { },
      "resourceIdentifier" : "...",
      "organism" : { },
      "externalResource" : { },
      "resourceUrl" : "..."
    } ],
    "parentOrganismId" : 12345,
    "hierarchyCategoryId" : 12345,
    "childOrganisms" : [ { }, { } ],
    "isPest" : true,
    "isCrop" : true,
    "extraProperties" : {
      "property1" : { },
      "property2" : { }
    },
    "observationDataSchema" : "...",
    "observationData" : "..."
  },
  "timeZone" : "...",
  "dateStartInTimeZone" : 12345,
  "dateEndInTimeZone" : 12345,
  "isPrivate" : true,
  "gridWeatherStationPointOfInterestIds" : [ 12345, 12345 ]
}