Metadata-Version: 2.1
Name: ndop-downloader
Version: 0.1.9
Summary: NDOP Downloader is an application for downloading of records of occurence from official database of the Nature Conservation Agency of the Czech Republic (Nálezová databáze Agentury ochrany přírody a krajiny ČR - NDOP - AOPK).
Home-page: https://github.com/OpenGeoLabs/qgis-ndop-downloader
Author: Oto Kaláb
Author-email: kalab.oto@gmail.com
Maintainer: Oto Kaláb
Maintainer-email: kalab.oto@gmail.com
License: GNU/GPL3
Keywords: GIS,AOPK,ecology,species occurences,NDOP,Czech Republic,nálezová databáze
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: Czech
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Requires-Dist: requests==2.32.2
Requires-Dist: Fiona==1.8.4

NDOP Downloader
===============

NDOP Downloader is an application for downloading of records of species
occurence from official database of the Nature Conservation Agency of
the Czech Republic `Nálezová databáze ochrany přírody AOPK ČR
<https://portal.nature.cz/nd/>`_. This package only provides access
to the data, please visit the official databse site for additional
information about the data, the database, license terms and reference
rules.

To use the database, it is **necessary** to `create an account
<https://idm.nature.cz/idm/#/registration>`_ in the AOPK (ISOP)
information system.

Download data (.csv, .shp) from NDOP based on input parametres. Unlike
the offical web filter, its possible to input polygon layer (EPSG:5514)
for search in area and amount of results is not limited. Login can be
stored in configuration file `.ndop.cfg`.

This package is a part of NDOP Downloader QGIS plugin. Whole project is
maintained on `GitHub <https://github.com/OpenGeoLabs/qgis-ndop-downloader>`_

Changelog
---------
0.1.9
- Deprecation release
- Added warning to migrate to 'ndop'

0.1.8 - fixed bug: header and first line missing in table download (issue #33)
