Skip to content

Dummy cb parameter for geographic types with only one option #30

@itendswells

Description

@itendswells

Almost all of the functions to get geometry data have a 'cb' parameter to select between TIGER files and cartographic boundary files. However geography types that only have one option like blocks() or nation() don't have this parameter.

I understand that the parameter is unnecessary for these functions, however it creates a problem when trying to write wrapper functions that can be called consistently across all of the pygris geography functions.

The 'cb' parameter is the only one I've found so far that isn't in all of them, but it's possible this could be an issue for other optional parameters like resolution, protocol, etc.

Adding in a dummy 'cb' parameter to all of these functions for consistency would be greatly appreciated, thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions