Metadata-Version: 2.1
Name: rws-nwb-lib
Version: 1.0.1
Summary: Library for automatically downloading the Dutch Nationaal Wegenbestand (NWB)
Home-page: https://gitlab.com/rwsdatalab/public/codebase/tools/rws-nwb-lib
Author: Datalab
Author-email: datalab.codebase@rws.nl
License: Apache Software License 2.0
Download-URL: https://gitlab.com/rwsdatalab/public/codebase/tools/rws-nwb-lib/-/archive/1.0.1.tar.gz
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3
License-File: LICENSE

################################################################################
RWS NWB Lib
################################################################################

.. begin-inclusion-intro-marker-do-not-remove

Library to download the Dutch Nationaal Wegenbestand (NWB) data from the WFS.

.. end-inclusion-intro-marker-do-not-remove


.. begin-inclusion-usage-marker-do-not-remove

How to use
----------

For a nice demonstration of this library, please refer to the notebooks/NWB API Demo.ipynb.

.. end-inclusion-usage-marker-do-not-remove


.. begin-inclusion-installation-marker-do-not-remove

Installation
------------

To install rws-nwb-lib, do:

.. code-block:: console

  git clone https://gitlab.com/rwsdatalab/public/codebase/tools/rws-nwb-lib.git
  cd rws-nwb-lib
  pip install .

Run tests (including coverage) with:

.. code-block:: console

  pip install -r requirements-dev.txt
  python setup.py test

.. end-inclusion-installation-marker-do-not-remove


Documentation
-------------

.. _README:

Please find the full documentation here: https://rwsdatalab.gitlab.io/public/codebase/image/rws-nwb-lib/

.. begin-inclusion-license-marker-do-not-remove

License
-------

Copyright 2022 Rijkswaterstaat

Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.



.. end-inclusion-license-marker-do-not-remove




