Setup project directory

This commit is contained in:
Florent Guiotte 2018-03-19 11:43:51 +01:00
parent 88a951b77c
commit ea29c16f2a
4 changed files with 48 additions and 0 deletions

1
.gitattributes vendored Normal file
View File

@ -0,0 +1 @@
*.ipynb filter=dropoutput_ipynb

6
.gitignore vendored Normal file
View File

@ -0,0 +1,6 @@
[Rr]es/
[Ll]ogs/
[Dd]ata/
*.pyc
*.log
.ipynb_checkpoints/

View File

@ -0,0 +1,31 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3"
}
},
"nbformat": 4,
"nbformat_minor": 2
}

View File

@ -0,0 +1,10 @@
LiDAR 2D Attribute Profiles
===========================
- [2018 IEEE GRSS Data Fusion Challenge - Dataset](http://hyperspectral.ee.uh.edu/?page_id=1075)
Dependences
-----------
- [TRISKELE](https://sourcesup.renater.fr/projects/triskele/)
- Python 3