Metadata-Version: 1.2
Name: nldi-el-serv
Version: 0.1.4
Summary: NLDI Elevation Services
Home-page: https://github.com/ACWI-SSWD/nldi_el_serv
Author: Richard McDonald
Author-email: rmcd@usgs.gov
License: CC0 1.0 Universal public domain dedication
Description: =======================
        NLDI Elevation Services
        =======================
        
        
        .. image:: https://img.shields.io/pypi/v/nldi_el_serv.svg
                :target: https://pypi.python.org/pypi/nldi_el_serv
        
        .. image:: https://travis-ci.com/ACWI-SSWD/nldi_el_serv.svg?branch=main
                :target: https://travis-ci.com/ACWI-SSWD/nldi_el_serv
        
        .. image:: https://readthedocs.org/projects/nldi-el-serv/badge/?version=latest
                :target: https://nldi-el-serv.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        
        
        NLDI Elevation Sevices
        
        * Free software
        * Documentation: https://nldi-el-serv.readthedocs.io.
        
        Development
        -----------
        * conda env create -f .\requirements_dev.yml
        * conda activate nldi_el_serv
        * pip install -e .
        
        
        Features
        --------
        
        * nldi_el_serv xsatpoint -f test1.json --lonlat -103.80119 40.2684  --width 1000 --numpoints 101
        * nldi_el_serv xsatendpts -f test2.json -s -103.801134 40.267335 -e -103.800787 40.272798 -c epsg:4326 -n 101
        
        Credits
        -------
        
        CLI developed from example: https://github.com/pallets/click/blob/master/examples/repo/repo.py
        
        This package was created with Cookiecutter_ and the _Scientific-python-cookiecutter.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _Scientific-python-cookiecutter: https://github.com/NSLS-II/scientific-python-cookiecutter
        
        Disclaimer
        ----------
        
        This software is preliminary or provisional and is subject to revision. It is
        being provided to meet the need for timely best science. The software has not
        received final approval by the U.S. Geological Survey (USGS). No warranty,
        expressed or implied, is made by the USGS or the U.S. Government as to the
        functionality of the software and related material nor shall the fact of release
        constitute any such warranty. The software is provided on the condition that
        neither the USGS nor the U.S. Government shall be held liable for any damages
        resulting from the authorized or unauthorized use of the software.
        
        
        
        =======
        History
        =======
        0.1.4 (2021-04-23)
        ------------------
        * more tests, still working out the kinks
        
        0.1.3 (2021-04-13)
        ------------------
        * added xsatendpts to CLI
        
        0.1.1 (2021-04-12)
        ------------------
        * Some further testing of the package
        
        0.1.0 (2021-02-02)
        ------------------
        
        * First release on PyPI.
        
Keywords: nldi_el_serv
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: CC0 1.0 Universal (CC0 1.0) Public Domain Dedication
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.8
