![]() |
Bridges-Python-3.0.2
3.0.2
Bridges(PythonAPI)
|
Classes | |
class | bridges.data_src_dependent.data_source.DataSource |
Namespaces | |
bridges.data_src_dependent.data_source | |
Functions | |
def | bridges.data_src_dependent.data_source.get_game_data () |
Get meta data of the IGN games collection. More... | |
def | bridges.data_src_dependent.data_source.parse_actor_movie_imdb (item) |
def | bridges.data_src_dependent.data_source.get_actor_movie_imdb_data (number=0) |
Get ActorMovie IMDB Data retrieved, formatted into a list of ActorMovieIMDB objects. More... | |
def | bridges.data_src_dependent.data_source.get_actor_movie_imdb_data2 () |
def | bridges.data_src_dependent.data_source.get_earthquake_usgs_data (number=0) |
Get USGS earthquake data USGS Tweet data (https://earthquake.usgs.gov/earthquakes/map/) retrieved, formatted into a list of EarthquakeUSGS objects. More... | |
def | bridges.data_src_dependent.data_source.get_shakespeare_data (endpoint="", textonly=False) |
Get data of Shakespeare works (plays, poems) More... | |
def | bridges.data_src_dependent.data_source.get_gutenberg_book_data (num=0) |
Get meta data of the Gutenberg book collection (1000 books) This function retrieves, and formats the data into a list of GutenbergBook objects. More... | |
def | bridges.data_src_dependent.data_source.get_cancer_incident_data (num=0) |
Retrieves the CDC dataset into a vector of records See CancerIncidence class for more information. More... | |
def | bridges.data_src_dependent.data_source.get_song (songTitle, artistName=None) |
Get data of a particular songs (including lyrics) using the Genius API (https://docs.genius.com/), given the song title and artist name. More... | |
def | bridges.data_src_dependent.data_source.get_song_data () |
Get data of the songs (including lyrics) using the Genius API https://docs.genius.com/ Valid endpoints: https://bridgesdata.herokuapp.com/api/songs/. More... | |
def | bridges.data_src_dependent.data_source.get_color_grid_from_assignment |
Reconstruct a ColorGrid from an existing ColorGrid on the bridges server. More... | |
def | bridges.data_src_dependent.data_source.get_assignment |
This function obtains the JSON representation of a particular assignment as a string. More... | |
def | bridges.data_src_dependent.data_source.osm_server_request (url) |
def | bridges.data_src_dependent.data_source.get_osm_data (args) |
Takes a location name as a string and returns an OsmData object :param :return: OsmData: More... | |
def | bridges.data_src_dependent.data_source.elevation_server (url) |
def | bridges.data_src_dependent.data_source.get_elevation_data (args) |
This function returns elevation data for the requested location and resolution. More... | |
def | bridges.data_src_dependent.data_source.get_wiki_data_actor_movie (year_begin, year_end) |