@@ -14,9 +14,9 @@ OpenSPP HDX COD Integration
1414 !! source digest: sha256:cf138e08394d940c78e288afd34fd606ac55ac16203d679b29c392b02aa4bdae
1515 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1616
17- .. |badge1 | image :: https://img.shields.io/badge/maturity-Alpha-red .png
17+ .. |badge1 | image :: https://img.shields.io/badge/maturity-Beta-yellow .png
1818 :target: https://odoo-community.org/page/development-status
19- :alt: Alpha
19+ :alt: Beta
2020.. |badge2 | image :: https://img.shields.io/badge/license-LGPL--3-blue.png
2121 :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
2222 :alt: License: LGPL-3
@@ -35,17 +35,17 @@ area lookup using PostGIS spatial queries.
3535Key Capabilities
3636~~~~~~~~~~~~~~~~
3737
38- - Sync COD dataset metadata from HDX API by country
39- - Auto-detect field mappings from GeoJSON (P-code, name, parent P-code)
40- using HXL tags
41- - Import admin boundaries with polygons from HDX or manually uploaded
42- GeoJSON files
43- - Match imported features to existing areas by P-code or create new
44- areas
45- - GPS-based area lookup using PostGIS ``ST_Contains `` for
46- point-in-polygon queries
47- - Standardize area identification with HDX P-codes for inter-agency
48- coordination
38+ - Sync COD dataset metadata from HDX API by country
39+ - Auto-detect field mappings from GeoJSON (P-code, name, parent P-code)
40+ using HXL tags
41+ - Import admin boundaries with polygons from HDX or manually uploaded
42+ GeoJSON files
43+ - Match imported features to existing areas by P-code or create new
44+ areas
45+ - GPS-based area lookup using PostGIS ``ST_Contains `` for
46+ point-in-polygon queries
47+ - Standardize area identification with HDX P-codes for inter-agency
48+ coordination
4949
5050Key Models
5151~~~~~~~~~~
@@ -83,10 +83,10 @@ After installing:
8383UI Location
8484~~~~~~~~~~~
8585
86- - **Menu **: Area > Areas > HDX Integration > COD Sources
87- - **Import **: Area > Areas > HDX Integration > Import COD
88- - **Area Records **: Extended with HDX P-code field visible in area form
89- view
86+ - **Menu **: Area > Areas > HDX Integration > COD Sources
87+ - **Import **: Area > Areas > HDX Integration > Import COD
88+ - **Area Records **: Extended with HDX P-code field visible in area form
89+ view
9090
9191Security
9292~~~~~~~~
@@ -103,27 +103,22 @@ Security
103103Extension Points
104104~~~~~~~~~~~~~~~~
105105
106- - ``spp.area.find_by_coordinates(latitude, longitude, level=None) `` -
107- Find area containing GPS point
108- - ``spp.area.find_all_containing(latitude, longitude) `` - Find all
109- areas in hierarchy containing point
110- - ``spp.area.find_by_pcode(pcode) `` - Find area by HDX P-code or
111- fallback to code field
112- - Inherit ``spp.hdx.cod.source `` to add country-specific dataset
113- discovery logic
114- - Inherit ``spp.hdx.cod.import.wizard._process_features() `` to
115- customize import behavior
106+ - ``spp.area.find_by_coordinates(latitude, longitude, level=None) `` -
107+ Find area containing GPS point
108+ - ``spp.area.find_all_containing(latitude, longitude) `` - Find all areas
109+ in hierarchy containing point
110+ - ``spp.area.find_by_pcode(pcode) `` - Find area by HDX P-code or
111+ fallback to code field
112+ - Inherit ``spp.hdx.cod.source `` to add country-specific dataset
113+ discovery logic
114+ - Inherit ``spp.hdx.cod.import.wizard._process_features() `` to customize
115+ import behavior
116116
117117Dependencies
118118~~~~~~~~~~~~
119119
120120``spp_area ``, ``spp_gis ``
121121
122- .. IMPORTANT ::
123- This is an alpha version, the data model and design can change at any time without warning.
124- Only for development or testing purpose, do not use in production.
125- `More details on development status <https://odoo-community.org/page/development-status >`_
126-
127122**Table of contents **
128123
129124.. contents ::
@@ -150,6 +145,23 @@ Authors
150145Maintainers
151146-----------
152147
148+ .. |maintainer-jeremi | image :: https://github.com/jeremi.png?size=40px
149+ :target: https://github.com/jeremi
150+ :alt: jeremi
151+ .. |maintainer-gonzalesedwin1123 | image :: https://github.com/gonzalesedwin1123.png?size=40px
152+ :target: https://github.com/gonzalesedwin1123
153+ :alt: gonzalesedwin1123
154+ .. |maintainer-reichie020212 | image :: https://github.com/reichie020212.png?size=40px
155+ :target: https://github.com/reichie020212
156+ :alt: reichie020212
157+ .. |maintainer-emjay0921 | image :: https://github.com/emjay0921.png?size=40px
158+ :target: https://github.com/emjay0921
159+ :alt: emjay0921
160+
161+ Current maintainers:
162+
163+ |maintainer-jeremi | |maintainer-gonzalesedwin1123 | |maintainer-reichie020212 | |maintainer-emjay0921 |
164+
153165This module is part of the `OpenSPP/OpenSPP2 <https://github.com/OpenSPP/OpenSPP2/tree/19.0/spp_area_hdx >`_ project on GitHub.
154166
155167You are welcome to contribute.
0 commit comments