Select to view content in your preferred language

Image Collection Creation Error

485
0
01-04-2024 11:23 AM
Labels (1)
esptjones
Occasional Contributor

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:

            "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."
I this option was never presented to me in the creation, so I am not sure how to fix this. Also this:
        {
            "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)"
        },

I specified the folder that I wanted to place the Image Collection in, so maybe this is a bug?



 


{
    "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."
        }
    ]

 

 

2024-01-04 12_58_53-Content.png2024-01-04 12_58_03-Content.png2024-01-04 12_57_52-Content.png2024-01-04 13_13_43-Content.png

0 Replies