Podcast
Questions and Answers
What is the first step to get started with the Placekey Add-on?
What is the first step to get started with the Placekey Add-on?
Install the Add-on into your Google account directly from the Google Workspace Marketplace
How do you access the Placekey Lineage File?
How do you access the Placekey Lineage File?
As a Placekey Enterprise customer, the file is delivered monthly via S3, Databricks, Snowflake, and more.
What are the two combinations of columns that need to be mapped in Placekey?
What are the two combinations of columns that need to be mapped in Placekey?
Street Address + City + Region with optional Postal Code + Location Name, and Latitude + Longitude
What happens after you select 'Generate Placekeys'?
What happens after you select 'Generate Placekeys'?
Signup and view all the answers
What is the purpose of the Placekey API key?
What is the purpose of the Placekey API key?
Signup and view all the answers
How often is the Placekey Lineage File delivered to Enterprise customers?
How often is the Placekey Lineage File delivered to Enterprise customers?
Signup and view all the answers
What are the three columns in the Placekey Lineage File?
What are the three columns in the Placekey Lineage File?
Signup and view all the answers
How can you request support for a specific country in Placekey?
How can you request support for a specific country in Placekey?
Signup and view all the answers
What is the primary purpose of the Placekey API?
What is the primary purpose of the Placekey API?
Signup and view all the answers
What is the function of the Placekey Developer Portal?
What is the function of the Placekey Developer Portal?
Signup and view all the answers
What is the purpose of the 'fields' parameter in the Placekey API?
What is the purpose of the 'fields' parameter in the Placekey API?
Signup and view all the answers
What is the difference between the three Placekey types for a POI with a suite number?
What is the difference between the three Placekey types for a POI with a suite number?
Signup and view all the answers
What are the libraries available for working with Placekeys?
What are the libraries available for working with Placekeys?
Signup and view all the answers
What is the Placekey Add-on for Google Sheets used for?
What is the Placekey Add-on for Google Sheets used for?
Signup and view all the answers
Where can developers provide feedback or request help with the Placekey API?
Where can developers provide feedback or request help with the Placekey API?
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
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 Placekeys for locations using coordinates or addresses, and the Placekey Developer Portal for accessing the API and managing usage. Review the Placekey design specification and provide feedback.