-
Notifications
You must be signed in to change notification settings - Fork 12
Thredds harvest #86
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
base: master
Are you sure you want to change the base?
Thredds harvest #86
Changes from 16 commits
dd3a607
61eb279
dc1f020
1b0168e
9301915
2678a9b
974d779
80347e4
b77940c
616e471
cd7b1db
04cacc4
c07f764
0550a31
b85819a
40960b4
17eb6ea
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
[ | ||
{ "bald" : "summary", "schemaorg": "description" }, | ||
{ "bald" : "title", "schemaorg": "name" }, | ||
{ "bald" : "id", "schemaorg": "identifier" }, | ||
{ "bald" : "keywords", "schemaorg": "keywords" }, | ||
{ "bald" : "license", "schemaorg": "license" }, | ||
{ "bald" : "standard_name", "schemaorg": "variableMeasured" } | ||
] |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
lxml | ||
pydap | ||
requests-futures | ||
owslib | ||
urllib3 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. this dependency doesn't appear to be used anywhere There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. threddsnc2rdf.py uses the urljoin/split/parse functions of urllib3/urllib. |
||
python-dateutil | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. this dependency doesn't appear to be used anywhere There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. the code used to use the parser function. seems like it doesn't now. it can go. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this dependency doesn't appear to be used anywhere
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
requests-futures could probably go