From 873725bd7530347f93341e25ab289dad1c5e7f6c Mon Sep 17 00:00:00 2001 From: Frank Jimenez Date: Wed, 24 Jul 2024 09:40:36 +0100 Subject: [PATCH] update README --- README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index d258e6f..f4b84a3 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ popgis --help ``` ## Usage -`input`, `uri` & `table` are required; `schema` & `srid` are optional. +Below are the available commands and flags for Popgis. #### Flags @@ -35,7 +35,7 @@ popgis --help `srid`: choose either 4326 (WGS84) or 3857 (Web Mercator). **Optional**. *Default is 4326.* -`mode`: choose either **overwrite**, **append** or **fail** modes. Read more [here](#modes). +`mode` (short: `-m`): choose either **overwrite**, **append** or **fail** modes. Read more [here](#modes). #### Examples ```bash @@ -51,6 +51,7 @@ popgis -i water_polygons.shp \ -u postgresql://my_username:my_password@localhost:5432/my_database \ -s osm \ -t waters + -m overwrite ``` #### Modes @@ -80,12 +81,12 @@ Although non extensive, the benchmarking shows **Popgis is twice faster than ogr ## Future implementation The list below contains the upcoming implementations. -To do: - +* Project from 4326 to 3857 (and viceversa). * Allow nested GeoJSON properties. -* Improve stdout. -* Modes: create, overwrite & append. -* Allow GeoJSON as input. +* Reduce precision of a GeoJSON file. +* New validate command to validate files. +* Merge two columns of different types. + ## License See [`LICENSE`](./LICENSE)