# 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