MANIFEST.in
README.md
setup.cfg
setup.py
maplearn/__init__.py
maplearn/__main__.py
maplearn/logging.cfg
maplearn/run.py
maplearn/run_example.py
maplearn/run_gui.py
maplearn.egg-info/PKG-INFO
maplearn.egg-info/SOURCES.txt
maplearn.egg-info/dependency_links.txt
maplearn.egg-info/entry_points.txt
maplearn.egg-info/not-zip-safe
maplearn.egg-info/requires.txt
maplearn.egg-info/top_level.txt
maplearn/app/__init__.py
maplearn/app/cli.py
maplearn/app/config.py
maplearn/app/main.py
maplearn/app/reporting.py
maplearn/app/static_dict.py
maplearn/app/doc/fr_index.html
maplearn/app/doc/fr_io.html
maplearn/app/doc/fr_preprocess.html
maplearn/app/doc/fr_process.html
maplearn/app/gui/__init__.py
maplearn/app/gui/gui.py
maplearn/app/gui/maplearn_rc.py
maplearn/app/gui/maplearn_ui.py
maplearn/app/gui/Icon/English-Flag-icon.png
maplearn/app/gui/Icon/English-Flag-icon2.png
maplearn/app/gui/Icon/France-Flag-icon.png
maplearn/app/gui/Icon/France-Flag-icon2.png
maplearn/app/gui/Icon/exit_icon.png
maplearn/app/gui/Icon/io_icon.png
maplearn/app/gui/Icon/logo.png
maplearn/app/gui/Icon/new-icon.png
maplearn/app/gui/Icon/open-icon.png
maplearn/app/gui/Icon/preprocess-icon.png
maplearn/app/gui/Icon/preprocess_icon.png
maplearn/app/gui/Icon/process_icon.png
maplearn/app/gui/Icon/quit-icon.png
maplearn/app/gui/Icon/save-icon.png
maplearn/app/gui/Icon/saveas-icon.png
maplearn/app/img/error.png
maplearn/app/img/info.png
maplearn/app/img/logo.png
maplearn/app/img/warning.png
maplearn/app/style/style.css
maplearn/datahandler/__init__.py
maplearn/datahandler/labels.py
maplearn/datahandler/loader.py
maplearn/datahandler/packdata.py
maplearn/datahandler/plotter.py
maplearn/datahandler/signature.py
maplearn/datahandler/writer.py
maplearn/datasets/README.md
maplearn/datasets/classif_landsat_rennes.qml
maplearn/datasets/data.dbf
maplearn/datasets/data.prj
maplearn/datasets/data.qpj
maplearn/datasets/data.shp
maplearn/datasets/data.shx
maplearn/datasets/echantillon.dbf
maplearn/datasets/echantillon.prj
maplearn/datasets/echantillon.sbn
maplearn/datasets/echantillon.sbx
maplearn/datasets/echantillon.shp
maplearn/datasets/echantillon.shx
maplearn/datasets/echantillon_rennes.csv
maplearn/datasets/echantillon_rennes.dbf
maplearn/datasets/echantillon_rennes.prj
maplearn/datasets/echantillon_rennes.qpj
maplearn/datasets/echantillon_rennes.shp
maplearn/datasets/echantillon_rennes.shx
maplearn/datasets/ex1.xlsx
maplearn/datasets/landsat_rennes.tif
maplearn/datasets/landsat_rennes.tif.aux.xml
maplearn/datasets/samples_landsat_rennes.tif
maplearn/datasets/samples_landsat_rennes.tif.aux.xml
maplearn/datasets/samples_landsat_rennes_wg.tif
maplearn/datasets/t11-t22.csv
maplearn/examples/example1.cfg.ORI
maplearn/examples/example2.cfg.ORI
maplearn/examples/example3.cfg.ORI
maplearn/examples/example4.cfg.ORI
maplearn/examples/example5.cfg.ORI
maplearn/examples/example6.cfg.ORI
maplearn/examples/example7.cfg.ORI
maplearn/examples/example8.cfg.ORI
maplearn/filehandler/__init__.py
maplearn/filehandler/csv.py
maplearn/filehandler/excel.py
maplearn/filehandler/filehandler.py
maplearn/filehandler/imagegeo.py
maplearn/filehandler/shapefile.py
maplearn/ml/__init__.py
maplearn/ml/algos_classification.py
maplearn/ml/algos_clustering.py
maplearn/ml/algos_reduction.py
maplearn/ml/algos_regression.py
maplearn/ml/classification.py
maplearn/ml/clustering.py
maplearn/ml/confusion.py
maplearn/ml/distance.py
maplearn/ml/machine.py
maplearn/ml/reduction.py
maplearn/ml/regression.py
maplearn/web/__init__.py
maplearn/web/manage.py
maplearn/web/djmaplearn/__init__.py
maplearn/web/djmaplearn/admin.py
maplearn/web/djmaplearn/models.py
maplearn/web/djmaplearn/tests.py
maplearn/web/djmaplearn/urls.py
maplearn/web/djmaplearn/views.py
maplearn/web/djmaplearn/management/__init__.py
maplearn/web/djmaplearn/management/commands/__init__.py
maplearn/web/djmaplearn/management/commands/job_daemon.py
maplearn/web/djmaplearn/migrations/0001_initial.py
maplearn/web/djmaplearn/migrations/__init__.py
maplearn/web/media/2016/10/14/data/data.shp
maplearn/web/media/2016/10/14/samples/echantillon.shp
maplearn/web/mlweb/__init__.py
maplearn/web/mlweb/settings.py
maplearn/web/mlweb/urls.py
maplearn/web/mlweb/wsgi.py
test/test_classification.py
test/test_clustering.py
test/test_config.py
test/test_confusion.py
test/test_csv.py
test/test_distance.py
test/test_excel.py
test/test_filehandler.py
test/test_imagegeo.py
test/test_labels.py
test/test_loader.py
test/test_main.py
test/test_packdata.py
test/test_plotter.py
test/test_reduction.py
test/test_regression.py
test/test_reporting.py
test/test_script.py
test/test_shapefile.py
test/test_signature.py
test/test_writer.py