Skip to content

Commit

Permalink
geocode_fr doc
Browse files Browse the repository at this point in the history
  • Loading branch information
paul.marcombes committed Dec 13, 2024
1 parent d1c262e commit 74e4727
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions bigfunctions/transform_geo_data/geocode_fr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,12 @@ examples:
- "'1 rue des champs elysees, Paris'"
output: |
{
"address_components": [...],
"formatted_address": "1 Av. des Champs-Élysées, 75008 Paris, France",
"geometry": {
"location": {
"lat": 48.86988770000001,
"lng": 2.3079341
},
...
},
"place_id": "ChIJ6499V8Rv5kcR5f9dbz3OeBI",
"plus_code": {...},
"types": ["street_address"]
"latitude": 48.871285,
"longitude": 2.302859,
"result_city": "Paris",
"result_label": "Avenue des Champs Elysées 75008 Paris",
"result_score": 0.7805588980716253,
...
}
code_process_rows_as_batch: true
init_code: | #python
Expand Down

0 comments on commit 74e4727

Please sign in to comment.