Skip to content

Releases: purplebugs/elastic-data-tool

Geocoding using Google Maps API

13 Sep 12:25
4cbc146
Compare
Choose a tag to compare

Geodecode/enrich

  • Lat,Lng added using Google Maps Geocoding API instead of GeoNorge API
  • Added google formatted_address, place_id to alpacas and farms indices

eg

          "location": {
            "type": "Point",
            "coordinates": [
              8.64219,
              60.000749
            ],
            "google": {
              "formatted_address": "Fv60 4, 1234 City, Norway",
              "place_id": "ChIJ4-47DGuFkYRa_Sno"
            }
          }

Removed

  • Population data using SSB Norway

SQL to JSON, NDJSON, Elastic. Geodecode/enrich: GeoNorge + SSB Norway

12 Sep 11:04
e287bbd
Compare
Choose a tag to compare

Convert from SQL to JSON, NDJSON, Elastic

  • Individual commands for each conversion
  • SQL to JSON or NDJSON creates file locally
  • SQL to Elastic creates index directly in Elasticsearch, no files created locally

Geodecode/enrich

  • Lat,Lng added using GeoNorge API
  • Population data added using SSB Norway

Future plans

  • Lat,Lng will be added using Google Maps API
  • Population data will be removed