Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Another attempt at fixing tests #272

Merged
merged 3 commits into from
Oct 14, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions erddapy/core/netcdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ def _nc_dataset(url, auth, **requests_kwargs: Dict):
return Dataset(Path(urlparse(url).path).name, memory=data.read())
except OSError:
# if libnetcdf is not compiled with in-memory support fallback to a local tmp file
data.seek(0)
with _tempnc(data) as _nc:
return Dataset(_nc)

Expand Down
251 changes: 248 additions & 3 deletions tests/cassettes/test_to_pandas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -898,6 +898,251 @@ interactions:
- dods/3.7
http_version: HTTP/1.1
status_code: 200
- request:
body: ''
headers:
accept:
- '*/*'
accept-encoding:
- gzip, deflate, br
connection:
- keep-alive
host:
- erddap.sensors.ioos.us
user-agent:
- python-httpx/0.23.0
method: GET
uri: https://erddap.sensors.ioos.us/erddap/tabledap/org_cormp_cap2.csvp?sea_water_temperature,time&time%3E=953770080.0&time%3C=953852880.0&latitude%3E=30&latitude%3C=40&longitude%3E=-85&longitude%3C=-75
response:
content: "Error {\n code=404;\n message=\"Not Found: Currently unknown datasetID=org_cormp_cap2\";\n}\n"
headers:
Connection:
- keep-alive
Content-Description:
- dods-error
Content-Encoding:
- identity
Content-Type:
- text/plain;charset=UTF-8
Date:
- Mon, 10 Oct 2022 06:10:05 GMT
Last-Modified:
- Mon, 10 Oct 2022 06:10:05 GMT
Server:
- nginx/1.20.1
Set-Cookie:
- cid=CgIHBWNDtzxsb2jXTVFAAg==; expires=Wed, 09-Oct-24 06:10:05 GMT; path=/
Transfer-Encoding:
- chunked
erddap-server:
- '2.20'
xdods-server:
- dods/3.7
http_version: HTTP/1.1
status_code: 404
- request:
body: ''
headers:
accept:
- '*/*'
accept-encoding:
- gzip, deflate, br
connection:
- keep-alive
host:
- standards.sensors.ioos.us
user-agent:
- python-httpx/0.23.0
method: GET
uri: https://standards.sensors.ioos.us/tabledap/org_cormp_cap2.csvp?sea_water_temperature,time&time%3E=953770080.0&time%3C=953852880.0&latitude%3E=30&latitude%3C=40&longitude%3E=-85&longitude%3C=-75
response:
content: "<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404
Not Found</h1></center>\r\n<hr><center>nginx/1.20.1</center>\r\n</body>\r\n</html>\r\n"
headers:
Connection:
- keep-alive
Content-Encoding:
- gzip
Content-Type:
- text/html
Date:
- Mon, 10 Oct 2022 06:11:08 GMT
Server:
- nginx/1.20.1
Transfer-Encoding:
- chunked
http_version: HTTP/1.1
status_code: 404
- request:
body: ''
headers:
accept:
- '*/*'
accept-encoding:
- gzip, deflate, br
connection:
- keep-alive
host:
- standards.sensors.ioos.us
user-agent:
- python-httpx/0.23.0
method: GET
uri: https://standards.sensors.ioos.us/erddap/tabledap/org_cormp_cap2.csvp?sea_water_temperature,time&time%3E=953770080.0&time%3C=953852880.0&latitude%3E=30&latitude%3C=40&longitude%3E=-85&longitude%3C=-75
response:
content: 'sea_water_temperature (degree_Celsius),time (UTC)

17.39,2000-03-23T00:08:00Z

17.6,2000-03-23T01:08:00Z

17.66,2000-03-23T02:08:00Z

17.65,2000-03-23T03:08:00Z

17.62,2000-03-23T04:08:00Z

17.6,2000-03-23T05:08:00Z

17.49,2000-03-23T06:08:00Z

17.47,2000-03-23T07:08:00Z

17.6,2000-03-23T08:08:00Z

17.76,2000-03-23T09:08:00Z

17.94,2000-03-23T10:08:00Z

17.99,2000-03-23T11:08:00Z

18.0,2000-03-23T12:08:00Z

17.96,2000-03-23T13:08:00Z

17.9,2000-03-23T14:08:00Z

17.88,2000-03-23T15:08:00Z

17.91,2000-03-23T16:08:00Z

18.01,2000-03-23T17:08:00Z

18.13,2000-03-23T18:08:00Z

18.41,2000-03-23T19:08:00Z

18.35,2000-03-23T20:08:00Z

18.5,2000-03-23T21:08:00Z

18.5,2000-03-23T22:08:00Z

18.43,2000-03-23T23:08:00Z

'
headers:
Connection:
- keep-alive
Content-Disposition:
- attachment;filename=org_cormp_cap2_d43f_d487_d1e6.csv
Content-Encoding:
- gzip
Content-Type:
- text/csv;charset=ISO-8859-1
Date:
- Mon, 10 Oct 2022 06:12:11 GMT
Last-Modified:
- Mon, 10 Oct 2022 06:11:57 GMT
Server:
- nginx/1.20.1
Transfer-Encoding:
- chunked
erddap-server:
- '2.20'
xdods-server:
- dods/3.7
http_version: HTTP/1.1
status_code: 200
- request:
body: ''
headers:
accept:
- '*/*'
accept-encoding:
- gzip, deflate, br
connection:
- keep-alive
host:
- standards.sensors.ioos.us
user-agent:
- python-httpx/0.23.0
method: GET
uri: https://standards.sensors.ioos.us/erddap/tabledap/amelia_20180501t0000.csvp?temperature,time&time%3E=1525737600.0&time%3C=1526245200.0&latitude%3E=36&latitude%3C=38&longitude%3E=-76&longitude%3C=-73
response:
content: "Error {\n code=404;\n message=\"Not Found: Currently unknown datasetID=amelia_20180501t0000\";\n}\n"
headers:
Connection:
- keep-alive
Content-Description:
- dods-error
Content-Encoding:
- identity
Content-Type:
- text/plain;charset=UTF-8
Date:
- Fri, 14 Oct 2022 22:38:49 GMT
Last-Modified:
- Fri, 14 Oct 2022 22:38:35 GMT
Server:
- nginx/1.20.1
Transfer-Encoding:
- chunked
erddap-server:
- '2.20'
xdods-server:
- dods/3.7
http_version: HTTP/1.1
status_code: 404
- request:
body: ''
headers:
accept:
- '*/*'
accept-encoding:
- gzip, deflate, br
connection:
- keep-alive
host:
- standards.sensors.ioos.us
user-agent:
- python-httpx/0.23.0
method: GET
uri: https://standards.sensors.ioos.us/erddap/tabledap/amelia_20180501t0000.csvp?temperature,time&time%3E=1525737600.0&time%3C=1526245200.0&latitude%3E=36&latitude%3C=38&longitude%3E=-76&longitude%3C=-73
response:
content: "Error {\n code=404;\n message=\"Not Found: Currently unknown datasetID=amelia_20180501t0000\";\n}\n"
headers:
Connection:
- keep-alive
Content-Description:
- dods-error
Content-Encoding:
- identity
Content-Type:
- text/plain;charset=UTF-8
Date:
- Fri, 14 Oct 2022 22:41:30 GMT
Last-Modified:
- Fri, 14 Oct 2022 22:41:16 GMT
Server:
- nginx/1.20.1
Transfer-Encoding:
- chunked
erddap-server:
- '2.20'
xdods-server:
- dods/3.7
http_version: HTTP/1.1
status_code: 404
- request:
body: ''
headers:
Expand Down Expand Up @@ -37153,13 +37398,13 @@ interactions:
Content-Type:
- text/csv;charset=ISO-8859-1
Date:
- Fri, 14 Oct 2022 18:07:03 GMT
- Fri, 14 Oct 2022 22:42:11 GMT
Last-Modified:
- Fri, 14 Oct 2022 18:07:03 GMT
- Fri, 14 Oct 2022 22:42:11 GMT
Server:
- nginx/1.20.1
Set-Cookie:
- cid=CgIIBGNJpUdowCwCAwNXAg==; expires=Sun, 13-Oct-24 18:07:03 GMT; path=/
- cid=CgIHBWNJ5cNLO0auA0jeAg==; expires=Sun, 13-Oct-24 22:42:11 GMT; path=/
Transfer-Encoding:
- chunked
erddap-server:
Expand Down