You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the output location of all the tables is hard coded to match exactly the table name and in the current working directory. The code would be much more useful to me if I could specify the location of the folder to save, e.g. by adding an outfolder=/path/to/somewhere/else option to e.g. writeCDSTables().
The text was updated successfully, but these errors were encountered:
Hi,
Looking at the code, I note also that the options of writing the ReadMe file are not always consistent with the writing tables. same for MRT files. I keep your idea of the output foder option for a next release!
Currently the output location of all the tables is hard coded to match exactly the table name and in the current working directory. The code would be much more useful to me if I could specify the location of the folder to save, e.g. by adding an
outfolder=/path/to/somewhere/else
option to e.g.writeCDSTables()
.The text was updated successfully, but these errors were encountered: