python-dwca-reader icon indicating copy to clipboard operation
python-dwca-reader copied to clipboard

🐍 A Python package to read Darwin Core Archive (DwC-A) files.

Results 31 python-dwca-reader issues
Sort by recently updated
recently updated
newest added

The DWCA standard supports "dynamic properties" which enable the mobilisation of "additional measurements, facts, characteristics, or assertions about the record": https://dwc.tdwg.org/terms/#dwc:dynamicProperties This feature request is perhaps connected to issue #76...

I tried to just add it to CI, but we'll need more invasive changes since `setup.py` uses `setuptools`, which has now been removed from the standard library. TODO: investiage the...

Hi @niconoe, While using this great python package I ran into a problem when reading some DWC-A with duplicated fields. I know that it is an formatting error of those...

Bumps [certifi](https://github.com/certifi/python-certifi) from 2019.6.16 to 2022.12.7. Commits 9e9e840 2022.12.07 b81bdb2 2022.09.24 939a28f 2022.09.14 aca828a 2022.06.15.2 de0eae1 Only use importlib.resources's new files() / Traversable API on Python β‰₯3.11 ... b8eb5e9 2022.06.15.1...

dependencies

We currently use Travis-CI to ensure python-dwca-reader doesn't break, but it doesn't support some platforms (Windows, Jython) that some of our users like. Should we look for an alternative?

enhancement

GDAL 3 now offers the possibility to add Python drivers: https://gdal.org/tutorials/vector_python_driver.html It would be really cool to see a GDAL Python driver for the python-dwca-reader. That would make these data...

Since version 0.14.0, we officially dropped support for Python 2.7. The codebase is still mainly unchanged, so a ton of things can be simplified and improved, the minimal targeted version...

enhancement

AndrΓ© informed me of some archives (found in the wild) where there's an inconsistency between the CSV headers and the field list from the metafile. Should we try to detect...

enhancement
question

Now that this project is a few years old and is used by some people around the globe, it would be great to have some logo for it. The problem...

Help needed