Living-with-machines / lwmdb

A django-based library for managing the Living with Machines newspapers metadata database schema
https://living-with-machines.github.io/lwmdb/
MIT License
2 stars 0 forks source link

Add means of converting coordinates in `Gazetteer.Place` for `geom` field #141

Open griff-rees opened 1 year ago

griff-rees commented 1 year ago

All the Gazetteer models have geom fields. In the current configuration of alto2txt2fixture.create_adjacent_tables json and csv results, Place includes longitude and latitude fields. These can be combined into a geom field when imported into Gazetteer.Place.

Tasks: