coastwatch-training / CoastWatch-Tutorials

This repository includes CoastWatch training materials and code samples to demonstrate access and usage of environmental and oceanographic satellite data
15 stars 2 forks source link

Tutorial2-timeseries-compare-sensors errors #18

Closed CaraWilson closed 3 months ago

CaraWilson commented 9 months ago

I walked a student in the Alaska course through using this tutorial and there were some problems:

1) the maps library is used in the script but not called in the beginning of the script

2) the hardwired latitude and longitude extents should be removed in the mapping, or switched to xcoord and ycoord so that if the area of interest is changed the code with still work

3) when we changed the xcoord and ycoord parameters the data returned by the rerrdap call returned chl as a vector, when it should have been a 3D array. We ended up using the original tutorial on the WestCoast GitHub that uses the rerddapXtracto library. Modifying the xcoord and ycoord variable on that script worked fine.