Skip to content

Spinoff of the popular GEOFRAME repo, mainly aimed at Richard's OMS component integration

License

Notifications You must be signed in to change notification settings

Shappiro/GEOFRAME

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Repository for handling scripts and scratches for GEOFRAME/OMS3 project

Next steps for the project are:

Should I take a look at some FORTRAN components that we already want to integrate inside the GEOFRAME?

Links

Trivia

  • This has been a pain... REMEMBER to include the base class path inside the -classpath during JAVA program execution! e.g.: java -classpath .:../lib/renjin-script-engine-0.8.2165-jar-with-dependencies.jar TryRenjin . obviously stands for "this dir", so the commant above assumes you're executing the code inside the class directory.
  • THE BIGGEST PAINSOURCE OF ALL: for some reason, java does not interpret correctly ~ as $HOME. So, better use $HOME directly for scripting.
  • Example of packaged program execution (also, nice use of dot notation for upwards directory navigation): java -classpath ./:../../../JAVA_BASE_CLASSES/renjin-script-engine-0.8.2165-jar-with-dependencies.jar example1.TryRenjin

Remember: five pushes a day keeps the doctor away

About

Spinoff of the popular GEOFRAME repo, mainly aimed at Richard's OMS component integration

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published