-
Notifications
You must be signed in to change notification settings - Fork 7
Summary Detail Property information #57
Comments
Hey @smwalter96, What's your current version of the Version Let me know if your library is up to date but it's still missing (and which version you're currently using) |
Hey @smwalter96, Confirming that for the properties If this was to test if the values show up, try fsid: |
After looking at the available data, I notice that Delaware doesn't have data at all for basements, stories, and units. I am then wondering how AALs were calculated? We are specifically trying to recreate AALs from the Cost of Climate report released by First Street. Would you be the best person to contact about these methodological questions or is there someone else at First Street we could get in touch with? Thanks, |
Hey @smwalter96, Could you try re-running your pull again on Delaware? There was a setting for your API key that prevented the building data nodes (basement, units, and stories) from appearing. It should be enabled now. Try it on ex FSID: For the calculations of AAL and recreating the report, there's a couple things to note:
|
That is useful information about the AALs, thank you. Would it be possible to meet with you or someone at First Street to further discuss the AAL values in the Cost of Climate report? As for the Location Detail information, I have run it again. I am getting values for basements, units, and stories now. However, I am getting only 20 properties in all of Delaware that have a TRUE basement value. Also the number of units is 1 for all properties. Is this because the information isn't available so it is just taking tract or county averages? |
Hello,
I am trying to use location.get_detail to get property information on basements, units, stories, and residential status as described under LocationDetailProperty Object https://github.com/FirstStreet/fsf_api_access_python/wiki/Location-Detail
However, a code such as this:
location_detail = fs.location.get_detail(search_items=[511447411, 511447412, 511447413], location_type="property", csv=True)
won't return all of those values:
Is there anyway to access basements, units, storage, and residential status using location.get_detail?
Thanks,
Matt
The text was updated successfully, but these errors were encountered: