Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/python-visualization/folium
/ get_geojson_from_web
Method
get_geojson_from_web
folium/features.py:782–783 ·
view source on GitHub ↗
(self, url: str)
Source
from the content-addressed store, hash-verified
780
)
781
782
def
get_geojson_from_web(self, url: str) -> dict:
783
return
requests.get(url).json()
784
785
def
convert_to_feature_collection(self) -> None:
786
""
"Convert data into a FeatureCollection if it is not already."
""
Callers
1
process_data
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected