From ffb4dca88500a4b304b1a8dea34cb65dfaaa409f Mon Sep 17 00:00:00 2001 From: ReachableCEO Date: Sun, 20 Jul 2025 15:02:38 -0500 Subject: [PATCH] notes. rollup cpature. --- GEOCoder/{GISGraphy => GISGraphy-App}/.env | 0 .../Setup-Guide.md | 0 .../docker-compose.yml | 0 .../setup-gisgraphy.sh | 0 GEOCoder/GISGraphy-Data/HowToImport.md | 39 +++++++++++++++++++ 5 files changed, 39 insertions(+) rename GEOCoder/{GISGraphy => GISGraphy-App}/.env (100%) rename GEOCoder/{GISGraphy => GISGraphy-App}/Setup-Guide.md (100%) rename GEOCoder/{GISGraphy => GISGraphy-App}/docker-compose.yml (100%) rename GEOCoder/{GISGraphy => GISGraphy-App}/setup-gisgraphy.sh (100%) create mode 100644 GEOCoder/GISGraphy-Data/HowToImport.md diff --git a/GEOCoder/GISGraphy/.env b/GEOCoder/GISGraphy-App/.env similarity index 100% rename from GEOCoder/GISGraphy/.env rename to GEOCoder/GISGraphy-App/.env diff --git a/GEOCoder/GISGraphy/Setup-Guide.md b/GEOCoder/GISGraphy-App/Setup-Guide.md similarity index 100% rename from GEOCoder/GISGraphy/Setup-Guide.md rename to GEOCoder/GISGraphy-App/Setup-Guide.md diff --git a/GEOCoder/GISGraphy/docker-compose.yml b/GEOCoder/GISGraphy-App/docker-compose.yml similarity index 100% rename from GEOCoder/GISGraphy/docker-compose.yml rename to GEOCoder/GISGraphy-App/docker-compose.yml diff --git a/GEOCoder/GISGraphy/setup-gisgraphy.sh b/GEOCoder/GISGraphy-App/setup-gisgraphy.sh similarity index 100% rename from GEOCoder/GISGraphy/setup-gisgraphy.sh rename to GEOCoder/GISGraphy-App/setup-gisgraphy.sh diff --git a/GEOCoder/GISGraphy-Data/HowToImport.md b/GEOCoder/GISGraphy-Data/HowToImport.md new file mode 100644 index 0000000..0f7de3f --- /dev/null +++ b/GEOCoder/GISGraphy-Data/HowToImport.md @@ -0,0 +1,39 @@ +# How to import data into GISGraphy + +My notes as of 2025-07-20 at 15:01 + +https://download.gisgraphy.com/ + +Not sure if this is "just" a PBF file, or if it's address data extract or...? + +In the conjainer, imports can be started via + +http://192.168.3.6:12001/admin/importconfirm.html + +I have mapped the data directories to my windows file server: + +```shell +┌──(localuser㉿CharlesDevServer)-[~/KNELDevStack-CDS/docker-data/GIS/gisgraphy] +└─$ ll +total 20 +drwxr-xr-x 3 localuser localuser 4096 Jul 20 13:50 app +drwxr-xr-x 2 localuser localuser 4096 Jul 20 13:44 config +drwxr-xr-x 2 localuser localuser 4096 Jul 20 13:44 data +drwxr-xr-x 2 localuser localuser 4096 Jul 20 13:44 dumps +lrwxrwxrwx 1 localuser localuser 51 Jul 20 14:50 gis-data -> /tsys2-4tb/ETL/GIS/Inbox/Geocode/gisgraphy/gis-data +lrwxrwxrwx 1 localuser localuser 54 Jul 20 14:50 import-data -> /tsys2-4tb/ETL/GIS/Inbox/Geocode/gisgraphy/import-data +drwxr-xr-x 2 localuser localuser 4096 Jul 20 13:57 logs +lrwxrwxrwx 1 localuser localuser 56 Jul 20 14:50 postgres-data -> /tsys2-4tb/ETL/GIS/Inbox/Geocode/gisgraphy/postgres-data +``` + +```shell +┌──(localuser㉿CharlesDevServer)-[~/KNELDevStack-CDS/docker-data/GIS/gisgraphy] +└─$ df -H /tsys2-4tb +Filesystem Size Used Avail Use% Mounted on +//tsys2.knel.net/KNEL 4.1T 608G 3.4T 16% /tsys2-4tb +``` + + +I need to go explore other GIS data imports now, will resume this work later. + +End explore session 1 \ No newline at end of file