Add means of converting coordinates in Gazetteer.Place
for geom
field
#141
Labels
enhancement
New feature or request
Gazetteer.Place
for geom
field
#141
All the
Gazetteer
models
havegeom
fields. In the current configuration ofalto2txt2fixture.create_adjacent_tables
json
andcsv
results,Place
includeslongitude
andlatitude
fields. These can be combined into ageom
field when imported intoGazetteer.Place
.Tasks:
alto2txt2fixture
(reason not is requiringgeopandas
...)func
withinlwmdb.utils
to convert those fields into aGeometryCollection
srid
doctest
for thatfunc
independent ofGazetteer.Place
(for example see thedownload_file
docstring
which auto renders and is included inpytest
)method
onfunc
to add these and atest
withingazetteer.tests
The text was updated successfully, but these errors were encountered: