Recent Releases of gisco-geodata
gisco-geodata - v0.1.2
0.1.2 (2024-12-22)
bugfix: parameter year was not passed to self.get_units() for all themes
XML metadata can be read directly as an xml.etree.ElementTree object
Added an asyncio.run wrapper. See https://stackoverflow.com/questions/55409641/asyncio-run-cannot-be-called-from-a-running-event-loop-when-using-jupyter-no. gisco-geodata would raise errors if there was already an event loop running (e.g. when using gisco-geodata with jupyter notebook)
- Python
Published by alecsandrei about 1 year ago
gisco-geodata - v0.1.1
- implemented an async retry decorator for async functions and a sync retry decorator for sync functions acf8da3
- removed the add_note calls to exceptions because they are only available in python >= 3.11 as per PEP 678 5114b8f
- Python
Published by alecsandrei over 1 year ago