I am trying to create a Image Collection in AGOL Image and am having issues. I select the Dynamic Imagery Layer and then Image Collection and upload my CRF. (I have also tried NetCDF and GRIB) For the raster type I use 'Raster Dataset' when using CRFs, GRIB when using GRIB and NetCDF when attempting that. For some reason whenever I try to create it, it always fails with no explanation why.
If I select "One Image" instead of "Image Collection" in the Dynamic Imagery layer and use the exact same CRF, it works with no issues.
I am thinking that this is a bug and am curious if anyone else has had a similar experience or if I am doing something completely wrong. Looking at the network traffic I see this error which I will post the full JSON response below with screenshots. Any input on this would be VERY much appreciated.
Here are some highlights from the response:
{
"jobId": "10c238c8eda44631ac8bd8e876f19913",
"jobStatus": "esriJobFailed",
"inputs": {
"inputRasters": {
"paramUrl": "inputs/inputRasters"
},
"rasterType": {
"paramUrl": "inputs/rasterType"
},
"imageCollection": {
"paramUrl": "inputs/imageCollection"
},
"context": {
"paramUrl": "inputs/context"
}
},
"results": {},
"messages": [
{
"type": "esriJobMessageTypeInformative",
"description": "Submitted."
},
{
"type": "esriJobMessageTypeInformative",
"description": "Executing..."
},
{
"type": "esriJobMessageTypeInformative",
"description": "Start Time: Thursday, January 4, 2024 6:59:14 PM"
},
{
"type": "esriJobMessageTypeInformative",
"description": "Hosted Imagery Privilege Check: OK"
},
{
"type": "esriJobMessageTypeInformative",
"description": "Output item id is: 469b6f223129409bb68de2fa7d4d32a8"
},
{
"type": "esriJobMessageTypeInformative",
},
{
"type": "esriJobMessageTypeInformative",
},
{
"type": "esriJobMessageTypeInformative",
},
{
"type": "esriJobMessageTypeInformative",
"description": "Raster type JSON is: {\u0027rasterTypeName\u0027: \u0027Raster Dataset\u0027, \u0027rasterTypeParameters\u0027: None}"
},
{
"type": "esriJobMessageTypeInformative",
"description": "Raster type name is: Raster Dataset"
},
{
"type": "esriJobMessageTypeInformative",
"description": "Raster type parameters are: {}"
},
{
"type": "esriJobMessageTypeInformative",
"description": "Image collection properties are: {\u0027imageCollectionType\u0027: \u0027Raster Dataset\u0027}"
},
{
"type": "esriJobMessageTypeInformative",
"description": "EGDB raster store is: /rasterStores/dbraster-CKfqlOgm9mRtodtq"
},
{
"type": "esriJobMessageTypeError",
"description": "Create Image Collection requires either file share or enterprise geodatabase raster store."
},
{
"type": "esriJobMessageTypeInformative",
"description": "Transferring uploaded images to raster store..."
},
{
"type": "esriJobMessageTypeInformative",
},
{
"type": "esriJobMessageTypeInformative",
},
{
"type": "esriJobMessageTypeInformative",
"description": "Transfer to Hosted folder: /cloudStores/CKfqlOgm9mRtodtq/469b6f223129409bb68de2fa7d4d32a8/data"
},
{
"type": "esriJobMessageTypeError",
"description": "Failed to create image collection: Start Time: Thursday, January 4, 2024 6:59:25 PM\nFailed to execute. Parameters are not valid.\nERROR 000735: Output Location: Value is required\nFailed to execute (CreateMosaicDataset).\nFailed at Thursday, January 4, 2024 6:59:25 PM (Elapsed Time: 0.02 seconds)"
},
{
"type": "esriJobMessageTypeError",
"description": "Create new image collection failed."
},
{
"type": "esriJobMessageTypeInformative",
"description": "Failed script CreateImageCollection..."
},
{
"type": "esriJobMessageTypeError",
"description": "Failed to execute (CreateImageCollection)."
},
{
"type": "esriJobMessageTypeInformative",
"description": "Failed at Thursday, January 4, 2024 6:59:25 PM (Elapsed Time: 10.70 seconds)"
},
{
"type": "esriJobMessageTypeError",
"description": "Failed."
}
]