BelgianBiodiversityPlatform / python-dwca-reader

🐍 A Python package to read Darwin Core Archive (DwC-A) files.
BSD 3-Clause "New" or "Revised" License
43 stars 21 forks source link

Raises more InvalidArchive #44

Closed niconoe closed 8 years ago

niconoe commented 8 years ago

An InvalidArchive exception will soon be raised when an archives lacks the metadata file it's referencing.

We should think of other ways an archive can be invalid, and raises this exception in those failure cases, too.

niconoe commented 8 years ago

We already raise much more, and will add new cases when the need arises, or features are implemented?