Added longitude/latitude and positional accuracy to the company data (#180)

This commit is contained in:
2023-10-02 17:18:04 +02:00
committed by GitHub
parent c96462532b
commit 05472cc16a
7 changed files with 6019 additions and 5911 deletions

View File

@ -144,18 +144,24 @@ def full_db(empty_db: Session, finance_statements: list[dict[str, Any]]) -> Sess
court_id=2,
name="Some Company GmbH",
street="Sesamstr.",
zip_code="12345",
zip_code="58644",
city="TV City",
last_update=datetime.date.fromisoformat("2023-01-01"),
latitude=51.3246,
longitude=7.6968,
pos_accuracy=4.0,
),
entities.Company(
hr="HRB 123",
court_id=1,
name="Other Company GmbH",
street="Sesamstr.",
zip_code="12345",
zip_code="58636",
city="TV City",
last_update=datetime.date.fromisoformat("2023-01-01"),
latitude=51.38,
longitude=7.7032,
pos_accuracy=4.0,
),
entities.Company(
hr="HRB 12",