Skip to content

Releases: TransDB-de/Tools

Cirtical Fix!

19 Jan 23:51
Compare
Choose a tag to compare

The old data contains faulty conversion. GeoJSON requires locations to be stored as longitude, latitude. The old data has these values the wrong way around. This dataset fixes it.

Included Referenced Locations, and Level

17 Jan 13:30
Compare
Choose a tag to compare

Reference ids were removed again, in favor of embedding referenced location directly in the document. Now, when no location is given for an entry, the reference location can be used instead. The reference location is a separate field, as it should not be included in $geoNear queries. Its values can automatically be extracted with an $ifNull projection.

This release also includes a compiled windows binary of the tool script.

New Fields, Fixed Filter

16 Jan 18:48
Compare
Choose a tag to compare

GeoDbJson, now includes new fields: "loc_id", and "of". The level filter was fixed, and the entries are now properly filtered.

Inital Release

15 Jan 23:37
f6d6a11
Compare
Choose a tag to compare

This release contains the output JSON document, which is returned when running the current version of the script 'GeoDbJson'. The contents of the archive can be imported into a MongoDB collection.