Metadata-Version: 2.4
Name: ndop
Version: 0.1.12
Summary: Python library for accessing and downloading data from The Species Occurrence Database of NCA CR
Home-page: https://github.com/kalab-oto/ndop
Author: Oto Kaláb
Author-email: kalab.oto@gmail.com
Maintainer: Oto Kaláb
Maintainer-email: kalab.oto@gmail.com
License: MIT
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 :: MIT License
Classifier: Natural Language :: Czech
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
Requires-Dist: requests<3.0,>=2.32.2
Requires-Dist: Fiona<2.0,>=1.8.4
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: maintainer
Dynamic: maintainer-email
Dynamic: requires-dist
Dynamic: summary

`ndop`
======

ndop (formerly 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 was originally created as the core part of NDOP Downloader QGIS 
plugin (`GitHub <https://github.com/OpenGeoLabs/qgis-ndop-downloader>`), but 
is now being developed separately for more flexible future development.

Changelog
---------
0.1.12 - fixed dependency versions in requirements.txt
0.1.11 
- Package renamed from 'ndop-downloader' -> 'ndop'
- License changed to MIT (from GPL)
- CLI, imports, and core functionality unchanged
- Updated README to use markdown format

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)
