Skip to content

Commit

Permalink
#40: Added service strings in catalog.managers and updated docstring …
Browse files Browse the repository at this point in the history
…in ingest_thredds_crawl command
  • Loading branch information
mortenwh committed Jul 25, 2019
1 parent 97ce588 commit ec6ff89
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions geospaas/catalog/managers.py
Original file line number Diff line number Diff line change
@@ -7,6 +7,10 @@
OPENDAP_SERVICE = 'OPENDAP'
FILE_SERVICE_NAME = 'fileService'
LOCAL_FILE_SERVICE = 'local'
HTTP_SERVICE_NAME = 'http'
HTTP_SERVICE = 'HTTPServer'
WMS_SERVICE_NAME = 'wms'
WMS_SERVICE = 'WMS'

class SourceManager(models.Manager):

Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
"""Note: This is tested on Sentinel-1 and Sentinel-2 data from the Norwegian ground segment. Other
repositories may require slight changes in the code. This must be developed gradually..
"""Note: This is tested on Sentinel-1 and Sentinel-2 data from the Norwegian ground segment, and
Arome forecasts from thredds.met.no. Other repositories may require slight changes in the code. This
must be developed gradually..
"""
import warnings
from thredds_crawler.crawl import Crawl

0 comments on commit ec6ff89

Please sign in to comment.