lsdviztools


Namelsdviztools JSON
Version 0.4.12 PyPI version JSON
download
home_pagehttps://github.com/LSDTopotools/lsdviztools
Summarylsdviztools is a collection of routines for plotting geospatial data, with a focus on data produces by LSDTopoTools or by lsdtopytools.
upload_time2024-02-09 18:27:27
maintainer
docs_urlNone
authorSimon Marius Mudd
requires_python>=3.6
licenseMIT
keywords lsdviztools lsdtopotools lsdtopytools gis topographic analysis remote sensing geomorphology earth observation
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No coveralls.
            ===============
lsdviztools
===============


.. image:: https://img.shields.io/pypi/v/lsdviztools.svg?branch=master
        :target: https://pypi.org/project/lsdviztools/

.. image:: https://travis-ci.com/LSDtopotools/lsdviztools.svg?branch=master
        :target: https://travis-ci.com/LSDtopotools/lsdviztools


lsdvizools is a collection of routines for plotting geospatial data, with a focus on data produced by LSDTopoTools or by lsdtopytools.


* Free software: MIT license
* Documentation: https://lsviztools.readthedocs.io.


Features
--------

* Plotting of rasters that includes formatting so you can get publication-ready figures with one command.
* Selection of basins and channels for topographic analysis.
* Tools for plotting point data, usually associated with channel networks, derived from LSDTopoTools command line tools.
* Downloading of data from opentopography,org


Examples
--------

Multiple examples can be found in the form of python notebooks located here: https://github.com/LSDtopotools/lsdtt_notebooks 

These notebooks can be opened using google colaboratory, only a functioning web browser is required. 

Getting started
---------------

You can install lsdviztools with pip.

You can also use our docker container (in the second command you need to change the path after -v to your local directory). You first need to install docker: https://www.docker.com/products/docker-desktop

::

  $ docker pull lsdtopotools/lsdtt_pytools_docker

  $ docker run -it -v /path/to/my/local/directory:/LSDTopoTools -p 8888:8888 lsdtopotools/lsdtt_pytools_docker

  # jupyter notebook --ip 0.0.0.0 --port 8888 --no-browser --allow-root

Then go to the jupyter notebook in your web browser by going to http://localhost:8888/




Credits
-------

This package was written by Simon M. Mudd, Fiona J. Clubb and Stuart W.D. Grieve

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.1.0 (2020-05-01)
------------------

* First release on PyPI.

0.2.0 (2020-06-16)
------------------

* Minor bug fixes

0.3.0 (2020-09-03)
------------------

* Minor bug fixes

0.4.0 (2021-02-03)
------------------

* Updated opentopography API and fixed chi mapping interface

0.4.4 (2021-03-02)
------------------

* Fixed a bug in the projection section of gdalio. Trying to make the code more resistent to errors generate by different versions of proj


0.4.5 (2021-07-22)
------------------

This release of lsdviztools adds some command line scripts for plotting basic rasters, chi analysis and concavity analysis.
It also adds functionality for using the opentopography API, including downloading of data using the API key, so it includes, for example, the copernicus DEMs.
It also fixes a bug with gdal that made up a pull request.


0.4.6 (2021-07-23)
------------------

Minor update that includes changes to make sure scripts run.

The four scripts are

* lsdtt_plotbasicmetrics for basic plotting
* lsdtt_plotchianalysis for channel profile analysis and tectonic geomorphology
* lsdtt_plotconcavityanalysis for concavity analysis of river profiles
* lsdtt_grabopentopographydata for grabbing data from opentopography.org


0.4.7 (2021-08-27)
------------------

Some fixes

* For scripts a fix to make sure you have the correct directory without the -dir flag
* A fix to the opentopography api key
* An update to the opentopography scraper that allows lower lef and upper right corners to be easily copied from google maps

0.4.8 (2022-09-15)
------------------

Some fixes

* More fixes to the opentopography grabber
* This uses an api key in a file now

0.4.9 (2022-12-13)
------------------

Some fixes

* Added the lsdtt-valley-metrics to the driver interface
* Added point mapping to the plotting tools
* A number of bug fixes to the command line interface


0.4.10 (2023-03-10)
-------------------

Some fixes

* Added the descartes dependency
* Small change to the swath plotting routine

0.4.11 (2023-03-27)
-------------------

Important fix

* Removed descartes dependency and switched this to a direct plotting routine. This fixes an error caused by transition to python 3.9 in google colab

0.4.12 (2024-02-09)
-------------------

* Trying to solve a weird problem with conversion to UTM
* Making hiding API key for opentopography
* Fixing another descartes problem

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/LSDTopotools/lsdviztools",
    "name": "lsdviztools",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "lsdviztools,lsdtopotools,lsdtopytools,GIS,topographic analysis,remote sensing,geomorphology,earth observation",
    "author": "Simon Marius Mudd",
    "author_email": "simon.m.mudd@ed.ac.uk",
    "download_url": "https://files.pythonhosted.org/packages/d2/ee/4fb012ec81b86935c91b8dc0c66cfbfa038b512eeb70d225b1b0e4fc8c2e/lsdviztools-0.4.12.tar.gz",
    "platform": null,
    "description": "===============\nlsdviztools\n===============\n\n\n.. image:: https://img.shields.io/pypi/v/lsdviztools.svg?branch=master\n        :target: https://pypi.org/project/lsdviztools/\n\n.. image:: https://travis-ci.com/LSDtopotools/lsdviztools.svg?branch=master\n        :target: https://travis-ci.com/LSDtopotools/lsdviztools\n\n\nlsdvizools is a collection of routines for plotting geospatial data, with a focus on data produced by LSDTopoTools or by lsdtopytools.\n\n\n* Free software: MIT license\n* Documentation: https://lsviztools.readthedocs.io.\n\n\nFeatures\n--------\n\n* Plotting of rasters that includes formatting so you can get publication-ready figures with one command.\n* Selection of basins and channels for topographic analysis.\n* Tools for plotting point data, usually associated with channel networks, derived from LSDTopoTools command line tools.\n* Downloading of data from opentopography,org\n\n\nExamples\n--------\n\nMultiple examples can be found in the form of python notebooks located here: https://github.com/LSDtopotools/lsdtt_notebooks \n\nThese notebooks can be opened using google colaboratory, only a functioning web browser is required. \n\nGetting started\n---------------\n\nYou can install lsdviztools with pip.\n\nYou can also use our docker container (in the second command you need to change the path after -v to your local directory). You first need to install docker: https://www.docker.com/products/docker-desktop\n\n::\n\n  $ docker pull lsdtopotools/lsdtt_pytools_docker\n\n  $ docker run -it -v /path/to/my/local/directory:/LSDTopoTools -p 8888:8888 lsdtopotools/lsdtt_pytools_docker\n\n  # jupyter notebook --ip 0.0.0.0 --port 8888 --no-browser --allow-root\n\nThen go to the jupyter notebook in your web browser by going to http://localhost:8888/\n\n\n\n\nCredits\n-------\n\nThis package was written by Simon M. Mudd, Fiona J. Clubb and Stuart W.D. Grieve\n\nThis package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.\n\n.. _Cookiecutter: https://github.com/audreyr/cookiecutter\n.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage\n\n\n=======\nHistory\n=======\n\n0.1.0 (2020-05-01)\n------------------\n\n* First release on PyPI.\n\n0.2.0 (2020-06-16)\n------------------\n\n* Minor bug fixes\n\n0.3.0 (2020-09-03)\n------------------\n\n* Minor bug fixes\n\n0.4.0 (2021-02-03)\n------------------\n\n* Updated opentopography API and fixed chi mapping interface\n\n0.4.4 (2021-03-02)\n------------------\n\n* Fixed a bug in the projection section of gdalio. Trying to make the code more resistent to errors generate by different versions of proj\n\n\n0.4.5 (2021-07-22)\n------------------\n\nThis release of lsdviztools adds some command line scripts for plotting basic rasters, chi analysis and concavity analysis.\nIt also adds functionality for using the opentopography API, including downloading of data using the API key, so it includes, for example, the copernicus DEMs.\nIt also fixes a bug with gdal that made up a pull request.\n\n\n0.4.6 (2021-07-23)\n------------------\n\nMinor update that includes changes to make sure scripts run.\n\nThe four scripts are\n\n* lsdtt_plotbasicmetrics for basic plotting\n* lsdtt_plotchianalysis for channel profile analysis and tectonic geomorphology\n* lsdtt_plotconcavityanalysis for concavity analysis of river profiles\n* lsdtt_grabopentopographydata for grabbing data from opentopography.org\n\n\n0.4.7 (2021-08-27)\n------------------\n\nSome fixes\n\n* For scripts a fix to make sure you have the correct directory without the -dir flag\n* A fix to the opentopography api key\n* An update to the opentopography scraper that allows lower lef and upper right corners to be easily copied from google maps\n\n0.4.8 (2022-09-15)\n------------------\n\nSome fixes\n\n* More fixes to the opentopography grabber\n* This uses an api key in a file now\n\n0.4.9 (2022-12-13)\n------------------\n\nSome fixes\n\n* Added the lsdtt-valley-metrics to the driver interface\n* Added point mapping to the plotting tools\n* A number of bug fixes to the command line interface\n\n\n0.4.10 (2023-03-10)\n-------------------\n\nSome fixes\n\n* Added the descartes dependency\n* Small change to the swath plotting routine\n\n0.4.11 (2023-03-27)\n-------------------\n\nImportant fix\n\n* Removed descartes dependency and switched this to a direct plotting routine. This fixes an error caused by transition to python 3.9 in google colab\n\n0.4.12 (2024-02-09)\n-------------------\n\n* Trying to solve a weird problem with conversion to UTM\n* Making hiding API key for opentopography\n* Fixing another descartes problem\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "lsdviztools is a collection of routines for plotting geospatial data, with a focus on data produces by LSDTopoTools or by lsdtopytools.",
    "version": "0.4.12",
    "project_urls": {
        "Homepage": "https://github.com/LSDTopotools/lsdviztools"
    },
    "split_keywords": [
        "lsdviztools",
        "lsdtopotools",
        "lsdtopytools",
        "gis",
        "topographic analysis",
        "remote sensing",
        "geomorphology",
        "earth observation"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8fb312852440d40a8347340f81ee3fa1a33d72e1799c00d932c4ec15ccb079a3",
                "md5": "b6baa2889639f3386c488d4a4e47bbc2",
                "sha256": "bb0a002c503401cec37afefcbd73b4c575234a81061d2185cb8d436b6c68702f"
            },
            "downloads": -1,
            "filename": "lsdviztools-0.4.12-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b6baa2889639f3386c488d4a4e47bbc2",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.6",
            "size": 270975,
            "upload_time": "2024-02-09T18:27:21",
            "upload_time_iso_8601": "2024-02-09T18:27:21.025974Z",
            "url": "https://files.pythonhosted.org/packages/8f/b3/12852440d40a8347340f81ee3fa1a33d72e1799c00d932c4ec15ccb079a3/lsdviztools-0.4.12-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d2ee4fb012ec81b86935c91b8dc0c66cfbfa038b512eeb70d225b1b0e4fc8c2e",
                "md5": "28932c6f820a41d6eb7e0ec92ee115b7",
                "sha256": "a958e7377012dce533819f7d16f196f1f1f1720b587ed0e1e61278d8a4ef1cd3"
            },
            "downloads": -1,
            "filename": "lsdviztools-0.4.12.tar.gz",
            "has_sig": false,
            "md5_digest": "28932c6f820a41d6eb7e0ec92ee115b7",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 9124954,
            "upload_time": "2024-02-09T18:27:27",
            "upload_time_iso_8601": "2024-02-09T18:27:27.617816Z",
            "url": "https://files.pythonhosted.org/packages/d2/ee/4fb012ec81b86935c91b8dc0c66cfbfa038b512eeb70d225b1b0e4fc8c2e/lsdviztools-0.4.12.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-09 18:27:27",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "LSDTopotools",
    "github_project": "lsdviztools",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": false,
    "tox": true,
    "lcname": "lsdviztools"
}
        
Elapsed time: 0.19199s