Skip to content

Commit

Permalink
Update README before release v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
gacarrillor committed Feb 16, 2018
1 parent affcd1d commit 5e1fb7a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ Un proyecto de: [Agencia de Implementación](https://www.proadmintierra.info/) (

## Funcionalidades

La versión actual (0.0.3) del Asistente LADM_COL permite:
La versión actual (0.0.4) del Asistente LADM_COL depende del plugin [Project Generator](https://github.com/opengisch/projectgenerator/) [v2.0.1.1](https://github.com/AgenciaImplementacion/projectgenerator/releases/tag/2.0.1.1) y permite:

- Capturar datos para el modelo LADM_COL v2.2.0.
- Capturar datos para el modelo LADM_COL v2.2.1.
- Agregar puntos a las capas `Punto Lindero` y `Punto Levantamiento` desde archivo CSV.
- Validar para evitar insertar puntos superpuestos.
- Definir `Linderos` digitalizando sobre el mapa.
Expand All @@ -33,6 +33,9 @@ La versión actual (0.0.3) del Asistente LADM_COL permite:
- `PuntosCCL` (relaciona `Punto Lindero` y `Lindero`)
- `MasCCL` (relaciona `Lindero` y `Terreno`)
- Crear `Predios` a partir de `Terrrenos` existentes.
- Revisar segmentos de linderos muy largos (que superen una tolerancia dada).
- Usar el plugin 'Project Generator' (una dependencia) para cargar capas con formularios y relaciones configuradas.
- Usar estilos preconfigurados para asignarlos a las capas cargadas.

## Pruebas automatizadas al software

Expand Down
7 changes: 5 additions & 2 deletions README_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ A project of: [Agencia de Implementación](https://www.proadmintierra.info/) ([B

## Functionalities

The current version (0.0.3) of the LADM_COL Assistant allows to:
The current version (0.0.4) of the LADM_COL Assistant depends on [Project Generator](https://github.com/opengisch/projectgenerator/) plugin [v2.0.1.1](https://github.com/AgenciaImplementacion/projectgenerator/releases/tag/2.0.1.1) and allows to:

- Capture data for the LADM_COL v2.2.0 model.
- Capture data for the LADM_COL v2.2.1 model.
- Add points to the `Boundary Point` and `Survey Point` layers from CSV files.
- Validate and avoid insertion of overlapping points.
- Define `Boundaries` by digitizing on the map.
Expand All @@ -30,6 +30,9 @@ The current version (0.0.3) of the LADM_COL Assistant allows to:
- `BFS Points` (relates `Boundary Points` to `Boundary`)
- `More BFS` (relates `Boundaries` to `Plot`)
- Create `Parcels` from existing `Plots`.
- Check too long `Boundary` segments (exceeding a given tolerance).
- Use the 'Project Generator' plugin (a prerequisite) to load layers with configured forms and relations.
- Use configured styles for loaded layers.

## Testing

Expand Down
2 changes: 1 addition & 1 deletion asistente_ladm_col/metadata.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name=Asistente LADM_COL
description=Assistant to capture and manage data for Colombian multipurpose cadastre
about=Plugin de QGIS que ayuda a capturar y mantener datos conformes con LADM_COL y a generar archivos de intercambio de INTERLIS (.XTF).
version=0.0.3
version=0.0.4
qgisMinimumVersion=2.99
qgisMaximumVersion=3.99
category=Database
Expand Down

0 comments on commit 5e1fb7a

Please sign in to comment.