We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3098c73 commit 040dbcbCopy full SHA for 040dbcb
tests/test_ogcapi_edr_pygeoapi.py
@@ -39,5 +39,5 @@ def test_ogcapi_edr_pygeoapi():
39
parameter_names = icoads['parameter_names'].keys()
40
assert sorted(parameter_names) == ['AIRT', 'SST', 'UWND', 'VWND']
41
42
- response = w.query_data('icoads-sst', 'position', coords='POINT(-75 45)')
+ response = w.query_data('icoads-sst', 'position', coords='POINT(0 0)')
43
assert isinstance(response, dict)
0 commit comments