forked from OCA/geospatial
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.copier-answers.yml
63 lines (45 loc) · 1.99 KB
/
.copier-answers.yml
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
# Do NOT update manually; changes here will be overwritten by Copier
_commit: v1.14.2
_src_path: gh:oca/oca-addons-repo-template
ci: GitHub
dependency_installation_mode: PIP
generate_requirements_txt: true
github_check_license: true
github_ci_extra_env: {}
github_enable_codecov: true
github_enable_makepot: true
github_enable_stale_action: true
github_enforce_dev_status_compatibility: true
include_wkhtmltopdf: false
odoo_version: 14.0
org_name: Odoo Community Association (OCA)
org_slug: OCA
rebel_module_groups: []
repo_description: 'This project will enable real life GIS support on Odoo.
## Storing your data
All of your spatial data will be stored using robust dataformat provided by PostGIS.
Projections, complex geometry formats (ploygon, lines, dot, donuts, multi-polygon,
etc) are supported. You can import your spatial data with ease using WKT and CSV
or by drawing them directly in Web client.
## Map Visualization and administration
Background map and layers can be configured in the administration part. Various
background sources are available:
- OpenStreetMap, - SwissTopo, - Any WMS sources.
Data layers can also easily be configured using any geometry columns of your system.
Styling like choropleth, propotional symbols etc are available.
## Querying
You data can be queried using various visual tools from your map view. Standard
Odoo queries are supported and geographical operators in UI will be available.
## Referencing
Customers can be georeferenced using open data services
## Extending
A geospatial API is provided, to add your own functionalites at your convenience
## Requirements
* System: * **PostGIS** http://postgis.refractions.net/
* Python: * **Shapely** http://pypi.python.org/pypi/Shapely
* **geojson** http://pypi.python.org/pypi/geojson'
repo_name: Geospatial Addons for Odoo
repo_slug: geospatial
repo_website: https://github.com/OCA/geospatial
travis_apt_packages: []
travis_apt_sources: []