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

URL datatype #19

Closed
micah-prime opened this issue Feb 21, 2019 · 1 comment
Closed

URL datatype #19

micah-prime opened this issue Feb 21, 2019 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@micah-prime
Copy link
Contributor

  • inicheck version: 0.3.3
  • Python version: 3.5
  • Operating System: Ubuntu 16.04

Description

Could we add a URL datatype for accessing files hosted on the web?

The CriticalFilename and Filename are awesome datatypes, but I would like to be able to access netCDF files hosted on an OpenDAP server. This would require the path not be checked and not be treated as a relative path.

@micah-prime micah-prime added the enhancement New feature or request label Feb 21, 2019
@micahjohnson150
Copy link
Collaborator

This came up today as @scotthavens was talking about the OpenDap implementation. It occurred to me that URL datatypes will be a little challenging due to colons being parsed super early in inicheck.

I think the current resolution might be to add quotes and protect anything in them. An issue with that is that if someone forgot it would be really challenging to warn them appropriately.

  • inicheck version 0.3.5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants