erddapy 3.2.0__tar.gz → 3.2.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {erddapy-3.2.0 → erddapy-3.2.1}/PKG-INFO +1 -1
- {erddapy-3.2.0 → erddapy-3.2.1}/erddapy/core/url.py +7 -3
- {erddapy-3.2.0 → erddapy-3.2.1}/erddapy/servers/erddaps.json +26 -56
- {erddapy-3.2.0 → erddapy-3.2.1}/CHANGES.txt +0 -0
- {erddapy-3.2.0 → erddapy-3.2.1}/LICENSE.txt +0 -0
- {erddapy-3.2.0 → erddapy-3.2.1}/MANIFEST.in +0 -0
- {erddapy-3.2.0 → erddapy-3.2.1}/README.md +0 -0
- {erddapy-3.2.0 → erddapy-3.2.1}/erddapy/__init__.py +0 -0
- {erddapy-3.2.0 → erddapy-3.2.1}/erddapy/core/__init__.py +0 -0
- {erddapy-3.2.0 → erddapy-3.2.1}/erddapy/core/griddap.py +0 -0
- {erddapy-3.2.0 → erddapy-3.2.1}/erddapy/core/interfaces.py +0 -0
- {erddapy-3.2.0 → erddapy-3.2.1}/erddapy/core/netcdf.py +0 -0
- {erddapy-3.2.0 → erddapy-3.2.1}/erddapy/erddapy.py +0 -0
- {erddapy-3.2.0 → erddapy-3.2.1}/erddapy/multiple_server_search.py +0 -0
- {erddapy-3.2.0 → erddapy-3.2.1}/erddapy/servers/__init__.py +0 -0
- {erddapy-3.2.0 → erddapy-3.2.1}/erddapy/servers/servers.py +0 -0
- {erddapy-3.2.0 → erddapy-3.2.1}/erddapy/xarray_erddap.py +0 -0
- {erddapy-3.2.0 → erddapy-3.2.1}/erddapy.egg-info/SOURCES.txt +0 -0
- {erddapy-3.2.0 → erddapy-3.2.1}/pyproject.toml +0 -0
- {erddapy-3.2.0 → erddapy-3.2.1}/requirements-dev.txt +0 -0
- {erddapy-3.2.0 → erddapy-3.2.1}/requirements.txt +0 -0
- {erddapy-3.2.0 → erddapy-3.2.1}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: erddapy
|
|
3
|
-
Version: 3.2.
|
|
3
|
+
Version: 3.2.1
|
|
4
4
|
Summary: Python interface for ERDDAP
|
|
5
5
|
Maintainer-email: Alex Kerney <akerney@gmri.org>, Callum Rollo <c.rollo@outlook.com>, Filipe Fernandes <ocefpaf+erddapy@gmail.com>
|
|
6
6
|
License: Copyright 2017 Filipe Fernandes
|
|
@@ -74,9 +74,9 @@ def _urlopen(url: str, auth: tuple | None = None, **kwargs: dict) -> BinaryIO:
|
|
|
74
74
|
)
|
|
75
75
|
try:
|
|
76
76
|
response.raise_for_status()
|
|
77
|
-
except requests.HTTPError as err:
|
|
77
|
+
except requests.exceptions.HTTPError as err:
|
|
78
78
|
msg = str(response.content.decode())
|
|
79
|
-
raise requests.HTTPError(msg) from err
|
|
79
|
+
raise requests.exceptions.HTTPError(msg) from err
|
|
80
80
|
return io.BytesIO(response.content)
|
|
81
81
|
|
|
82
82
|
|
|
@@ -157,7 +157,11 @@ def _multi_urlopen(url: str) -> BinaryIO:
|
|
|
157
157
|
"""Simpler url open to work with multiprocessing."""
|
|
158
158
|
try:
|
|
159
159
|
data = urlopen(url, requests_kwargs={"timeout": 120})
|
|
160
|
-
except (
|
|
160
|
+
except (
|
|
161
|
+
requests.exceptions.HTTPError,
|
|
162
|
+
requests.exceptions.ConnectionError,
|
|
163
|
+
requests.exceptions.ReadTimeout,
|
|
164
|
+
):
|
|
161
165
|
return None
|
|
162
166
|
return data
|
|
163
167
|
|
|
@@ -65,13 +65,7 @@
|
|
|
65
65
|
"url": "https://erddap.sensors.ioos.us/erddap/",
|
|
66
66
|
"public": true
|
|
67
67
|
},
|
|
68
|
-
|
|
69
|
-
"name": "NOAA IOOS CeNCOOS (Central and Northern California Ocean Observing System)",
|
|
70
|
-
"short_name": "CeNCOOS",
|
|
71
|
-
"url": "https://erddap.axiomdatascience.com/erddap/",
|
|
72
|
-
"public": true
|
|
73
|
-
},
|
|
74
|
-
{
|
|
68
|
+
{
|
|
75
69
|
"name": "CeNCOOS (Central and Northern California Ocean Observing System) ERDDAP",
|
|
76
70
|
"short_name": "CeNCOOS ERDDAP",
|
|
77
71
|
"url": "http://erddap.cencoos.org/erddap/",
|
|
@@ -80,7 +74,7 @@
|
|
|
80
74
|
{
|
|
81
75
|
"name": "NOAA IOOS NERACOOS (Northeastern Regional Association of Coastal and Ocean Observing Systems)",
|
|
82
76
|
"short_name": "NERACOOS",
|
|
83
|
-
"url": "
|
|
77
|
+
"url": "https://data.neracoos.org/erddap/",
|
|
84
78
|
"public": true
|
|
85
79
|
},
|
|
86
80
|
{
|
|
@@ -119,6 +113,12 @@
|
|
|
119
113
|
"url": "http://dap.onc.uvic.ca/erddap/",
|
|
120
114
|
"public": true
|
|
121
115
|
},
|
|
116
|
+
{
|
|
117
|
+
"name": "OTN (Ocean Tracking Network)",
|
|
118
|
+
"short_name": "OTN",
|
|
119
|
+
"url": "http://erddap.oceantrack.org/erddap/",
|
|
120
|
+
"public": true
|
|
121
|
+
},
|
|
122
122
|
{
|
|
123
123
|
"name": "",
|
|
124
124
|
"short_name": "PIFSC",
|
|
@@ -137,12 +137,6 @@
|
|
|
137
137
|
"url": "https://erddap-goldcopy.dataexplorer.oceanobservatories.org/erddap/",
|
|
138
138
|
"public": true
|
|
139
139
|
},
|
|
140
|
-
{
|
|
141
|
-
"name": "Ocean Tracking Network",
|
|
142
|
-
"short_name": "OTN",
|
|
143
|
-
"url": "https://members.oceantrack.org/erddap/",
|
|
144
|
-
"public": true
|
|
145
|
-
},
|
|
146
140
|
{
|
|
147
141
|
"name": "Regional Ocean Modelling System",
|
|
148
142
|
"short_name": "MYROMS",
|
|
@@ -182,7 +176,7 @@
|
|
|
182
176
|
{
|
|
183
177
|
"name": "NOAA CoastWatch Great Lakes Node",
|
|
184
178
|
"short_name": "GLERL",
|
|
185
|
-
"url": "https://
|
|
179
|
+
"url": "https://apps.glerl.noaa.gov/erddap/",
|
|
186
180
|
"public": true
|
|
187
181
|
},
|
|
188
182
|
{
|
|
@@ -209,12 +203,6 @@
|
|
|
209
203
|
"url": "https://upwell.pfeg.noaa.gov/erddap/",
|
|
210
204
|
"public": true
|
|
211
205
|
},
|
|
212
|
-
{
|
|
213
|
-
"name": "Marine Domain Awareness (MDA) - Italy",
|
|
214
|
-
"short_name": "MDA",
|
|
215
|
-
"url": "https://bluehub.jrc.ec.europa.eu/erddap/",
|
|
216
|
-
"public": true
|
|
217
|
-
},
|
|
218
206
|
{
|
|
219
207
|
"name": "French Research Institute for the Exploitation of the Sea",
|
|
220
208
|
"short_name": "IFREMER",
|
|
@@ -224,7 +212,7 @@
|
|
|
224
212
|
{
|
|
225
213
|
"name": "NOAA PMEL (Pacific Marine Environmental Laboratory)",
|
|
226
214
|
"short_name": "PMEL",
|
|
227
|
-
"url": "https://
|
|
215
|
+
"url": "https://data.pmel.noaa.gov/pmel/erddap/",
|
|
228
216
|
"public": true
|
|
229
217
|
},
|
|
230
218
|
{
|
|
@@ -245,24 +233,12 @@
|
|
|
245
233
|
"url": "https://catalogue.hakai.org/erddap/",
|
|
246
234
|
"public": true
|
|
247
235
|
},
|
|
248
|
-
{
|
|
249
|
-
"name": "NANOOS (Northwest Association of Networked Ocean Observing Systems)",
|
|
250
|
-
"short_name": "NANOOS",
|
|
251
|
-
"url": "https://wilson.coas.oregonstate.edu/erddap/",
|
|
252
|
-
"public": true
|
|
253
|
-
},
|
|
254
236
|
{
|
|
255
237
|
"name": "NOAA Polar Watch",
|
|
256
238
|
"short_name": "POLARWATCH",
|
|
257
239
|
"url": "https://polarwatch.noaa.gov/erddap/",
|
|
258
240
|
"public": true
|
|
259
241
|
},
|
|
260
|
-
{
|
|
261
|
-
"name": "NCI (National Computational Infrastructure",
|
|
262
|
-
"short_name": "NCI",
|
|
263
|
-
"url": "http://nrm-erddap.nci.org.au/erddap/",
|
|
264
|
-
"public": true
|
|
265
|
-
},
|
|
266
242
|
{
|
|
267
243
|
"name": "USGS Coastal and Marine Geology Program",
|
|
268
244
|
"short_name": "USGS",
|
|
@@ -275,12 +251,6 @@
|
|
|
275
251
|
"url": "https://erddap.incois.gov.in/erddap/",
|
|
276
252
|
"public": true
|
|
277
253
|
},
|
|
278
|
-
{
|
|
279
|
-
"name": "ICHEC (Irish Centre for High-End Computing",
|
|
280
|
-
"short_name": "ICHEC",
|
|
281
|
-
"url": "https://erddap.ichec.ie/erddap/",
|
|
282
|
-
"public": true
|
|
283
|
-
},
|
|
284
254
|
{
|
|
285
255
|
"name": "Smart Atlantic",
|
|
286
256
|
"short_name": "SmartAtlantic",
|
|
@@ -305,12 +275,6 @@
|
|
|
305
275
|
"url": "https://pub-data.diver.orr.noaa.gov/erddap/",
|
|
306
276
|
"public": true
|
|
307
277
|
},
|
|
308
|
-
{
|
|
309
|
-
"name": "JEODPP ERDDAP server",
|
|
310
|
-
"short_name": "JEOPP",
|
|
311
|
-
"url": "https://jeodpp.jrc.ec.europa.eu/services/erddap/",
|
|
312
|
-
"public": true
|
|
313
|
-
},
|
|
314
278
|
{
|
|
315
279
|
"name": "GCOOS Atmospheric and Oceanographic: Observing System",
|
|
316
280
|
"short_name": "GCOOS",
|
|
@@ -338,13 +302,7 @@
|
|
|
338
302
|
{
|
|
339
303
|
"name": "European Multidisciplinary Seafloor and water column Observatory (EMSO)",
|
|
340
304
|
"short_name": "EMSO ERIC",
|
|
341
|
-
"url": "http://erddap.emso.eu
|
|
342
|
-
"public": true
|
|
343
|
-
},
|
|
344
|
-
{
|
|
345
|
-
"name": "Southern Ocean Carbon and Heat Imact on Climate (SO-CHIC)",
|
|
346
|
-
"short_name": "SO-CHIC",
|
|
347
|
-
"url": "http://erddap.sochic-h2020.eu/erddap/",
|
|
305
|
+
"url": "http://erddap.emso.eu/erddap/",
|
|
348
306
|
"public": true
|
|
349
307
|
},
|
|
350
308
|
{
|
|
@@ -356,13 +314,13 @@
|
|
|
356
314
|
{
|
|
357
315
|
"name": "The Canadian Watershed Information Network at the University of Manitoba",
|
|
358
316
|
"short_name": "CanWIN",
|
|
359
|
-
"url": "https://canwinerddap.ad.umanitoba.ca/erddap/
|
|
317
|
+
"url": "https://canwinerddap.ad.umanitoba.ca/erddap/",
|
|
360
318
|
"public": true
|
|
361
319
|
},
|
|
362
320
|
{
|
|
363
321
|
"name": "NOAA Oceanview",
|
|
364
322
|
"short_name": "NOAA Oceanview",
|
|
365
|
-
"url": "https://oceanview.pfeg.noaa.gov/erddap/
|
|
323
|
+
"url": "https://oceanview.pfeg.noaa.gov/erddap/",
|
|
366
324
|
"public": true
|
|
367
325
|
},
|
|
368
326
|
{
|
|
@@ -374,7 +332,19 @@
|
|
|
374
332
|
{
|
|
375
333
|
"name": "Linked Systems @ the British Oceanographic Data Centre, National Oceanography Centre, UK",
|
|
376
334
|
"short_name": "NOC-BODC Linked Systems",
|
|
377
|
-
"url": "https://linkedsystems.uk/erddap",
|
|
335
|
+
"url": "https://linkedsystems.uk/erddap/",
|
|
336
|
+
"public": true
|
|
337
|
+
},
|
|
338
|
+
{
|
|
339
|
+
"name": "Bio-Oracle Erddap Server",
|
|
340
|
+
"short_name": "Bio-Oracle",
|
|
341
|
+
"url": "https://erddap.bio-oracle.org/erddap/",
|
|
342
|
+
"public": true
|
|
343
|
+
},
|
|
344
|
+
{
|
|
345
|
+
"name": "Commercial Fisheries Research Foundation",
|
|
346
|
+
"short_name": "CFRF",
|
|
347
|
+
"url": "https://erddap.ondeckdata.com/erddap/",
|
|
378
348
|
"public": true
|
|
379
349
|
}
|
|
380
350
|
]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|