Subject: Marine Geospatial Ecology Tools (MGET) help
Text archives
From: | "Jason Roberts" <> |
---|---|
To: | "'Stjernholm, Michael'" <> |
Cc: | <> |
Subject: | RE: [mget-help] Missing BinaryRasterUtils_1_5_0b2 in distribution |
Date: | Wed, 1 Sep 2010 08:46:05 -0400 |
Hi Michael, You are correct that there is no BinaryRasterUtils_1_5_0b2.pyd
in MGET. There is one BinaryRasterUtils.pyd file for each supported version of
numpy. Your machine has numpy 1.5.0 beta 2 installed on it. MGET does not
currently support that version of numpy. Would it be possible for you to uninstall that version of numpy
and install the latest non-beta version, 1.4.1? If you *really* need
access to 1.5.0 beta 2 I can build you a private BinaryRasterUtils_1_5_0b2.pyd
but it will be some work so I prefer not to do it unless there is really
something you need in numpy 1.5. Best, Jason From: Stjernholm, Michael
[mailto:] Hi Nicolas I hope yo had some nice holidays ! While running HDFFindAndConvertToArcGISRasters in the latest
version of the MarineGeospatial Ecology Tools 0.8a10 I run into the error
described below. I can see that in my pyton library
C:\Python25\Lib\site-packages\GeoEco\DataManagement I have "BinaryRasterUtils_1_4_1.pyd"
as the highest version - so that might be the cause! Best regards Michael Executing: HDFFindAndConvertToArcGISRasters
C:\GeoPhysical\SST_07_08\8Day_Day C:\GeoPhysical\SST_07_08\8Day_extract
l3m_data -180 -90 0.083333336 # * false # # "" ""
"" "" false false false false
GEOGCS['GCS_WGS_1984',DATUM['D_WGS_1984',SPHEROID['WGS_1984',6378137.0,298.257223563]],PRIMEM['Greenwich',0.0],UNIT['Degree',0.0174532925199433]]
# # # # # "-120 45 -40 90" "(inputRaster * 0.000717185) -
2.0" true os.path.join(outputWorkspace,
os.path.dirname(inputFile[len(directoryToSearch)+1:]),
os.path.basename(inputFile).split(u'.')[0][:13]) os.path false
C:\GeoPhysical\SST_07_08\8Day_extract Start
Time: Wed Sep 01 11:12:56 2010 Running
script HDFFindAndConvertToArcGISRasters... Finding
files and inserting rows into table "work":
directory="C:\GeoPhysical\SST_07_08\8Day_Day",
wildcard="*", searchTree=False, minSize=None, maxSize=None,
minDateCreated=None, maxDateCreated=None, minDateModified=None, maxDateModified=None Finished
inserting rows: 0:00:00 elapsed, 15 rows inserted, 0:00:00 per row. Updating
field "outputRaster" in table "work"... Update
complete: 0:00:00 elapsed, 15 rows updated, 0 deleted, 0 unchanged, 0:00:00 per
row. Querying
the table "work" to build lists of inputs and outputs... Query
complete: 0:00:00 elapsed, 15 rows retrieved, 0:00:00 per row. Processing
15 inputs... Converting
SDS "l3m_data" in HDF file
C:\GeoPhysical\SST_07_08\8Day_Day\A20072492007256.L3m_8D_SST_9.bz2 to ArcGIS
raster C:\GeoPhysical\SST_07_08\8Day_extract\A200724920072... AttributeError: 'module' object has no attribute
'BinaryRasterUtils_1_5_0b2' The following consequences resulted from the original error: Could not convert SDS "l3m_data" in HDF file
C:\GeoPhysical\SST_07_08\8Day_Day\A20072492007256.L3m_8D_SST_9.bz2 to ArcGIS
raster C:\GeoPhysical\SST_07_08\8Day_extract\A200724920072 <type 'exceptions.AttributeError'>: 'module' object has no
attribute 'BinaryRasterUtils_1_5_0b2' Failed to execute (HDFFindAndConvertToArcGISRasters). End
Time: Wed Sep 01 11:13:00 2010 (Elapsed Time: 4.00 seconds) |