datamade / census_area

:large_blue_diamond: Get Census Data from the API for arbitrary areas
MIT License
44 stars 10 forks source link

Deprecate SF3Client, update available years for remaining SF1 and ACS5 #9

Closed hancush closed 3 years ago

hancush commented 3 years ago

Description

The 1990 and 2000 Decennial Census data was removed from the Census API. Accordingly, we also removed it from census core in this commit. This PR removes references to the now-deprecated SF3Client from this package and updates the documentation accordingly. It also updates the supported years for the SF1Client and ACS5Client.

Closes #8.