├── .gitignore ├── DataPillagerIcon.png ├── DataServicePillager.py ├── Desktop ├── DataServicePillagerPy27.py └── ServiceDownloader_103.tbx ├── LICENSE.txt ├── README.md ├── ServiceDownloaderPro.tbx └── featureset_option.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gdherbert/DataPillager/HEAD/.gitignore -------------------------------------------------------------------------------- /DataPillagerIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gdherbert/DataPillager/HEAD/DataPillagerIcon.png -------------------------------------------------------------------------------- /DataServicePillager.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gdherbert/DataPillager/HEAD/DataServicePillager.py -------------------------------------------------------------------------------- /Desktop/DataServicePillagerPy27.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gdherbert/DataPillager/HEAD/Desktop/DataServicePillagerPy27.py -------------------------------------------------------------------------------- /Desktop/ServiceDownloader_103.tbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gdherbert/DataPillager/HEAD/Desktop/ServiceDownloader_103.tbx -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gdherbert/DataPillager/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gdherbert/DataPillager/HEAD/README.md -------------------------------------------------------------------------------- /ServiceDownloaderPro.tbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gdherbert/DataPillager/HEAD/ServiceDownloaderPro.tbx -------------------------------------------------------------------------------- /featureset_option.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gdherbert/DataPillager/HEAD/featureset_option.py --------------------------------------------------------------------------------