Query features by bounding box or H3 cell
elements.query(**kwargs) -> FeatureCollection { features, type }
GET/api/v1/features
Query features by bounding box or H3 cell
Parameters
Query features by bounding box or H3 cell
require "plaza"
plaza = Plaza::Client.new(
api_key: "My API Key",
environment: "local" # defaults to "production"
)
feature_collection = plaza.elements.query
puts(feature_collection)