Skip to content
This repository was archived by the owner on Jan 18, 2023. It is now read-only.

Releases: FirstStreet/fsf_api_access_python

CSV Speedup, Output Directory Path, Configuration Adjustments, and Bugfixes

17 Jun 16:26
Compare
Choose a tag to compare

Version 2.3.6. (June 17th, 2021) CSV Speedup, Output Directory Path, Configuration Adjustments, and Bugfixes

CSV Speedup:

  • Speedup in CSV formatting #63

Output Directory Path:

  • Support for pathlib paths #61

Configuration:

  • Update default rate limit to 4990/60. Should be more stable based on rateLimit error issues

Typos:

  • shapely.geometry shifted from standard / internal import comment to external import comment
  • loocation fixed to location

Error Handling:

  • Endpoints are now displayed on network errors

Bugfix:

  • Fixed a bug where including the rate limit flags through the cli still asked for rate limit values
  • Add a warning for string search item inputs being treated as an address instead of a file if file is not found

Add Economic Property NFIP Product

09 Apr 17:26
Compare
Choose a tag to compare

Version 2.3.5. (April 9th, 2021) Add Economic Property NFIP Product

Updated Features:

  • Add new Economic Property NFIP product which returns the hypothetical insurance premiums for coverage of the structure and contents

Bugfix for Leftover Endpoint Debugging

26 Mar 18:15
Compare
Choose a tag to compare

Version 2.3.4. (March 26th, 2021) Bugfix for Leftover Endpoint Debugging

Bugfix:

  • Remove an endpoint print left behind from debugging

Add Commandline Prompt and New Location Nodes

26 Mar 17:33
Compare
Choose a tag to compare

Version 2.3.3. (March 26th, 2021) Add Commandline Prompt and New Location Nodes

Updated Features:

  • Add commandline prompts for missing arguments depending on the selected product
  • Location nodes for location.get_detail now also return the new data (floorElevation, building, floodType, residential)

Update AAL CSV Column Names

01 Mar 17:00
Compare
Choose a tag to compare

Version 2.3.2. (March 1st, 2021) Update AVM and AAL CSV Column Names

Bugfix:

  • Rename AAL Property data to damage
  • Rename AAL Area floodFactors to floodFactors_gr2

Add AVM and AAL Products

01 Mar 00:26
Compare
Choose a tag to compare

Version 2.3.1. (February 28th, 2021) Add AVM and AAL Products

Update Features:

  • AAL product is now available through fs.aal call. Subproducts are: get_summary functions
  • AVM product is now available through fs.avm call. Subproducts are: get_avm and get_provider functions

Documentation:

  • Documentation for AAL is now included
  • Documentation for the AAL calculator is now included
  • Documentation for AVM is now included
  • Documentation for AVM provider is now included

Fix valid_fsid Not Set Correctly in Historic Event By Location

16 Feb 19:55
Compare
Choose a tag to compare

Version 2.2.5. (February 16th, 2021) Fix valid_fsid Not Set Correctly in Historic Event By Location

Bugfix:
valid_fsid field was not set correctly in the Historic Event By Location calls when the input FSIDs did not have a historic event. Field now correctly displays False when there is no event.

Fix Empty Adaptation Geometry Coordinates Error

11 Feb 14:42
Compare
Choose a tag to compare

Version 2.2.4. (February 11th, 2021) Fix Adaptation Detail geometry error

Bugfix:
Adaptation Detail CSVs raised an unhandled error when the coordinates from the API returned an empty geometry. Error should now be handled and an empty lat/lng should used in the CSV in these cases

Fix Adaptation Detail Not Writing Serving Data to CSV

29 Jan 20:07
00f4432
Compare
Choose a tag to compare

Version 2.2.3. (January 29th, 2021) Fix Adaptation Detail Not Writing Serving Data to CSV

Bugfix:
Adaptation Detail CSVs did not have serving data. Fix adds the serving data to the CSV with an individual column per serving location (serving_city, serving_county, etc)

Change FSID type to string to handle 32 bit integer overflow issue

05 Jan 18:38
Compare
Choose a tag to compare

Version 2.2.2. (January 5th, 2021) Change FSID type to string to handle 32 bit integer overflow issue
Bugfix:

  • Change FSID type to string to handle 32 bit integer overflow issue