From 5b0970106bb4cdae2f529666216c7db60c6db90e Mon Sep 17 00:00:00 2001 From: kauevestena Date: Tue, 19 Dec 2023 15:00:59 +0100 Subject: [PATCH] cleanup and an ado --- README.md | 2 + README.txt | 32 --------------- release/deprecated/filelist.py | 72 ---------------------------------- 3 files changed, 2 insertions(+), 104 deletions(-) delete mode 100644 README.txt delete mode 100644 release/deprecated/filelist.py diff --git a/README.md b/README.md index 0a7714a..5abd281 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,8 @@ The summary of what the plugin does is what follows: It is mostly intended for Acessibility Mapping. +Though the data was generated thinking on the usage for OSM, one may use it for pedestrian network analysis out-of-the-box, or even for other purposes inside or outside QGIS. + ## Known Issues: The only dependency (osm2geojson) have shapely as dependency, but sadly it doesn't come bundled with QGIS, diff --git a/README.txt b/README.txt deleted file mode 100644 index d46feef..0000000 --- a/README.txt +++ /dev/null @@ -1,32 +0,0 @@ -Plugin Builder Results - -Your plugin sidewalkreator was created in: - /home/kaue/osm_sidewalkreator - -Your QGIS plugin directory is located at: - /home/kaue/.local/share/QGIS/QGIS3/profiles/default/python/plugins - -What's Next: - - * Copy the entire directory containing your new plugin to the QGIS plugin - directory - - * Compile the resources file using pyrcc5 - - * Run the tests (``make test``) - - * Test the plugin by enabling it in the QGIS plugin manager - - * Customize it by editing the implementation file: ``osm_sidewalkreator.py`` - - * Create your own custom icon, replacing the default icon.png - - * Modify your user interface by opening sidewalkreator_dialog_base.ui in Qt Designer - - * You can use the Makefile to compile your Ui and resource files when - you make changes. This requires GNU make (gmake) - -For more information, see the PyQGIS Developer Cookbook at: -http://www.qgis.org/pyqgis-cookbook/index.html - -(C) 2011-2018 GeoApt LLC - geoapt.com diff --git a/release/deprecated/filelist.py b/release/deprecated/filelist.py deleted file mode 100644 index 9afc697..0000000 --- a/release/deprecated/filelist.py +++ /dev/null @@ -1,72 +0,0 @@ -""" -you just need to comment the lines with files you wanna exclude from release -""" - -filelist = [ -"/home/kaue/.local/share/QGIS/QGIS3/profiles/default/python/plugins/osm_sidewalkreator/Makefile", -"/home/kaue/.local/share/QGIS/QGIS3/profiles/default/python/plugins/osm_sidewalkreator/requeriments.txt", -"/home/kaue/.local/share/QGIS/QGIS3/profiles/default/python/plugins/osm_sidewalkreator/LICENSE", -"/home/kaue/.local/share/QGIS/QGIS3/profiles/default/python/plugins/osm_sidewalkreator/pb_tool.cfg", -"/home/kaue/.local/share/QGIS/QGIS3/profiles/default/python/plugins/osm_sidewalkreator/resources.py", -"/home/kaue/.local/share/QGIS/QGIS3/profiles/default/python/plugins/osm_sidewalkreator/pylintrc", -"/home/kaue/.local/share/QGIS/QGIS3/profiles/default/python/plugins/osm_sidewalkreator/README.txt", -"/home/kaue/.local/share/QGIS/QGIS3/profiles/default/python/plugins/osm_sidewalkreator/osm_sidewalkreator.py", -"/home/kaue/.local/share/QGIS/QGIS3/profiles/default/python/plugins/osm_sidewalkreator/resources.qrc", -"/home/kaue/.local/share/QGIS/QGIS3/profiles/default/python/plugins/osm_sidewalkreator/osm_fetch.py", -"/home/kaue/.local/share/QGIS/QGIS3/profiles/default/python/plugins/osm_sidewalkreator/README.html", -"/home/kaue/.local/share/QGIS/QGIS3/profiles/default/python/plugins/osm_sidewalkreator/.gitignore", -"/home/kaue/.local/share/QGIS/QGIS3/profiles/default/python/plugins/osm_sidewalkreator/metadata.txt", -"/home/kaue/.local/share/QGIS/QGIS3/profiles/default/python/plugins/osm_sidewalkreator/README.md", -"/home/kaue/.local/share/QGIS/QGIS3/profiles/default/python/plugins/osm_sidewalkreator/generic_functions.py", -"/home/kaue/.local/share/QGIS/QGIS3/profiles/default/python/plugins/osm_sidewalkreator/parameters.py", -"/home/kaue/.local/share/QGIS/QGIS3/profiles/default/python/plugins/osm_sidewalkreator/__init__.py", -"/home/kaue/.local/share/QGIS/QGIS3/profiles/default/python/plugins/osm_sidewalkreator/osm_sidewalkreator_dialog.py", -"/home/kaue/.local/share/QGIS/QGIS3/profiles/default/python/plugins/osm_sidewalkreator/plugin_upload.py", -"/home/kaue/.local/share/QGIS/QGIS3/profiles/default/python/plugins/osm_sidewalkreator/icon.png", -"/home/kaue/.local/share/QGIS/QGIS3/profiles/default/python/plugins/osm_sidewalkreator/osm_sidewalkreator_dialog_base.ui", -"/home/kaue/.local/share/QGIS/QGIS3/profiles/default/python/plugins/osm_sidewalkreator/scripts/run-env-linux.sh", -"/home/kaue/.local/share/QGIS/QGIS3/profiles/default/python/plugins/osm_sidewalkreator/scripts/compile-strings.sh", -"/home/kaue/.local/share/QGIS/QGIS3/profiles/default/python/plugins/osm_sidewalkreator/scripts/update-strings.sh", -"/home/kaue/.local/share/QGIS/QGIS3/profiles/default/python/plugins/osm_sidewalkreator/help/Makefile", -"/home/kaue/.local/share/QGIS/QGIS3/profiles/default/python/plugins/osm_sidewalkreator/help/make.bat", -"/home/kaue/.local/share/QGIS/QGIS3/profiles/default/python/plugins/osm_sidewalkreator/help/source/conf.py", -"/home/kaue/.local/share/QGIS/QGIS3/profiles/default/python/plugins/osm_sidewalkreator/help/source/index.rst", -"/home/kaue/.local/share/QGIS/QGIS3/profiles/default/python/plugins/osm_sidewalkreator/dependencies/osm2geojson-LICENSE", -"/home/kaue/.local/share/QGIS/QGIS3/profiles/default/python/plugins/osm_sidewalkreator/dependencies/osm2geojson-0.1.33-py3-none-any.whl", -"/home/kaue/.local/share/QGIS/QGIS3/profiles/default/python/plugins/osm_sidewalkreator/dependencies/about.md", -"/home/kaue/.local/share/QGIS/QGIS3/profiles/default/python/plugins/osm_sidewalkreator/trash/code_trash", -"/home/kaue/.local/share/QGIS/QGIS3/profiles/default/python/plugins/osm_sidewalkreator/assets/sidewalkstyles.qml", -"/home/kaue/.local/share/QGIS/QGIS3/profiles/default/python/plugins/osm_sidewalkreator/assets/kerbs.qml", -"/home/kaue/.local/share/QGIS/QGIS3/profiles/default/python/plugins/osm_sidewalkreator/assets/crossings.qml", -"/home/kaue/.local/share/QGIS/QGIS3/profiles/default/python/plugins/osm_sidewalkreator/assets/polygonstyles.qml", -"/home/kaue/.local/share/QGIS/QGIS3/profiles/default/python/plugins/osm_sidewalkreator/assets/logos/logos.png", -"/home/kaue/.local/share/QGIS/QGIS3/profiles/default/python/plugins/osm_sidewalkreator/reports/session_debug.txt", -"/home/kaue/.local/share/QGIS/QGIS3/profiles/default/python/plugins/osm_sidewalkreator/test/utilities.py", -"/home/kaue/.local/share/QGIS/QGIS3/profiles/default/python/plugins/osm_sidewalkreator/test/tenbytenraster.asc.aux.xml", -"/home/kaue/.local/share/QGIS/QGIS3/profiles/default/python/plugins/osm_sidewalkreator/test/tenbytenraster.prj", -"/home/kaue/.local/share/QGIS/QGIS3/profiles/default/python/plugins/osm_sidewalkreator/test/tenbytenraster.qml", -"/home/kaue/.local/share/QGIS/QGIS3/profiles/default/python/plugins/osm_sidewalkreator/test/tenbytenraster.asc", -"/home/kaue/.local/share/QGIS/QGIS3/profiles/default/python/plugins/osm_sidewalkreator/test/test_init.py", -"/home/kaue/.local/share/QGIS/QGIS3/profiles/default/python/plugins/osm_sidewalkreator/test/test_resources.py", -"/home/kaue/.local/share/QGIS/QGIS3/profiles/default/python/plugins/osm_sidewalkreator/test/qgis_interface.py", -"/home/kaue/.local/share/QGIS/QGIS3/profiles/default/python/plugins/osm_sidewalkreator/test/tenbytenraster.lic", -"/home/kaue/.local/share/QGIS/QGIS3/profiles/default/python/plugins/osm_sidewalkreator/test/test_qgis_environment.py", -"/home/kaue/.local/share/QGIS/QGIS3/profiles/default/python/plugins/osm_sidewalkreator/test/test_osm_sidewalkreator_dialog.py", -"/home/kaue/.local/share/QGIS/QGIS3/profiles/default/python/plugins/osm_sidewalkreator/test/tenbytenraster.keywords", -"/home/kaue/.local/share/QGIS/QGIS3/profiles/default/python/plugins/osm_sidewalkreator/test/test_translations.py", -"/home/kaue/.local/share/QGIS/QGIS3/profiles/default/python/plugins/osm_sidewalkreator/test/__init__.py", -"/home/kaue/.local/share/QGIS/QGIS3/profiles/default/python/plugins/osm_sidewalkreator/test/extra_tests/sandbox.py", -"/home/kaue/.local/share/QGIS/QGIS3/profiles/default/python/plugins/osm_sidewalkreator/test/extra_tests/polygon01.geojson", -"/home/kaue/.local/share/QGIS/QGIS3/profiles/default/python/plugins/osm_sidewalkreator/temporary/osm_buildings_data_osm_unfiltered.geojson", -"/home/kaue/.local/share/QGIS/QGIS3/profiles/default/python/plugins/osm_sidewalkreator/temporary/osm_addrs_data_osm_unfiltered.geojson", -"/home/kaue/.local/share/QGIS/QGIS3/profiles/default/python/plugins/osm_sidewalkreator/temporary/osm_road_data_osm_unfiltered.geojson", -"/home/kaue/.local/share/QGIS/QGIS3/profiles/default/python/plugins/osm_sidewalkreator/temporary/osm_buildings_data_osm.xml", -"/home/kaue/.local/share/QGIS/QGIS3/profiles/default/python/plugins/osm_sidewalkreator/temporary/osm_addrs_data_osm_reproj.geojson", -"/home/kaue/.local/share/QGIS/QGIS3/profiles/default/python/plugins/osm_sidewalkreator/temporary/osm_addrs_data_osm.xml", -"/home/kaue/.local/share/QGIS/QGIS3/profiles/default/python/plugins/osm_sidewalkreator/temporary/osm_road_data_osm_clipped_reproj.geojson", -"/home/kaue/.local/share/QGIS/QGIS3/profiles/default/python/plugins/osm_sidewalkreator/temporary/osm_addrs_data_osm.geojson", -"/home/kaue/.local/share/QGIS/QGIS3/profiles/default/python/plugins/osm_sidewalkreator/temporary/osm_buildings_data_osm.geojson", -"/home/kaue/.local/share/QGIS/QGIS3/profiles/default/python/plugins/osm_sidewalkreator/temporary/osm_road_data_osm.xml", -"/home/kaue/.local/share/QGIS/QGIS3/profiles/default/python/plugins/osm_sidewalkreator/temporary/osm_road_data_osm.geojson", -"/home/kaue/.local/share/QGIS/QGIS3/profiles/default/python/plugins/osm_sidewalkreator/temporary/osm_road_data_osm_clipped.geojson", -] \ No newline at end of file