Releases: TransDB-de/Tools
Cirtical Fix!
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
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
GeoDbJson, now includes new fields: "loc_id", and "of". The level filter was fixed, and the entries are now properly filtered.
Inital Release
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.