Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
davenquinn authored Apr 3, 2024
1 parent e4b0b1e commit 8f1251f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The most important elements of this tool are its
CLI largely wrap these elements.

This tool is similar to Luca Penasa's [Mappy](https://github.com/europlanet-gmap/mappy) QGIS plugin.
However, it is limited to the PostGIS platform and focuses on iterative use and speed
However, it relies heavily on the PostGIS spatial database system and focuses on iterative use and speed
with large datasets.

## Interfaces
Expand All @@ -39,8 +39,8 @@ surficial units) and line types.

### Python module

In version 4, we inagurated a new Python-based design that creates a
`mapboard.topology_manager` module. This module is in an early phase, but it
In version 4, we inagurated a new Python-based design, with a
`mapboard.topology_manager` module for library use. This module is in an early phase, but it
will eventually be released on PyPI. For now, it underpins the command-line
interface and the watcher process.

Expand Down Expand Up @@ -138,7 +138,7 @@ software around it needs much improvement.

- [ ] Improve documentation and onboarding process.
- [ ] Improve configurability and stability of Docker version
- [ ] Move `map_topology.subtopology` table to `map_digitizer` schema (it
currently breaks rule of no dependencies between the schemas).
- [ ] Stabilize and document vector-tile generation functionality.
- [ ] TESTS!
- [x] ~~Move `map_topology.subtopology` table to `map_digitizer` schema (it
currently breaks rule of no dependencies between the schemas).~~ This is now outmoded by the `mapboard.map_layer` construct.
- [x] ~~Stabilize and document vector-tile generation functionality.~~ Vector tile creation has been moved out of this library.
- [x] TESTS!

0 comments on commit 8f1251f

Please sign in to comment.