Web Content Display

Web Content Display (CoastWatch User Forum)

The NOAA CoastWatch Forum provides information in several categories.  The information is relevant to CoastWatch products and software (https://coastwatch.noaa.gov)  and vary in technical details.  For questions and issues not addressed here,  start a thread in the appropriate category or contact the CoastWatch HelpDesk (coastwatch.info@noaa.gov).  Please note our Privacy Policy (https://www.noaa.gov/privacy.html) and that this is a public forum.  All information is voluntarily and anonymous submissions are accepted pending review prior to posting. 

Forums

Back

virtual_buoy_example_geopolar python notebook

DR
Dale Robinson, modified 3 Years ago.

virtual_buoy_example_geopolar python notebook

Youngling Posts: 16 Join Date: 9/26/16 Recent Posts

For the virtual_buoy_example_geopolar python notebook exercise there is a correction for Windows users:

In the function: def get_dataset_info(erddapURL, datasetID):

change:

baseURL = os.path.join(erddapURL, "tabledap", "allDatasets.csv")

to:  

baseURL = '/'.join([erddapURL, "tabledap", "allDatasets.csv"])