-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ajout des termes de la licence CeCILL précisant les conditions de réu…
…tilisation du code source du projet AgiRisk
- Loading branch information
Showing
142 changed files
with
3,329 additions
and
2 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,20 @@ | ||
""" | ||
/*************************************************************************** | ||
Plugin du projet AgiRisk | ||
begin : 2022-04-06 | ||
copyright : (C) 2023 by Cerema | ||
email : [email protected] | ||
***************************************************************************/ | ||
/*************************************************************************** | ||
* * | ||
* Ce programme est un logiciel libre, distribué selon les termes de la * | ||
* licence CeCILL v2.1 disponible à l'adresse suivante : * | ||
* http://www.cecill.info/licences/Licence_CeCILL_V2.1-fr.html * | ||
* ou toute autre version ultérieure. * | ||
* * | ||
***************************************************************************/ | ||
""" | ||
''' | ||
Class ArborescenceActions.py | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,20 @@ | ||
""" | ||
/*************************************************************************** | ||
Plugin du projet AgiRisk | ||
begin : 2022-04-06 | ||
copyright : (C) 2023 by Cerema | ||
email : [email protected] | ||
***************************************************************************/ | ||
/*************************************************************************** | ||
* * | ||
* Ce programme est un logiciel libre, distribué selon les termes de la * | ||
* licence CeCILL v2.1 disponible à l'adresse suivante : * | ||
* http://www.cecill.info/licences/Licence_CeCILL_V2.1-fr.html * | ||
* ou toute autre version ultérieure. * | ||
* * | ||
***************************************************************************/ | ||
""" | ||
''' | ||
Class ArborescenceIndicateurs.py | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,21 @@ | ||
""" | ||
/*************************************************************************** | ||
Plugin du projet AgiRisk | ||
begin : 2022-04-06 | ||
copyright : (C) 2023 by Cerema | ||
email : [email protected] | ||
***************************************************************************/ | ||
/*************************************************************************** | ||
* * | ||
* Ce programme est un logiciel libre, distribué selon les termes de la * | ||
* licence CeCILL v2.1 disponible à l'adresse suivante : * | ||
* http://www.cecill.info/licences/Licence_CeCILL_V2.1-fr.html * | ||
* ou toute autre version ultérieure. * | ||
* * | ||
***************************************************************************/ | ||
""" | ||
|
||
import psycopg2 | ||
import psycopg2.extras | ||
from qgis.core import QgsMessageLog, Qgis, QgsDataSourceUri, QgsMapLayer, QgsVectorLayerExporter, QgsVectorLayer, QgsFeatureRequest, QgsField | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,21 @@ | ||
""" | ||
/*************************************************************************** | ||
Plugin du projet AgiRisk | ||
begin : 2022-04-06 | ||
copyright : (C) 2023 by Cerema | ||
email : [email protected] | ||
***************************************************************************/ | ||
/*************************************************************************** | ||
* * | ||
* Ce programme est un logiciel libre, distribué selon les termes de la * | ||
* licence CeCILL v2.1 disponible à l'adresse suivante : * | ||
* http://www.cecill.info/licences/Licence_CeCILL_V2.1-fr.html * | ||
* ou toute autre version ultérieure. * | ||
* * | ||
***************************************************************************/ | ||
""" | ||
|
||
from qgis.PyQt.QtWidgets import QWidget, QDockWidget | ||
from qgis.core import QgsMessageLog, Qgis | ||
from PyQt5 import QtGui, QtWidgets | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,21 @@ | ||
""" | ||
/*************************************************************************** | ||
Plugin du projet AgiRisk | ||
begin : 2022-04-06 | ||
copyright : (C) 2023 by Cerema | ||
email : [email protected] | ||
***************************************************************************/ | ||
/*************************************************************************** | ||
* * | ||
* Ce programme est un logiciel libre, distribué selon les termes de la * | ||
* licence CeCILL v2.1 disponible à l'adresse suivante : * | ||
* http://www.cecill.info/licences/Licence_CeCILL_V2.1-fr.html * | ||
* ou toute autre version ultérieure. * | ||
* * | ||
***************************************************************************/ | ||
""" | ||
|
||
from PyQt5 import QtCore | ||
from PyQt5.QtCore import Qt, QObject, QVariant | ||
from PyQt5.QtGui import QColor | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,21 @@ | ||
""" | ||
/*************************************************************************** | ||
Plugin du projet AgiRisk | ||
begin : 2022-04-06 | ||
copyright : (C) 2023 by Cerema | ||
email : [email protected] | ||
***************************************************************************/ | ||
/*************************************************************************** | ||
* * | ||
* Ce programme est un logiciel libre, distribué selon les termes de la * | ||
* licence CeCILL v2.1 disponible à l'adresse suivante : * | ||
* http://www.cecill.info/licences/Licence_CeCILL_V2.1-fr.html * | ||
* ou toute autre version ultérieure. * | ||
* * | ||
***************************************************************************/ | ||
""" | ||
|
||
import copy, os | ||
from qgis.core import QgsVectorLayer, QgsFeature, QgsProject, QgsField, QgsMessageLog, Qgis, QgsCoordinateReferenceSystem, QgsCoordinateTransformContext, QgsFeature, QgsField, QgsFields, QgsWkbTypes, QgsCoordinateTransform | ||
from PyQt5.QtCore import QVariant | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,21 @@ | ||
""" | ||
/*************************************************************************** | ||
Plugin du projet AgiRisk | ||
begin : 2022-04-06 | ||
copyright : (C) 2023 by Cerema | ||
email : [email protected] | ||
***************************************************************************/ | ||
/*************************************************************************** | ||
* * | ||
* Ce programme est un logiciel libre, distribué selon les termes de la * | ||
* licence CeCILL v2.1 disponible à l'adresse suivante : * | ||
* http://www.cecill.info/licences/Licence_CeCILL_V2.1-fr.html * | ||
* ou toute autre version ultérieure. * | ||
* * | ||
***************************************************************************/ | ||
""" | ||
|
||
from qgis.core import QgsRasterLayer | ||
from PyQt5.QtCore import QVariant | ||
import json, os | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,21 @@ | ||
""" | ||
/*************************************************************************** | ||
Plugin du projet AgiRisk | ||
begin : 2022-04-06 | ||
copyright : (C) 2023 by Cerema | ||
email : [email protected] | ||
***************************************************************************/ | ||
/*************************************************************************** | ||
* * | ||
* Ce programme est un logiciel libre, distribué selon les termes de la * | ||
* licence CeCILL v2.1 disponible à l'adresse suivante : * | ||
* http://www.cecill.info/licences/Licence_CeCILL_V2.1-fr.html * | ||
* ou toute autre version ultérieure. * | ||
* * | ||
***************************************************************************/ | ||
""" | ||
|
||
from PyQt5.QtWidgets import QMessageBox | ||
|
||
def avertissement(texte, info): | ||
|
18 changes: 18 additions & 0 deletions
18
scripts/creation_arborescences/script_arborescences_pts_vue/exemple_rendu_arbo_pt_vue.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,21 @@ | ||
""" | ||
/*************************************************************************** | ||
Plugin du projet AgiRisk | ||
begin : 2022-04-06 | ||
copyright : (C) 2023 by Cerema | ||
email : [email protected] | ||
***************************************************************************/ | ||
/*************************************************************************** | ||
* * | ||
* Ce programme est un logiciel libre, distribué selon les termes de la * | ||
* licence CeCILL v2.1 disponible à l'adresse suivante : * | ||
* http://www.cecill.info/licences/Licence_CeCILL_V2.1-fr.html * | ||
* ou toute autre version ultérieure. * | ||
* * | ||
***************************************************************************/ | ||
""" | ||
|
||
import sys | ||
from PyQt5 import QtGui, QtWidgets | ||
import json | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,21 @@ | ||
""" | ||
/*************************************************************************** | ||
Plugin du projet AgiRisk | ||
begin : 2022-04-06 | ||
copyright : (C) 2023 by Cerema | ||
email : [email protected] | ||
***************************************************************************/ | ||
/*************************************************************************** | ||
* * | ||
* Ce programme est un logiciel libre, distribué selon les termes de la * | ||
* licence CeCILL v2.1 disponible à l'adresse suivante : * | ||
* http://www.cecill.info/licences/Licence_CeCILL_V2.1-fr.html * | ||
* ou toute autre version ultérieure. * | ||
* * | ||
***************************************************************************/ | ||
""" | ||
|
||
import sys | ||
|
||
# Récupération des arguments | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,19 @@ | ||
--*************************************************************************** | ||
-- Fonction de la base de données du projet AgiRisk | ||
-- begin : 2022-04-06 | ||
-- copyright : (C) 2023 by Cerema | ||
-- email : [email protected] | ||
--***************************************************************************/ | ||
|
||
--/*************************************************************************** | ||
--* * | ||
--* Ce programme est un logiciel libre, distribué selon les termes de la * | ||
--* licence CeCILL v2.1 disponible à l'adresse suivante : * | ||
--* http://www.cecill.info/licences/Licence_CeCILL_V2.1-fr.html * | ||
--* ou toute autre version ultérieure. * | ||
--* * | ||
--/***************************************************************************/ | ||
|
||
SET client_encoding = 'UTF8'; | ||
|
||
CREATE OR REPLACE PROCEDURE public.__indic_all(IN nom_ter text, IN an_bdtopo text, IN an_fct_dmg text) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,19 @@ | ||
--*************************************************************************** | ||
-- Fonction de la base de données du projet AgiRisk | ||
-- begin : 2022-04-06 | ||
-- copyright : (C) 2023 by Cerema | ||
-- email : [email protected] | ||
--***************************************************************************/ | ||
|
||
--/*************************************************************************** | ||
--* * | ||
--* Ce programme est un logiciel libre, distribué selon les termes de la * | ||
--* licence CeCILL v2.1 disponible à l'adresse suivante : * | ||
--* http://www.cecill.info/licences/Licence_CeCILL_V2.1-fr.html * | ||
--* ou toute autre version ultérieure. * | ||
--* * | ||
--/***************************************************************************/ | ||
|
||
SET client_encoding = 'UTF8'; | ||
|
||
CREATE OR REPLACE FUNCTION public.__indic_all_fct(nom_ter text, an_bdtopo text, an_fct_dmg text) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,19 @@ | ||
--*************************************************************************** | ||
-- Fonction de la base de données du projet AgiRisk | ||
-- begin : 2022-04-06 | ||
-- copyright : (C) 2023 by Cerema | ||
-- email : [email protected] | ||
--***************************************************************************/ | ||
|
||
--/*************************************************************************** | ||
--* * | ||
--* Ce programme est un logiciel libre, distribué selon les termes de la * | ||
--* licence CeCILL v2.1 disponible à l'adresse suivante : * | ||
--* http://www.cecill.info/licences/Licence_CeCILL_V2.1-fr.html * | ||
--* ou toute autre version ultérieure. * | ||
--* * | ||
--/***************************************************************************/ | ||
|
||
SET client_encoding = 'UTF8'; | ||
|
||
CREATE OR REPLACE FUNCTION public.__indic_logt_zx(nom_ter text, typ_alea text, code_occ text, an_bdtopo text) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,19 @@ | ||
--*************************************************************************** | ||
-- Fonction de la base de données du projet AgiRisk | ||
-- begin : 2022-04-06 | ||
-- copyright : (C) 2023 by Cerema | ||
-- email : [email protected] | ||
--***************************************************************************/ | ||
|
||
--/*************************************************************************** | ||
--* * | ||
--* Ce programme est un logiciel libre, distribué selon les termes de la * | ||
--* licence CeCILL v2.1 disponible à l'adresse suivante : * | ||
--* http://www.cecill.info/licences/Licence_CeCILL_V2.1-fr.html * | ||
--* ou toute autre version ultérieure. * | ||
--* * | ||
--/***************************************************************************/ | ||
|
||
SET client_encoding = 'UTF8'; | ||
|
||
CREATE OR REPLACE FUNCTION public.__indic_logt_zx_rc(nom_ter text, typ_alea text, code_occ text, an_bdtopo text) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,19 @@ | ||
--*************************************************************************** | ||
-- Fonction de la base de données du projet AgiRisk | ||
-- begin : 2022-04-06 | ||
-- copyright : (C) 2023 by Cerema | ||
-- email : [email protected] | ||
--***************************************************************************/ | ||
|
||
--/*************************************************************************** | ||
--* * | ||
--* Ce programme est un logiciel libre, distribué selon les termes de la * | ||
--* licence CeCILL v2.1 disponible à l'adresse suivante : * | ||
--* http://www.cecill.info/licences/Licence_CeCILL_V2.1-fr.html * | ||
--* ou toute autre version ultérieure. * | ||
--* * | ||
--/***************************************************************************/ | ||
|
||
SET client_encoding = 'UTF8'; | ||
|
||
CREATE OR REPLACE FUNCTION public.__indic_pop_agee_zx(nom_ter text, typ_alea text, code_occ text, an_bdtopo text) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,19 @@ | ||
--*************************************************************************** | ||
-- Fonction de la base de données du projet AgiRisk | ||
-- begin : 2022-04-06 | ||
-- copyright : (C) 2023 by Cerema | ||
-- email : [email protected] | ||
--***************************************************************************/ | ||
|
||
--/*************************************************************************** | ||
--* * | ||
--* Ce programme est un logiciel libre, distribué selon les termes de la * | ||
--* licence CeCILL v2.1 disponible à l'adresse suivante : * | ||
--* http://www.cecill.info/licences/Licence_CeCILL_V2.1-fr.html * | ||
--* ou toute autre version ultérieure. * | ||
--* * | ||
--/***************************************************************************/ | ||
|
||
SET client_encoding = 'UTF8'; | ||
|
||
CREATE OR REPLACE FUNCTION public.__indic_pop_agee_zx_rc(nom_ter text, typ_alea text, code_occ text, an_bdtopo text) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,19 @@ | ||
--*************************************************************************** | ||
-- Fonction de la base de données du projet AgiRisk | ||
-- begin : 2022-04-06 | ||
-- copyright : (C) 2023 by Cerema | ||
-- email : [email protected] | ||
--***************************************************************************/ | ||
|
||
--/*************************************************************************** | ||
--* * | ||
--* Ce programme est un logiciel libre, distribué selon les termes de la * | ||
--* licence CeCILL v2.1 disponible à l'adresse suivante : * | ||
--* http://www.cecill.info/licences/Licence_CeCILL_V2.1-fr.html * | ||
--* ou toute autre version ultérieure. * | ||
--* * | ||
--/***************************************************************************/ | ||
|
||
SET client_encoding = 'UTF8'; | ||
|
||
CREATE OR REPLACE PROCEDURE public.__indic_rc_all(IN nom_ter text, IN an_bdtopo text) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,19 @@ | ||
--*************************************************************************** | ||
-- Fonction de la base de données du projet AgiRisk | ||
-- begin : 2022-04-06 | ||
-- copyright : (C) 2023 by Cerema | ||
-- email : [email protected] | ||
--***************************************************************************/ | ||
|
||
--/*************************************************************************** | ||
--* * | ||
--* Ce programme est un logiciel libre, distribué selon les termes de la * | ||
--* licence CeCILL v2.1 disponible à l'adresse suivante : * | ||
--* http://www.cecill.info/licences/Licence_CeCILL_V2.1-fr.html * | ||
--* ou toute autre version ultérieure. * | ||
--* * | ||
--/***************************************************************************/ | ||
|
||
SET client_encoding = 'UTF8'; | ||
|
||
CREATE OR REPLACE FUNCTION public.__indic_rc_all_fct(nom_ter text, an_bdtopo text) | ||
|
Oops, something went wrong.