forked from 52North/glaps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
46 lines (34 loc) · 1.22 KB
/
README
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
# This README file gives information about the eclipse setup, configuration
# and used plugins during development of the project.
PYTHON-INTERPRETER
==================
To enjoy content-assist you have to add more libraries directly to your Python
interpreter (the paths may vary depending to your system):
1) /var/lib/python-support/python2.5/gtk-2.0
2) /usr/lib/python2.5/site-packages/sugar
PLUGINS
=======
1) Pydev
http://pydev.org/
2) eclox
http://home.gna.org/eclox/#update-site
CONFIGURATION
=============
General configuration points
1) See `cfg/GeospatialLearning'.doxyfile for documentation generation
LIBRARIES
=========
Sugar has no dependency mechanism yet. So we have to ship 3rd party libraries
with this project:
1) shapely
2) geojson
3) groupthink
4) owslib
OTHER
=====
The software depends on the gpsd package which grabs GPS data from a connected
GPS device. Install gpsd by means of your package manager of download it from
http://gpsd.berlios.de/
NOTE: Some distributions provide dependencies to Python GPS bindings and some
do not. Please check within your distribution if the package python-gps will
be installed automatically as dependency to the gpsd package.