---------------------------------------------------------------------------
DeprecationWarning Traceback (most recent call last)
<ipython-input-7-db5a2ca3f992> in <module>()
1 bbox=[-141,42,-52,84]
2 #bbox=[-71.5, 39.5, -63.0, 46]
----> 3 csw.getrecords(keywords=['sea_water_temperature'],bbox=bbox,maxrecords=20)
4 #csw.getrecords(keywords=['sea_water_temperature'],maxrecords=20)
5 csw.results
/home/local/python27_epd/lib/python2.7/site-packages/owslib/csw.py in getrecords(self, qtype, keywords, typenames, propertyname, bbox, esn, sortby, outputschema, format, startposition, maxrecords, cql, xml, resulttype)
186 raise DeprecationWarning("""Please use the updated 'getrecords2' method instead of 'getrecords'.
187 The 'getrecords' method will be upgraded to use the 'getrecords2' parameters
--> 188 in a future version of OWSLib.""")
189
190 if xml is not None:
DeprecationWarning: Please use the updated 'getrecords2' method instead of 'getrecords'.
The 'getrecords' method will be upgraded to use the 'getrecords2' parameters
in a future version of OWSLib.