├── CNAME ├── CODE_OF_CONDUCT.md ├── README.md ├── compare.html ├── css └── styles.css ├── images ├── CustomShapeFileRealLogo.jpg ├── ban-shapefile.png ├── csv.png ├── geojsonicon_400x400.png ├── geopkg.png ├── gml-sticker-tag-open.jpg ├── icon.ico ├── kml.png ├── prefer-geopackage.png └── spatialite-logo.png ├── index.html └── testsuite ├── README.md ├── bin └── runtests.py ├── killtheshapefile └── __init__.py └── outputs └── stats.json /CNAME: -------------------------------------------------------------------------------- 1 | switchfromshapefile.org -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenGeoLabs/shapefilemustdie/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenGeoLabs/shapefilemustdie/HEAD/README.md -------------------------------------------------------------------------------- /compare.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenGeoLabs/shapefilemustdie/HEAD/compare.html -------------------------------------------------------------------------------- /css/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenGeoLabs/shapefilemustdie/HEAD/css/styles.css -------------------------------------------------------------------------------- /images/CustomShapeFileRealLogo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenGeoLabs/shapefilemustdie/HEAD/images/CustomShapeFileRealLogo.jpg -------------------------------------------------------------------------------- /images/ban-shapefile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenGeoLabs/shapefilemustdie/HEAD/images/ban-shapefile.png -------------------------------------------------------------------------------- /images/csv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenGeoLabs/shapefilemustdie/HEAD/images/csv.png -------------------------------------------------------------------------------- /images/geojsonicon_400x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenGeoLabs/shapefilemustdie/HEAD/images/geojsonicon_400x400.png -------------------------------------------------------------------------------- /images/geopkg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenGeoLabs/shapefilemustdie/HEAD/images/geopkg.png -------------------------------------------------------------------------------- /images/gml-sticker-tag-open.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenGeoLabs/shapefilemustdie/HEAD/images/gml-sticker-tag-open.jpg -------------------------------------------------------------------------------- /images/icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenGeoLabs/shapefilemustdie/HEAD/images/icon.ico -------------------------------------------------------------------------------- /images/kml.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenGeoLabs/shapefilemustdie/HEAD/images/kml.png -------------------------------------------------------------------------------- /images/prefer-geopackage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenGeoLabs/shapefilemustdie/HEAD/images/prefer-geopackage.png -------------------------------------------------------------------------------- /images/spatialite-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenGeoLabs/shapefilemustdie/HEAD/images/spatialite-logo.png -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenGeoLabs/shapefilemustdie/HEAD/index.html -------------------------------------------------------------------------------- /testsuite/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenGeoLabs/shapefilemustdie/HEAD/testsuite/README.md -------------------------------------------------------------------------------- /testsuite/bin/runtests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenGeoLabs/shapefilemustdie/HEAD/testsuite/bin/runtests.py -------------------------------------------------------------------------------- /testsuite/killtheshapefile/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenGeoLabs/shapefilemustdie/HEAD/testsuite/killtheshapefile/__init__.py -------------------------------------------------------------------------------- /testsuite/outputs/stats.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenGeoLabs/shapefilemustdie/HEAD/testsuite/outputs/stats.json --------------------------------------------------------------------------------