Skip to content

Addition of two functions#7

Open
lhenneman wants to merge 11 commits intomasterfrom
lhenneman-patch-3
Open

Addition of two functions#7
lhenneman wants to merge 11 commits intomasterfrom
lhenneman-patch-3

Conversation

@lhenneman
Copy link
Collaborator

combine_inmap_output uses spatial linkages of an inMAP outputs to combine output multiple runs. Employs the sf package. The goal here to is make it easier to plot/analyze many InMAP run output files simultaneously. User provides a directory that contains InMAP output and an optional pattern that matches specific files in the directory

plot_inmap takes output from combine_inmap_output and saves spatial plots to a directory

combine_inmap_output uses spatial linkages of an inMAP outputs to combine output multiple runs. Employs the sf package. The goal here to is make it easier to plot/analyze many InMAP run output files simultaneously. User provides a directory that contains InMAP output and an optional pattern that matches specific files in the directory

plot_inmap takes output from combine_inmap_output and saves spatial plots to a directory
@cchoirat
Copy link
Owner

Thanks @lhenneman!

Have you tried a call such as makeCluster(detectCores() - 1) with condor? Is it compatible with condor's request_cpus tag?

@cchoirat
Copy link
Owner

@lhenneman : Also, we need to add the packages that your functions are using to the DESCRIPTION file.

Apart from ggplot2, what else do you use?

@lhenneman
Copy link
Collaborator Author

lhenneman commented Oct 23, 2017 via email

@lhenneman
Copy link
Collaborator Author

A potential issue - the 'sf' packages isn't available on RCE, and the install is bugging out...it looks like it's something to do with installing the dependancies (u2units2 in particular). Do you have any insight here?

@cchoirat
Copy link
Owner

Have you tried installing from source? install.packages(pkg, type = "source")?

@lhenneman
Copy link
Collaborator Author

Okay, all should be functional now on RCE. combine_inmap_output combines all the output in the inmap output directory that match the pattern, and adds the simple features data only if the sf package is installed. plot_inmap currently only works if the suggested packages are installed.

@cchoirat
Copy link
Owner

cchoirat commented Oct 26, 2017

I merged your patch-3 branch into new dev branch.

@lhenneman
Copy link
Collaborator Author

lhenneman commented Oct 26, 2017 via email

@cchoirat
Copy link
Owner

cchoirat commented Oct 26, 2017 via email

@lhenneman
Copy link
Collaborator Author

lhenneman commented Oct 26, 2017 via email

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

Successfully merging this pull request may close these issues.

2 participants