-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
55 lines (34 loc) · 1.83 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
Geopod is an open source, Java-based plugin for the Integrated Data Viewer (IDV), a geoscience visualization software framework created by Unidata. Developed by the Computer Science and Earth Science departments at Millersville University through a National Science Foundation grant, Geopod is a learning tool designed to enhance undergraduate level earth science education by providing students and instructors with a novel and intuitive way to explore meteorological concepts. Geopod presents a new perspective and simplified interface for using some important features of traditional IDV, while including new features to enhance learning and facilitate classroom use.
SETTING UP AN ECLIPSE PROJECT USING EGit
1. Install EGit from the Eclipse marketplace
2. Create a new git project: File -> Import -> Git -> Projects from Git
3. The 'Select Repository Source' dialog will appear
~Select 'Clone URI'
~Click 'Next'
4. The 'Source Git Repository' dialog will appear
~Fill in the fields as follows
Location
URI: blank (it will be filled in automatically)
Host: github.com
Repository path: MillersvilleCS/geopod.git
Connection
Protocol: https
Port: blank
Authentication
User: your github username
Password: your github password
Store in secure store: optional
~Click 'Next'
5. The 'Branch Selection' dialog will appear
~Select 'master'
6. The 'Local Destination' dialog will appear
~Fill in the fields as follows
Destination
Directory: where the repository will be cloned (most likely your Eclipse workspace)
Initial branch: master
Clone submodules: unchecked
Configuration
Remote name: origin
~Click 'Next'
7. Add a Java 7 or higher JRE System Library to the Build Path
8. Add the Java 3D jars to the Build Path.