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

Update Set Mosaic Dataset Properties .py file #141

Closed vijaygit02 closed 8 months ago

vijaygit02 commented 8 months ago

Two new node have been introduced in the latest version of ArcPro product_definition , product_band_definitions

These needed to be added to 1.setProperty() function args.append(self.getInternalPropValue(mdName, 'product_definition')) args.append(self.getInternalPropValue(mdName, 'product_band_definitions'))

  1. inside propertyDict{} under mosaicProperty() function "product_definition": "productDefinition", "product_band_definitions": "productBandDefinitions"
vijaygit02 commented 8 months ago

changes updated successfully.