A Python 3.9+ example for creating a Microsoft Word Document which contains a summary table, text and any photos from a geospatial dataset.
Clone this repository using git clone git@github.com:dgatland/geodata_to_docx.git, navigate to the cloned folder and run poetry install to install dependencies. If you don't have poetry installed, follow the instructions here.
MIT License.
Try out the example script in example/example.ipynb.
- Development status is Alpha
- First release of example code