forked from amrit3701/geodata
-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.txt
74 lines (51 loc) · 1.65 KB
/
metadata.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
[general]
name=Geodata Workbench
author=Thomas Gundermann
FreeCADMinimumVersion=0.17.xxxx
description=Support for geodata in FreeCAD
create terrain models as BSpline Surfaces or Mesh
add buildings to the modes
import data from openstreeetmap and other common data sources
about=geodata support for FreeCAD
version=version 0.01
tracker=https://github.com/microelly2/geodata/issues
repository=https://github.com/microelly2/geodata
license=GNU LGPL
; end of mandatory metadata
; start of optional metadata
;category=Raster
changelog=
0.02
- added metadata.txt
0.01 - First release relase
tags=openstreeetmap,google,terrain,contour,nurbs
; these metadata can be empty, they will eventually become mandatory.
homepage=http://freecadbuch.de/doku.php?id=geodat
; icon size should be: ?????
icon=icon.png
screenshot=screenshot.png
; animated gifs are recommended
#screencast=screencast.gif
; experimental flag (applies to the single version)
experimental=True
; deprecated flag (applies to the whole plugin and not only to the uploaded version)
deprecated=False
; if empty, it will be automatically set to major version + .99
:FreeCADMaximumVersion=0.17.xxxx
; start of dependency section
[dependencies]
workbenches=Part, Draft, Points
; specific python version we need to work with?
python=2.7.6
; add 3rd party python libs
;pylibs=numpy vX.y.z
;pylibs=scipy vX.y.z
; add 3rd party optional python libs
;optionalpylibs=scikit vX.y.z
; add 3rd party applications
;3rdparty=VTK vX.y.z
;3rdparty=OCC v7.1.1
; add dependencies of other FC addons
;FCaddon=assembly2@g3425fdr,part-o-magic@f32sed43
; end of dependency section