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

Work with local files instead of online files #21

Closed
1 of 4 tasks
cboettig opened this issue Jun 28, 2013 · 1 comment
Closed
1 of 4 tasks

Work with local files instead of online files #21

cboettig opened this issue Jun 28, 2013 · 1 comment

Comments

@cboettig
Copy link
Member

eml_read and eml_write both assume online endpoints for all files.

  • Need to see how to provide option to use/support local destinations at custom file paths (perhaps just physical filename of EML file and datafiles).
  • Add option/toggle on eml_read to attempt local access (with specified path?)
  • eml_write needs to include it's own filename in the EML(?)
  • eml_write probably shouldn't write a <distribution><online> node. That should be added by eml_publish.
@cboettig
Copy link
Member Author

cboettig commented Sep 3, 2013

Currently assumes local files are in the working directory.

No longer assuming online or offline endpoints, just uses what it is given. eml_publish step will add online endpoints when available.

@cboettig cboettig closed this as completed Sep 3, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant