Metadata-Version: 2.1
Name: nldi-el-serv
Version: 0.1.5
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
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
Requires-Dist: Click (>=7.0)
Requires-Dist: pygeohydro (==0.10.2)
Requires-Dist: py3dep (==0.10.1)
Requires-Dist: pygeoogc (==0.10.1)
Requires-Dist: pygeoutils (==0.10.1)
Requires-Dist: pynhd (==0.10.1)
Requires-Dist: dataretrieval (==0.7)
Requires-Dist: folium (==0.0.0)
Requires-Dist: lxml (==4.6.3)
Requires-Dist: matplotlib (==3.4.1)
Requires-Dist: xarray (==0.17.0)
Requires-Dist: scipy (==1.6.2)
Requires-Dist: dask (==2021.4.0)
Requires-Dist: netcdf4 (==1.5.6)
Requires-Dist: bottleneck (==1.3.2)
Requires-Dist: jupyterlab (==3.0.14)
Requires-Dist: geopandas (==0.9.0)
Requires-Dist: descartes (==1.1.0)
Requires-Dist: numba (==0.53.1)

=======================
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.5 (2021-04-23)
------------------
* more tests, still working out the kink

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.


