diff --git a/timeseriesviewer/docs/README_PyQtGraph.html b/timeseriesviewer/docs/README_PyQtGraph.html new file mode 100644 index 0000000000000000000000000000000000000000..ec1e89e033bb161e6d4fed4518c5cb15692eb821 --- /dev/null +++ b/timeseriesviewer/docs/README_PyQtGraph.html @@ -0,0 +1,68 @@ +<p><a href="https://travis-ci.org/pyqtgraph/pyqtgraph"><img alt="Build Status" src="https://travis-ci.org/pyqtgraph/pyqtgraph.svg?branch=develop" /></a> +<a href="http://codecov.io/github/pyqtgraph/pyqtgraph?branch=develop"><img alt="codecov.io" src="http://codecov.io/github/pyqtgraph/pyqtgraph/coverage.svg?branch=develop" /></a></p> +<h1>PyQtGraph</h1> +<p>A pure-Python graphics library for PyQt/PySide</p> +<p>Copyright 2012 Luke Campagnola, University of North Carolina at Chapel Hill</p> +<p><a href="http://www.pyqtgraph.org">http://www.pyqtgraph.org</a></p> +<h2>Maintainer</h2> +<ul> +<li>Luke Campagnola <a href="mailto:luke.campagnola@gmail.com">luke.campagnola@gmail.com</a></li> +</ul> +<h2>Contributors</h2> +<ul> +<li>Megan Kratz</li> +<li>Paul Manis</li> +<li>Ingo Breßler</li> +<li>Christian Gavin</li> +<li>Michael Cristopher Hogg</li> +<li>Ulrich Leutner</li> +<li>Felix Schill</li> +<li>Guillaume Poulin</li> +<li>Antony Lee</li> +<li>Mattias Põldaru</li> +<li>Thomas S.</li> +<li>Fabio Zadrozny</li> +<li>Mikhail Terekhov</li> +<li>Pietro Zambelli</li> +<li>Stefan Holzmann</li> +<li>Nicholas TJ</li> +<li>John David Reaver</li> +<li>David Kaplan</li> +<li>Martin Fitzpatrick</li> +<li>Daniel Lidstrom</li> +<li>Eric Dill</li> +<li>Vincent LeSaux</li> +</ul> +<h2>Requirements</h2> +<ul> +<li>PyQt 4.7+, PySide, or PyQt5</li> +<li>python 2.6, 2.7, or 3.x</li> +<li>NumPy</li> +<li>For 3D graphics: pyopengl and qt-opengl</li> +<li>Known to run on Windows, Linux, and Mac.</li> +</ul> +<h2>Support</h2> +<p>Post at the <a href="https://groups.google.com/forum/?fromgroups#!forum/pyqtgraph">mailing list / forum</a></p> +<h2>Installation Methods</h2> +<ul> +<li>To use with a specific project, simply copy the pyqtgraph subdirectory + anywhere that is importable from your project. PyQtGraph may also be + used as a git subtree by cloning the git-core repository from github.</li> +<li>To install system-wide from source distribution: + <code>$ python setup.py install</code></li> +<li>For installation packages, see the website (pyqtgraph.org)</li> +<li>On debian-like systems, pyqtgraph requires the following packages: + python-numpy, python-qt4 | python-pyside + For 3D support: python-opengl, python-qt4-gl | python-pyside.qtopengl</li> +</ul> +<h2>Documentation</h2> +<p>There are many examples; run <code>python -m pyqtgraph.examples</code> for a menu.</p> +<p>Some (incomplete) documentation exists at this time. + * Easiest place to get documentation is at <a href="http://www.pyqtgraph.org/documentation">http://www.pyqtgraph.org/documentation</a> + * If you acquired this code as a .tar.gz file from the website, then you can also look in + doc/html. + * If you acquired this code via GitHub, then you can build the documentation using sphinx. + From the documentation directory, run: + <code>$ make html</code></p> +<p>Please feel free to pester Luke or post to the forum if you need a specific + section of documentation to be expanded.</p> \ No newline at end of file diff --git a/timeseriesviewer/docs/README_QGIS.html b/timeseriesviewer/docs/README_QGIS.html new file mode 100644 index 0000000000000000000000000000000000000000..8ec9d790ee4a560c030b5c0393db4aaacccc70df --- /dev/null +++ b/timeseriesviewer/docs/README_QGIS.html @@ -0,0 +1,69 @@ +<h1>About QGIS</h1> +<p><a href="https://travis-ci.org/qgis/QGIS"><img alt="Build Status" src="https://travis-ci.org/qgis/QGIS.svg?branch=master"></a></p> +<p>QGIS is an Open Source Geographic Information System. The project was born in +May of 2002 and was established as a project on SourceForge in June of the same +year. We've worked hard to make GIS software (which is traditionally expensive +commercial software) a viable prospect for anyone with basic access to a +Personal Computer. QGIS currently runs on most Unix platforms (macOS/OS X included) +and Windows. QGIS is developed using the Qt toolkit (http://qt.io) and C++. This +means that QGIS feels snappy to use and has a pleasing, easy to use graphical +user interface.</p> +<p>QGIS aims to be an easy to use GIS, providing common functions and +features. The initial goal was to provide a GIS data viewer. QGIS has +reached that point in its evolution and is being used by many for their +daily GIS data viewing and editing needs. QGIS supports a number of raster +and vector data formats, with new support easily added using the plugin +architecture.</p> +<p>QGIS is released under the GNU Public License (GPL) Version 2 or above. +Developing QGIS under this license means that you can (if you want to) inspect +and modify the source code and guarantees that you, our happy user will always +have access to a GIS program that is free of cost and can be freely +modified.</p> +<h2>Supported raster formats include:</h2> +<ul> +<li>Grass</li> +<li>USGS DEM</li> +<li>ArcInfo binary grid</li> +<li>ArcInfo ASCII grid</li> +<li>ERDAS Imagine</li> +<li>SDTS</li> +<li>GeoTiff</li> +<li>Tiff with world file</li> +<li>WMS, WCS</li> +</ul> +<h2>Supported vector formats include:</h2> +<ul> +<li>ESRI Shapefiles</li> +<li>PostgreSQL/PostGIS</li> +<li>GRASS</li> +<li>GeoPackage</li> +<li>Spatialite</li> +<li><a href="http://www.gdal.org/ogr_formats.html">Other OGR supported formats</a></li> +<li>MSSQL</li> +<li>Oracle</li> +<li>WFS</li> +</ul> +<h2>Note</h2> +<p>Please follow the installation instructions carefully. +After extracting the distribution, you can find the HTML version of the +installation document in qgis/doc/index.html. The installation document is +also available as PDF in the same directory.</p> +<h2>Help us</h2> +<p>Please submit bug reports using the <a href="https://hub.qgis.org/">QGIS bug tracker</a>. +When reporting a bug, either login or, if you don't have a qgis trac, provide +an email address where we can request additional information.</p> +<h2>Support</h2> +<p>You can get support in the following ways:</p> +<ul> +<li>Using the QGIS community site at http://qgis.org </li> +<li>Joining the <a href="https://lists.osgeo.org/mailman/listinfo/qgis-user">qgis-users mailing list</a></li> +<li>Using IRC by joining the <a href="http://webchat.freenode.net/?channels=#qgis">#qgis</a> channel on irc.freenode.net. Please wait around for a response to your question as many folks on the channel are doing other things and it may take a while for them to notice your question.</li> +<li>Join the <a href="https://gitter.im/qgis/QGIS?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge">Gitter</a> chat.</li> +</ul> +<h2>Contribute</h2> +<p>QGIS is on GitHub at https://github.com/qgis/QGIS. If you wish to contribute +patches you can <a href="https://help.github.com/forking/">fork the project</a>, make your changes, commit to your +repository, and then <a href="http://help.github.com/pull-requests/">issue a pull request</a>. The development team can then +review your contribution and commit it upstream as appropriate. +If you commit a new feature, add [FEATURE] to your commit message AND give a clear description of the new feature. A webhook will automatically create an issue on the QGIS-Documentation repo to tell people to write about it.</p> +<p>If you are not a developer, there are many other possibilities which do not require programing skills to help QGIS to evolve. Check our <a href="http://qgis.org/en/site/getinvolved/index.html">project homepage for more information</a>.</p> \ No newline at end of file