Skip to content

Commit 72158b3

Browse files
author
Favio Medrano
committed
refactor
1 parent f193d27 commit 72158b3

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

pyerddap/erddap_server.py

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -44,24 +44,6 @@ def advancedSearch(self, **filters):
4444
return formatedResults
4545

4646

47-
48-
49-
#def getSearchURL(self, filetype='json', searchFor="",
50-
# protocol="",
51-
# cdm_data_type="",
52-
# institution="",
53-
# ioos_category="",
54-
# keywords="",
55-
# long_name="",
56-
# standard_name="",
57-
# variableName="",
58-
# minLon="",
59-
# maxLon="",
60-
# minLat="",
61-
# maxLat="",
62-
# minTime="",
63-
# maxTime="",
64-
# itemsPerPage=1000, page=1):
6547
def getSearchURL(self, filetype='json', **searchFilters):
6648
"""
6749
Builds the url call for the advanced Search ERDDAP API Rest service.

0 commit comments

Comments
 (0)