InsarViz 2.0.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- insarviz-2.0.0/AUTHORS.rst +32 -0
- insarviz-2.0.0/LICENSE.txt +675 -0
- insarviz-2.0.0/PKG-INFO +149 -0
- insarviz-2.0.0/README.rst +130 -0
- insarviz-2.0.0/insarviz/BandSlider.py +238 -0
- insarviz-2.0.0/insarviz/ColormapWidget.py +203 -0
- insarviz-2.0.0/insarviz/Loader.py +411 -0
- insarviz-2.0.0/insarviz/Roles.py +27 -0
- insarviz-2.0.0/insarviz/__init__.py +0 -0
- insarviz-2.0.0/insarviz/bresenham.py +87 -0
- insarviz-2.0.0/insarviz/build_vrt.py +192 -0
- insarviz-2.0.0/insarviz/colormaps.py +887 -0
- insarviz-2.0.0/insarviz/custom_widgets.py +271 -0
- insarviz-2.0.0/insarviz/exporters/myCSVExporter.py +119 -0
- insarviz-2.0.0/insarviz/icons/WMS.svg +1 -0
- insarviz-2.0.0/insarviz/icons/arrowdown.png +0 -0
- insarviz-2.0.0/insarviz/icons/arrowup.png +0 -0
- insarviz-2.0.0/insarviz/icons/cursor.png +0 -0
- insarviz-2.0.0/insarviz/icons/eye_closed.svg +35 -0
- insarviz-2.0.0/insarviz/icons/eye_icons_template.svg +98 -0
- insarviz-2.0.0/insarviz/icons/eye_open.svg +34 -0
- insarviz-2.0.0/insarviz/icons/icons8-help.png +0 -0
- insarviz-2.0.0/insarviz/icons/logo_insarviz.png +0 -0
- insarviz-2.0.0/insarviz/icons/points.png +0 -0
- insarviz-2.0.0/insarviz/icons/profile.png +0 -0
- insarviz-2.0.0/insarviz/icons/raster1B.svg +53 -0
- insarviz-2.0.0/insarviz/icons/rasterRGB.svg +73 -0
- insarviz-2.0.0/insarviz/icons/redo.svg +1 -0
- insarviz-2.0.0/insarviz/icons/ref.png +0 -0
- insarviz-2.0.0/insarviz/icons/remove.png +0 -0
- insarviz-2.0.0/insarviz/icons/spatial.svg +1 -0
- insarviz-2.0.0/insarviz/icons/temporal.svg +43 -0
- insarviz-2.0.0/insarviz/icons/undo.svg +1 -0
- insarviz-2.0.0/insarviz/linalg/__init__.py +0 -0
- insarviz-2.0.0/insarviz/linalg/matrix.py +171 -0
- insarviz-2.0.0/insarviz/linalg/quaternion.py +94 -0
- insarviz-2.0.0/insarviz/linalg/vector.py +71 -0
- insarviz-2.0.0/insarviz/map/AbstractMapView.py +261 -0
- insarviz-2.0.0/insarviz/map/Layer.py +665 -0
- insarviz-2.0.0/insarviz/map/LayerModel.py +519 -0
- insarviz-2.0.0/insarviz/map/LayerView.py +337 -0
- insarviz-2.0.0/insarviz/map/MapModel.py +370 -0
- insarviz-2.0.0/insarviz/map/MapView.py +402 -0
- insarviz-2.0.0/insarviz/map/MinimapView.py +363 -0
- insarviz-2.0.0/insarviz/map/RasterLayerColorMapEditor.py +271 -0
- insarviz-2.0.0/insarviz/map/Selection.py +485 -0
- insarviz-2.0.0/insarviz/map/Shaders.py +127 -0
- insarviz-2.0.0/insarviz/map/TreeItemAttribute.py +207 -0
- insarviz-2.0.0/insarviz/map/TreeModel.py +224 -0
- insarviz-2.0.0/insarviz/map/__init__.py +0 -0
- insarviz-2.0.0/insarviz/map/gl_utils.py +197 -0
- insarviz-2.0.0/insarviz/plot/AbstractPlotView.py +265 -0
- insarviz-2.0.0/insarviz/plot/PlotModel.py +493 -0
- insarviz-2.0.0/insarviz/plot/SpatialPlotView.py +374 -0
- insarviz-2.0.0/insarviz/plot/TemporalPlotView.py +650 -0
- insarviz-2.0.0/insarviz/ts_viz.py +703 -0
- insarviz-2.0.0/insarviz/utils.py +186 -0
- insarviz-2.0.0/insarviz/version.py +1 -0
- insarviz-2.0.0/pyproject.toml +68 -0
- insarviz-2.0.0/testing/__init__.py +0 -0
- insarviz-2.0.0/testing/data/GDM_DTs_geo_20190517_20190926_8rlks_crop_cmp.tiff +0 -0
- insarviz-2.0.0/testing/data/data_cube_ridgecrest_crop/depl_cumule +0 -0
- insarviz-2.0.0/testing/data/data_cube_ridgecrest_crop/depl_cumule.hdr +10 -0
- insarviz-2.0.0/testing/test_ts_io.py +51 -0
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
Contributors
|
|
2
|
+
============
|
|
3
|
+
|
|
4
|
+
Here are a list of people that work, or have worked, on insarviz.
|
|
5
|
+
|
|
6
|
+
* UGA stands for University Grenoble Alpes (https://www.univ-grenoble-alpes.fr/).
|
|
7
|
+
* ISTerre stands for Institut des Sciences de la Terre (https://www.isterre.fr).
|
|
8
|
+
* LIG stands for Laboratoire d'Informatique de Grenoble (http://www.liglab.fr/).
|
|
9
|
+
|
|
10
|
+
Current contributors
|
|
11
|
+
--------------------
|
|
12
|
+
|
|
13
|
+
Alphabetic order of last name :
|
|
14
|
+
|
|
15
|
+
* Renaud Blanch (LIG/UGA) Renaud.Blanch@imag.fr
|
|
16
|
+
* Margaux Mouchené (ISTERRE/LIG/CNRS) margaux.mouchene@univ-grenoble-alpes.fr
|
|
17
|
+
* Erwan Pathier (ISTERRE/UGA) erwan.pathier@univ-grenoble-alpes.fr
|
|
18
|
+
* Franck Thollard (ISTerre/CNRS) franck.thollard@univ-grenoble-alpes.fr
|
|
19
|
+
* Colin Thomas (ISTERRE/CNRS) colin.thomas1@univ-grenoble-alpes.fr
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
Former contributors
|
|
23
|
+
-------------------
|
|
24
|
+
|
|
25
|
+
* Augustin Bengolea
|
|
26
|
+
* Romain Montel
|
|
27
|
+
|
|
28
|
+
Contact
|
|
29
|
+
-------
|
|
30
|
+
|
|
31
|
+
Franck Thollard <franck.thollard@univ-grenoble-alpes.fr>
|
|
32
|
+
|