May 27, 200224 yr In addition to marking the SDK tools and my included .bat file to run in "Windows 98 compat. mode", another issue may still prevent resample from being able to process landclass.raw. Misho (of Terrabuilder fame) has mentioned that XP sometimes has problems parsing file names and paths through quotes, as my .inf file example in my documentation shows. This improved .inf file has been proven to work in combination with the "Windows 98 compat. mode" fix:LOD = 5NorthLat = 25.3125SouthLat = 22.5WestLong = -105EastLong = -101.25DestDir = . DestBaseFileName = landclassType = ClassU8SourceDir = . SourceFile = landclass.rawLat = 25.3125Lon = -105NumOfCellsPerLine = 256NumOfLines = 256CellXdimensionDeg = 0.0146484CellYdimensionDeg = 0.0109863Of course you would substitute your own lat/lon figures for the ones I have in this example, but what I want all to notice are the Source and Destination Directory and File references. The directory references just use a period, which anchors the path in the folder resample is run from, and the file references exclude the quotes. I had success in working this out with one gentleman who lives near my home, who took the time to talk on the phone about this problem....If you paste this example into landclass.inf, be sure to use brackets in place of the "<>"...John, KPHX
Create an account or sign in to comment