Prepare Map package with time info layer (DIFFICULT)

673
1
11-28-2012 10:35 AM
FrancoisGilbert
New Contributor
Hello,

DIFFICULT QUESTION.

In Python, I want to prepare a map package that will contain precipitation forecast. I have been able so far to do everything from reading ascii files and prepare map package with python. What I am missing so far is the following:

1. Be able to set the time information at the mosaic data set layer level. The only time information that seems to be exposed from python is on the data frame level which does not make sens to me. I need to set time info for many mosaic dataset layer under the dataframe. I need to set the timeinfo at the layer level. I intend to prepare a map package that contains precipitation and temperature forecast with different time frame.

2. I am not able to apply symbology to a mosaic dataset structure even if I save the mosaic dataset as a layer. This should work. If not what is the workaround.
Tags (2)
0 Kudos
1 Reply
FrancoisGilbert
New Contributor
I would appreciate an answer from ESRI product engineer.

Apply symbology does not work programmatically with Python on Mosais DataSet. I have a workaround using a polygon feature class. However, accessing the layer time extent values of the layer dynamically DOES NOT WORK EITHER and this is a big problem for someone who wants to publish a weather forecast. The forecast dates always changes every 6 hours. All the properties are there on the layer. Why are they not accessible.
0 Kudos