cenpy.products._Product._from_bbox

_Product._from_bbox(self, bounding_box, variables=None, level='tract', return_geometry=True, geometry_precision=2, strict_within=False, return_bounds=False, replace_missing=True)[source]

This is an internal method to handle querying the Census API and the GeoAPI using bounding boxes. This first gets the target records in the given level that fall within the provided bounding box using the GeoAPI. Then, it gets the variables for each record from the Census API.