|
From: Michael H. <mh...@us...> - 2009-03-30 19:31:04
|
I am experimenting with the Enthought Python Distribution (EPD) on MacOS 10.5, which includes BaseMap version 0.99.1. I have existing modules that use the 'full' resolution data. These modules are currently failing with the error message below. I have tried copying what looked like the full resolution data sets (gshhs_f.dat and gshhsmeta_f.dat) from my 0.99.2 source installation into the EPD basemap data directory, and rerun my scripts, with no success. I looked at my most recent copy of the basemap README and cannot find any reference to the boundary datasets. So, a question for Jeff, and a request for Enthought: 1) How do I update the EPD with the full resolution data 2) Can the EPD be updated to include the full resolution boundary data? Thanks, Mike *************************** IOError: Unable to open boundary dataset file. Only the 'crude', 'low', 'intermediate' and 'high' resolution datasets are installed by default. If you are requesting a 'full' resolution dataset, you may need to download and install those files separately (see the basemap README for details). Exception caught: Unable to open boundary dataset file. Only the 'crude', 'low', 'intermediate' and 'high' resolution datasets are installed by default. If you are requesting a 'full' resolution dataset, you may need to download and install those files separately (see the basemap README for details). *************************** |
|
From: Jeff W. <js...@fa...> - 2009-03-30 19:54:15
|
Michael Hearne wrote: > I am experimenting with the Enthought Python Distribution (EPD) on MacOS > 10.5, which includes BaseMap version 0.99.1. I have existing modules > that use the 'full' resolution data. These modules are currently > failing with the error message below. > > I have tried copying what looked like the full resolution data sets > (gshhs_f.dat and gshhsmeta_f.dat) from my 0.99.2 source installation > into the EPD basemap data directory, and rerun my scripts, with no success. > > I looked at my most recent copy of the basemap README and cannot find > any reference to the boundary datasets. > > So, a question for Jeff, and a request for Enthought: > 1) How do I update the EPD with the full resolution data > 2) Can the EPD be updated to include the full resolution boundary data? > > Thanks, > > Mike > > *************************** > IOError: Unable to open boundary dataset file. Only the 'crude', 'low', > 'intermediate' and 'high' resolution datasets are installed by default. > If you are requesting a 'full' resolution dataset, you may need to > download and install those files separately > (see the basemap README for details). > Exception caught: Unable to open boundary dataset file. Only the > 'crude', 'low', > 'intermediate' and 'high' resolution datasets are installed by default. > If you are requesting a 'full' resolution dataset, you may need to > download and install those files separately > (see the basemap README for details). > *************************** > > ------------------------------------------------------------------------------ > _______________________________________________ > Matplotlib-users mailing list > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matplotlib-users > Mike: To save space, the EPD folks took out the full resolution datasets. Manually copying the files should work - are you sure you got them in the right place (the mpl_toolkits/basemap/data directory)? You probably have to copy more than the gshhs file (the states, rivers and countries too). -Jeff -- Jeffrey S. Whitaker Phone : (303)497-6313 Meteorologist FAX : (303)497-6449 NOAA/OAR/PSD R/PSD1 Email : Jef...@no... 325 Broadway Office : Skaggs Research Cntr 1D-113 Boulder, CO, USA 80303-3328 Web : http://tinyurl.com/5telg |
|
From: Michael H. <mh...@us...> - 2009-03-30 20:33:25
|
Jeff - Copying the rest of the files solved the problem. Thanks! --Mike Jeff Whitaker wrote: > Michael Hearne wrote: >> I am experimenting with the Enthought Python Distribution (EPD) on >> MacOS 10.5, which includes BaseMap version 0.99.1. I have existing >> modules that use the 'full' resolution data. These modules are >> currently failing with the error message below. >> >> I have tried copying what looked like the full resolution data sets >> (gshhs_f.dat and gshhsmeta_f.dat) from my 0.99.2 source installation >> into the EPD basemap data directory, and rerun my scripts, with no >> success. >> >> I looked at my most recent copy of the basemap README and cannot find >> any reference to the boundary datasets. >> >> So, a question for Jeff, and a request for Enthought: >> 1) How do I update the EPD with the full resolution data >> 2) Can the EPD be updated to include the full resolution boundary data? >> >> Thanks, >> >> Mike >> >> *************************** >> IOError: Unable to open boundary dataset file. Only the 'crude', 'low', >> 'intermediate' and 'high' resolution datasets are installed by default. >> If you are requesting a 'full' resolution dataset, you may need to >> download and install those files separately >> (see the basemap README for details). >> Exception caught: Unable to open boundary dataset file. Only the >> 'crude', 'low', >> 'intermediate' and 'high' resolution datasets are installed by default. >> If you are requesting a 'full' resolution dataset, you may need to >> download and install those files separately >> (see the basemap README for details). >> *************************** >> >> ------------------------------------------------------------------------------ >> >> _______________________________________________ >> Matplotlib-users mailing list >> Mat...@li... >> https://lists.sourceforge.net/lists/listinfo/matplotlib-users >> > Mike: To save space, the EPD folks took out the full resolution > datasets. Manually copying the files should work - are you sure you > got them in the right place (the mpl_toolkits/basemap/data > directory)? You probably have to copy more than the gshhs file (the > states, rivers and countries too). > > -Jeff > |