Subject: Marine Geospatial Ecology Tools (MGET) help
Text archives
From: | "Jason Roberts" <> |
---|---|
To: | "'Timothy White'" <> |
Cc: | <> |
Subject: | RE: [mget-help] Re: CCA Error |
Date: | Tue, 29 Jun 2010 16:04:02 -0400 |
Hi Tim, Sorry about this. 0.8 alpha 8 includes a lot of changes relative
to 0.8 alpha 7 but they are mostly related to new tools that are not exposed in
ArcGIS yet. I took a quick look at the modules that are likely suspects for
this kind of problem but none of them have changed. This is either more
complicated than I suspect or is an undiscovered bug that existed in the prior
version but was not revealed due to subtle differences in what you are
currently doing vs. what you were previously doing. It is hard to tell from what you sent exactly what is going on,
but my guess is that the tool failed very early in its processing. The tool appears
to have misidentified the raster dataset 'Sensor Values\Weekly_SST_Sensor_Values_2009_\week1' as
an in-memory raster layer, and then tried to copy that layer to a temporary
location on disk so that it can read it. (ArcGIS 9.x does not provide a
mechanism for Python programs to read in-memory rasters). That represents two
problems. First, the tool should have identified it as a raster dataset and
tried to read it directly. Second, ArcGIS should have succeeded at copying the
raster anyway. If ArcGIS had succeeded then the first issue would not have been
apparent; the tool would have worked, just not in the most optimal way. Can you please reproduce this problem with verbose logging
(instructions here)
and send me the complete output? Also can you tell me the full path to the raster dataset 'Sensor Values\Weekly_SST_Sensor_Values_2009_\week1'? I
expected the tool to call CopyRaster_Management with the full path, not a
relative path. Finally, do you have either the Current Workspace or Scratch
Workspace environment settings set? What are they? Feel free to drop mget-help from your reply. (No need to send everyone
the log file. If anyone else is interested in this problem, just email me
privately.) Thanks, Jason From: Timothy White
[mailto:] Hello, |