Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NSI utils for obtaining NSI data #95

Merged
Prev Previous commit
Next Next commit
Updated pytest for NSI util
ywkim312 committed Jan 8, 2025
commit 8c4e079b356347d414cbd0fc9120d0a508ce650b
Original file line number Diff line number Diff line change
@@ -48,11 +48,3 @@ def test_get_fips_by_state_and_county():
fips = NsiUtil.get_fips_by_state_and_county(state, county)

assert fips == '17019'


if __name__ == '__main__':
# test_create_nsi_gdf_by_county_fips()
# test_create_nsi_gdf_by_counties_fips_list()
# test_get_county_fips_by_state()
test_get_county_fips_only_list_by_state()
test_get_fips_by_state_and_county()