CrewAI tool for SibFly — measured ground motion (subsidence & uplift) per US address, from NASA Sentinel-1 InSAR
Project description
crewai-sibfly
A CrewAI tool for SibFly — measured ground motion (subsidence & uplift) for any US address, in mm/year, from NASA OPERA Sentinel-1 satellite radar (InSAR). Measured, not modeled.
Negative mm/year = the ground is sinking. Give your agents ground truth about whether the land under an address is sinking, rising, or stable.
Install
pip install -U crewai-sibfly
export SIBFLY_API_KEY="sf_live_..." # free key at https://sibfly.com (agents can self-register)
Use
from crewai import Agent
from crewai_sibfly import SibflyGroundMotionTool
analyst = Agent(
role="Property risk analyst",
goal="Tell the user if the ground under an address is sinking",
tools=[SibflyGroundMotionTool()],
)
Or call it directly:
from crewai_sibfly import SibflyGroundMotionTool
tool = SibflyGroundMotionTool() # reads SIBFLY_API_KEY
tool.run(address="1100 Congress Ave, Austin, TX")
tool.run(lat=36.098, lon=-119.56, dry_run=True) # FREE coverage + price check
Pricing (agent-friendly)
- $0.40 per covered report. Out-of-coverage, no-data, too-stale, and low-confidence results are free (
cost_usd: 0). - Pass
dry_run=Truefor a free coverage + price check before spending. - Route logic on the stable
assessment_code(rapid_subsidence/notable_subsidence/stable/mild_uplift/strong_uplift), not the human-readable string.
Also available
LangChain (langchain-sibfly), LlamaIndex (llama-index-tools-sibfly), n8n (n8n-nodes-sibfly), a hosted MCP server at https://sibfly.com/mcp, and a plain REST API. See https://sibfly.com/docs.
Data: NASA OPERA DISP-S1 (contains modified Copernicus Sentinel data). Screening estimate from satellite radar, not an engineering survey. MIT-licensed integration.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file crewai_sibfly-0.1.0.tar.gz.
File metadata
- Download URL: crewai_sibfly-0.1.0.tar.gz
- Upload date:
- Size: 5.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b96476fcc989e0169754eb2a349f9353620340c5301a53a76d0bdbb0510a3e3f
|
|
| MD5 |
fa406b61aa38205b5a1912d3d8903eba
|
|
| BLAKE2b-256 |
0fbe48dc52b423537504166299b38ded23f958cebd79bf0dc82b60133d464c03
|
File details
Details for the file crewai_sibfly-0.1.0-py3-none-any.whl.
File metadata
- Download URL: crewai_sibfly-0.1.0-py3-none-any.whl
- Upload date:
- Size: 6.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
084244da14f677a9969ec0d8bf6cdf292ad650350e22dde8c221c7f4243f9633
|
|
| MD5 |
4732f35b3d9c14a251bfa96b3ef872df
|
|
| BLAKE2b-256 |
078235fe92348d3dbf2aa715458e42c483047ccbc3f04338365a46f28e32683f
|