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().
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()
.