Skip to content

Commit

Permalink
add headers
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustry committed Jul 24, 2014
1 parent 3a647b9 commit 36bb519
Show file tree
Hide file tree
Showing 33 changed files with 675 additions and 117 deletions.
25 changes: 21 additions & 4 deletions Controller/Process.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,25 @@
'''
Created on 17 juin 2014
# -*- coding: utf-8 -*-
"""
/***************************************************************************
QuickOSM
A QGIS plugin
OSM's Overpass API frontend
-------------------
begin : 2014-06-11
copyright : (C) 2014 by 3Liz
email : info at 3liz dot com
contributor : Etienne Trimaille
***************************************************************************/
@author: etienne
'''
/***************************************************************************
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
***************************************************************************/
"""

from QuickOSM.CoreQuickOSM.QueryFactory import QueryFactory
from QuickOSM.CoreQuickOSM.Tools import Tools
Expand Down
25 changes: 21 additions & 4 deletions CoreQuickOSM/API/ConnexionOAPI.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,25 @@
'''
Created on 4 juin 2014
# -*- coding: utf-8 -*-
"""
/***************************************************************************
QuickOSM
A QGIS plugin
OSM's Overpass API frontend
-------------------
begin : 2014-06-11
copyright : (C) 2014 by 3Liz
email : info at 3liz dot com
contributor : Etienne Trimaille
***************************************************************************/
@author: etienne
'''
/***************************************************************************
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
***************************************************************************/
"""

from processing.core.GeoAlgorithmExecutionException import GeoAlgorithmExecutionException
from QuickOSM.CoreQuickOSM.ExceptionQuickOSM import OverpassBadRequestException,OutPutFormatException,OverpassTimeoutException, NetWorkErrorException
Expand Down
25 changes: 21 additions & 4 deletions CoreQuickOSM/API/ConnexionXAPI.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,25 @@
'''
Created on 4 juin 2014
# -*- coding: utf-8 -*-
"""
/***************************************************************************
QuickOSM
A QGIS plugin
OSM's Overpass API frontend
-------------------
begin : 2014-06-11
copyright : (C) 2014 by 3Liz
email : info at 3liz dot com
contributor : Etienne Trimaille
***************************************************************************/
@author: etienne
'''
/***************************************************************************
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
***************************************************************************/
"""

#from processing.core.GeoAlgorithmExecutionException import GeoAlgorithmExecutionException
import urllib2
Expand Down
25 changes: 21 additions & 4 deletions CoreQuickOSM/API/Nominatim.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,25 @@
'''
Created on 11 juin 2014
# -*- coding: utf-8 -*-
"""
/***************************************************************************
QuickOSM
A QGIS plugin
OSM's Overpass API frontend
-------------------
begin : 2014-06-11
copyright : (C) 2014 by 3Liz
email : info at 3liz dot com
contributor : Etienne Trimaille
***************************************************************************/
@author: etienne
'''
/***************************************************************************
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
***************************************************************************/
"""

from QuickOSM.CoreQuickOSM.ExceptionQuickOSM import NominatimAreaException,NetWorkErrorException

Expand Down
25 changes: 21 additions & 4 deletions CoreQuickOSM/Actions.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,25 @@
'''
Created on 15 juil. 2014
# -*- coding: utf-8 -*-
"""
/***************************************************************************
QuickOSM
A QGIS plugin
OSM's Overpass API frontend
-------------------
begin : 2014-06-11
copyright : (C) 2014 by 3Liz
email : info at 3liz dot com
contributor : Etienne Trimaille
***************************************************************************/
@author: etienne
'''
/***************************************************************************
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
***************************************************************************/
"""

from PyQt4.QtGui import *
from PyQt4.QtCore import *
Expand Down
25 changes: 21 additions & 4 deletions CoreQuickOSM/ExceptionQuickOSM.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,25 @@
'''
Created on 4 juil. 2014
# -*- coding: utf-8 -*-
"""
/***************************************************************************
QuickOSM
A QGIS plugin
OSM's Overpass API frontend
-------------------
begin : 2014-06-11
copyright : (C) 2014 by 3Liz
email : info at 3liz dot com
contributor : Etienne Trimaille
***************************************************************************/
@author: etienne
'''
/***************************************************************************
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
***************************************************************************/
"""

from processing.core.GeoAlgorithmExecutionException import GeoAlgorithmExecutionException
from PyQt4.QtGui import QApplication
Expand Down
25 changes: 21 additions & 4 deletions CoreQuickOSM/FileQuery.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,25 @@
'''
Created on 25 juin 2014
# -*- coding: utf-8 -*-
"""
/***************************************************************************
QuickOSM
A QGIS plugin
OSM's Overpass API frontend
-------------------
begin : 2014-06-11
copyright : (C) 2014 by 3Liz
email : info at 3liz dot com
contributor : Etienne Trimaille
***************************************************************************/
@author: etienne
'''
/***************************************************************************
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
***************************************************************************/
"""

import ntpath
import ConfigParser
Expand Down
25 changes: 21 additions & 4 deletions CoreQuickOSM/FileQueryWriter.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,25 @@
'''
Created on 22 juil. 2014
# -*- coding: utf-8 -*-
"""
/***************************************************************************
QuickOSM
A QGIS plugin
OSM's Overpass API frontend
-------------------
begin : 2014-06-11
copyright : (C) 2014 by 3Liz
email : info at 3liz dot com
contributor : Etienne Trimaille
***************************************************************************/
@author: etienne
'''
/***************************************************************************
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
***************************************************************************/
"""

from PyQt4.QtCore import *
from QuickOSM.CoreQuickOSM.ExceptionQuickOSM import QueryAlreadyExistsException
Expand Down
25 changes: 21 additions & 4 deletions CoreQuickOSM/IniFile.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,25 @@
'''
Created on 25 juin 2014
# -*- coding: utf-8 -*-
"""
/***************************************************************************
QuickOSM
A QGIS plugin
OSM's Overpass API frontend
-------------------
begin : 2014-06-11
copyright : (C) 2014 by 3Liz
email : info at 3liz dot com
contributor : Etienne Trimaille
***************************************************************************/
@author: etienne
'''
/***************************************************************************
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
***************************************************************************/
"""

import ntpath
import ConfigParser
Expand Down
25 changes: 21 additions & 4 deletions CoreQuickOSM/Parser/FirstRelationIdParser.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,25 @@
'''
Created on 23 juin 2014
# -*- coding: utf-8 -*-
"""
/***************************************************************************
QuickOSM
A QGIS plugin
OSM's Overpass API frontend
-------------------
begin : 2014-06-11
copyright : (C) 2014 by 3Liz
email : info at 3liz dot com
contributor : Etienne Trimaille
***************************************************************************/
@author: etienne
'''
/***************************************************************************
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
***************************************************************************/
"""

import xml.etree.ElementTree as ET

Expand Down
22 changes: 22 additions & 0 deletions CoreQuickOSM/Parser/OsmParser.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,26 @@
# -*- coding: utf-8 -*-
"""
/***************************************************************************
QuickOSM
A QGIS plugin
OSM's Overpass API frontend
-------------------
begin : 2014-06-11
copyright : (C) 2014 by 3Liz
email : info at 3liz dot com
contributor : Etienne Trimaille
***************************************************************************/
/***************************************************************************
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
***************************************************************************/
"""

from qgis.core import QgsVectorLayer, QgsFeature, QgsField, QgsFields, QgsVectorFileWriter
from PyQt4.QtCore import *
from PyQt4.QtGui import QApplication
Expand Down
25 changes: 21 additions & 4 deletions CoreQuickOSM/QueryFactory.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,25 @@
'''
Created on 27 juin 2014
# -*- coding: utf-8 -*-
"""
/***************************************************************************
QuickOSM
A QGIS plugin
OSM's Overpass API frontend
-------------------
begin : 2014-06-11
copyright : (C) 2014 by 3Liz
email : info at 3liz dot com
contributor : Etienne Trimaille
***************************************************************************/
@author: etienne
'''
/***************************************************************************
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
***************************************************************************/
"""

from qgis.core import QgsRectangle

Expand Down
25 changes: 21 additions & 4 deletions CoreQuickOSM/Tools.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,25 @@
'''
Created on 16 juin 2014
# -*- coding: utf-8 -*-
"""
/***************************************************************************
QuickOSM
A QGIS plugin
OSM's Overpass API frontend
-------------------
begin : 2014-06-11
copyright : (C) 2014 by 3Liz
email : info at 3liz dot com
contributor : Etienne Trimaille
***************************************************************************/
@author: etienne
'''
/***************************************************************************
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
***************************************************************************/
"""

from PyQt4.QtCore import QSettings
import re
Expand Down
Loading

0 comments on commit 36bb519

Please sign in to comment.