Esri / mdcs-py

MDCS is an acronym for Mosaic Dataset Configuration Script and is the entry point to a collection of Python classes/libraries that could be consumed by a Python client application to complete a given workflow for creating a mosaic dataset, populating it with data, and setting all required/desired parameters.
Apache License 2.0
64 stars 29 forks source link

Manage Tile Cache fails if user tiling scheme is defined #110

Closed giugent closed 1 year ago

giugent commented 1 year ago

Hello, I'm experiencing a trouble in using the MTC processing code. The Tile Cache seems to computed correctly (I can load and visualize) even if I get the bad message "Failed". Looking at the code in the script SolutionLib.py I guess that the reason of the failure is due to two procedures that are not defined: returnLevelDetails and modifyConfProperties. Is it so ? Thanks in advance for your attention Giuseppe

vijaygit02 commented 1 year ago

@giugent , Can you confirm if you get the same behavior by directly using the GP tool in Pro. MDCS is just a wrapper around these core GP tools. If there is an issue with the GP tool then that will manifest in MDCS as well.

giugent commented 1 year ago

Hello, the GP tool works fine in Pro and also in MDCS. The problem is due to 2 procedures that in MDCS code are called after the execution of the Manage Tile Cache tool: returnLevelDetails and modifyConfProperties. These two procedures are not defined!! Regards