Podcast
Questions and Answers
What is the primary purpose of the Placekey API?
What is the primary purpose of the Placekey API?
What is the purpose of the 'fields' parameter in the Placekey API?
What is the purpose of the 'fields' parameter in the Placekey API?
What is the relationship between the Placekey and address_placekey for a single-family home?
What is the relationship between the Placekey and address_placekey for a single-family home?
What is the purpose of the Placekey Developer Portal?
What is the purpose of the Placekey Developer Portal?
Signup and view all the answers
What is the benefit of using the Placekey Add-on for Google Sheets?
What is the benefit of using the Placekey Add-on for Google Sheets?
Signup and view all the answers
What is the name of the JavaScript library for working with Placekeys?
What is the name of the JavaScript library for working with Placekeys?
Signup and view all the answers
What is the purpose of the Placekey Tutorials?
What is the purpose of the Placekey Tutorials?
Signup and view all the answers
What is the name of the Python library for working with Placekeys?
What is the name of the Python library for working with Placekeys?
Signup and view all the answers
What is the first step to get started with the Add-on?
What is the first step to get started with the Add-on?
Signup and view all the answers
What is required to generate Placekeys?
What is required to generate Placekeys?
Signup and view all the answers
What happens after you enter your Placekey API key and map the columns?
What happens after you enter your Placekey API key and map the columns?
Signup and view all the answers
What is the Placekey Lineage File used for?
What is the Placekey Lineage File used for?
Signup and view all the answers
How can Placekey Enterprise customers receive the Placekey Lineage File?
How can Placekey Enterprise customers receive the Placekey Lineage File?
Signup and view all the answers
What is the approximate date the transition from old_placekey to new_placekey happened in the Placekey Lineage File?
What is the approximate date the transition from old_placekey to new_placekey happened in the Placekey Lineage File?
Signup and view all the answers
Why should you check back on the Placekey website?
Why should you check back on the Placekey website?
Signup and view all the answers
What type of input may be supported by Placekey in some countries?
What type of input may be supported by Placekey in some countries?
Signup and view all the answers
Study Notes
Placekey API Docs
- The Placekey API allows users to retrieve a Placekey for any location in the world using geographical coordinates or addresses.
- The API can also return a unique identifier for a Point of Interest (POI) if the name of the place is provided.
Placekey Developer Portal
- The Placekey Developer Portal provides access to the API, usage reviews, and API key generation.
Placekey Design
- The Placekey design specification is available for review and feedback.
Placekey Types
- The API can return additional Placekey types (address_placekey and building_placekey) with the optional "fields" parameter.
- These types provide more granular information about a place, address, and building.
- For example, a single-family home would have the same Placekey, address_placekey, and building_placekey.
- An apartment would have the same Placekey and address_placekey but a different building_placekey.
- A POI with a suite number would have different Placekey, address_placekey, and building_placekey.
Placekey Libraries
- Community-built libraries for Python and JavaScript allow for geometric operations with Placekeys.
- Python library: placekey
- JavaScript library: @placekey/placekey
Placekey Tutorials
- Tutorials are available on how Placekey can benefit data work.
Google Sheets Add-on
- The Placekey Add-on for Google Sheets allows users to append Placekeys to their dataset without writing code.
- The Add-on can be installed from the Google Workspace Marketplace.
- Once installed, users can navigate to the Google Sheet, select "Add-ons" > "Placekey" > "Generate Placekeys".
- Users must enter their Placekey API key, map columns in their dataset to Placekey columns, and select "Generate Placekeys".
Placekey Lineage File
- Placekey Enterprise customers can access the monthly Placekey Lineage File.
- The file is delivered via S3, Databricks, Snowflake, and more.
- The file contains three columns: old_placekey, new_placekey, and transition_date.
Supported Countries
- Placekey operates on a region-by-region basis.
- Supported countries can be found on the Placekey website.
- Users can request specific countries for support on the Placekey feedback page.
Studying That Suits You
Use AI to generate personalized quizzes and flashcards to suit your learning preferences.
Description
Learn about the Placekey API, which retrieves a unique identifier for locations by coordinates or address, and get access to the API through the Developer Portal.