
Product
Introducing Tier 1 Reachability: Precision CVE Triage for Enterprise Teams
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
A wrapper for the National Weather Service API
Documentation for the National Weather Service API can be found here.
Everything that is used to construct this wrapper is contained in the directory you are currently in. There are 3 files that wrap the entire API:
rossby.py
api_config.py
default_response.py
All of the endpoints can be found in the file api_config.py
,
variable api_endpoints
. Each key in this dictionary variable
defines the name of a base endpoint that can be called on a
Rossby()
object. Subsequent key-value pairs represent the unique
methods that can be called on the base endpoint.
from rossby import Rossby
rossby = Rossby()
kunv = rossby.stations.by_id(station_id='KUNV')
print(kunv.geometry)
print(kunv.geometry.coordinates) # equivalent to kunv.geometry['coordinates']
office = rossby.offices.by_id(office_id='CTP')
print(office.address)
print(office.address.streetAddress)
print(office.responsibleCounties)
FAQs
A wrapper for the U.S. National Weather Service API
We found that rossby demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
Research
/Security News
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.