gitextract_bfvn58ds/ ├── LICENSE.md ├── README.md ├── open_administrative_data/ │ ├── Makefile │ ├── dissolvers/ │ │ ├── Makefile │ │ └── README.md │ ├── quattroshapes/ │ │ ├── quattroshapes_localities_priority_and_extras_master_post_diss_attr2.cpg │ │ ├── quattroshapes_localities_priority_and_extras_master_post_diss_attr2.dbf │ │ ├── quattroshapes_localities_priority_and_extras_master_post_diss_attr2.prj │ │ ├── quattroshapes_localities_priority_and_extras_master_post_diss_attr2.shp │ │ └── quattroshapes_localities_priority_and_extras_master_post_diss_attr2.shx │ └── templates/ │ ├── template_adm0.cpg │ ├── template_adm0.dbf │ ├── template_adm0.prj │ ├── template_adm0.shp │ ├── template_adm0.shx │ ├── template_adm1.cpg │ ├── template_adm1.dbf │ ├── template_adm1.prj │ ├── template_adm1.shp │ ├── template_adm1.shx │ ├── template_adm1_region.cpg │ ├── template_adm1_region.dbf │ ├── template_adm1_region.prj │ ├── template_adm1_region.shp │ ├── template_adm1_region.shx │ ├── template_adm2.cpg │ ├── template_adm2.dbf │ ├── template_adm2.prj │ ├── template_adm2.shp │ ├── template_adm2.shx │ ├── template_adm2_region.cpg │ ├── template_adm2_region.dbf │ ├── template_adm2_region.prj │ ├── template_adm2_region.shp │ ├── template_adm2_region.shx │ ├── template_localadmin.cpg │ ├── template_localadmin.dbf │ ├── template_localadmin.prj │ ├── template_localadmin.shp │ ├── template_localadmin.shx │ ├── template_localities.cpg │ ├── template_localities.dbf │ ├── template_localities.prj │ ├── template_localities.shp │ └── template_localities.shx └── quattroshapes/ ├── .gitignore ├── README.txt ├── __init__.py ├── add_admins.sql ├── bounds.py ├── bounds.txt ├── bounds_backfill.py ├── bounds_backfill_woe_adjacent.py ├── bounds_backfill_woe_children.py ├── check_neighbors.py ├── neighborhoods_diss_and_add_admin_ids_and_names.sql ├── outliers.py ├── outliers_mark_ignore.py ├── quattroshapes_gazetteer.sql ├── smooth.py ├── tile_renderer_full_database.py ├── tilestache-seed.py ├── tilestache.cfg └── tilestacheexceptions.py