MCPcopy Create free account

hub / github.com/sethoscope/heatmap / functions

Functions159 in github.com/sethoscope/heatmap

↓ 20 callersMethodhelper_run
(self, args)
test/helper.py:29
↓ 14 callersMethodsize
(self)
src/heatmap77/heatmap.py:274
↓ 12 callersMethodstr_to_hsva
Returns a 4-tuple of ints from a hex string color specification, such that AAABBCCDD becomes AAA, BB, CC, DD. For example, s
src/heatmap77/heatmap.py:513
↓ 8 callersMethodmap
(self, func)
src/heatmap77/heatmap.py:424
↓ 6 callersMethod_assert_mapping
(self, latlon_given, xy_given, projection)
test/test_projections.py:9
↓ 6 callersMethod_str_to_float
(string, base=16, maxval=256)
src/heatmap77/heatmap.py:509
↓ 6 callersMethodfill_missing
(self)
src/heatmap77/heatmap.py:1227
↓ 6 callersMethodfinalized
(self)
src/heatmap77/heatmap.py:328
↓ 5 callersMethodmake_image
(self, matrix)
src/heatmap77/heatmap.py:609
↓ 4 callersMethodcopy
(self)
src/heatmap77/heatmap.py:51
↓ 4 callersMethodcorners
(self)
src/heatmap77/heatmap.py:271
↓ 4 callersMethodis_inside
(self, coord)
src/heatmap77/heatmap.py:292
↓ 4 callersMethodset_from_options
(self, options)
src/heatmap77/heatmap.py:1187
↓ 3 callersMethodget
(self, floatval)
src/heatmap77/heatmap.py:580
↓ 3 callersMethodgrow
(self, pad)
src/heatmap77/heatmap.py:278
↓ 3 callersMethodis_scaled
(self)
src/heatmap77/heatmap.py:157
↓ 2 callersMethod_save_image
(self, matrix)
src/heatmap77/heatmap.py:654
↓ 2 callersFunction_scale_for_osm_zoom
(zoom)
src/heatmap77/heatmap.py:720
↓ 2 callersMethodadd
(self, coord, val)
src/heatmap77/heatmap.py:322
↓ 2 callersMethodextent
(self)
src/heatmap77/heatmap.py:395
↓ 2 callersMethodfrom_bounding_box
(self, other)
src/heatmap77/heatmap.py:261
↓ 2 callersMethodget_pixels_per_degree
(self)
src/heatmap77/heatmap.py:136
↓ 2 callersMethodheat
(self, distance)
src/heatmap77/heatmap.py:483
↓ 2 callersMethodinverse_project
(self, coords)
src/heatmap77/heatmap.py:163
↓ 2 callersFunctionprocess_shapes
(config, hook=None)
src/heatmap77/heatmap.py:801
↓ 2 callersMethodproject
(self, coords)
src/heatmap77/heatmap.py:160
↓ 2 callersMethodread_file
a simple file opener, for simple subclasses
src/heatmap77/heatmap.py:828
↓ 2 callersMethodresize
(self, width=None, height=None)
src/heatmap77/heatmap.py:284
↓ 2 callersMethodupdate
grow this bounding box so that it includes the other
src/heatmap77/heatmap.py:254
↓ 1 callersMethod_blend_pixels
(a, b)
src/heatmap77/heatmap.py:602
↓ 1 callersFunction_get_osm_image
(bbox, zoom, osm_base, osm_path_template)
src/heatmap77/heatmap.py:695
↓ 1 callersMethod_initialize_heat_cache
(cls, kernel)
src/heatmap77/heatmap.py:406
↓ 1 callersMethod_make_argparser
Return a an ArgumentParser set up for our command line options.
src/heatmap77/heatmap.py:1036
↓ 1 callersMethod_parse
(self, filename)
src/heatmap77/heatmap.py:102
↓ 1 callersMethodadd_heat_to_matrix
(self, matrix, kernel)
src/heatmap77/heatmap.py:413
↓ 1 callersMethodauto_set_scale
(self, extent_in, padding, width=None, height=None)
src/heatmap77/heatmap.py:166
↓ 1 callersFunctionchoose_osm_zoom
(config, padding)
src/heatmap77/heatmap.py:724
↓ 1 callersMethodcreate_movie
(infiles, outfile, ffmpegopts)
src/heatmap77/heatmap.py:668
↓ 1 callersMethoddistance
(self, coord)
src/heatmap77/heatmap.py:440
↓ 1 callersMethodfrom_shapes
(self, shapes)
src/heatmap77/heatmap.py:265
↓ 1 callersMethodgeneral_distance
(x, y)
src/heatmap77/heatmap.py:390
↓ 1 callersFunctionget_osm_background
(config, padding)
src/heatmap77/heatmap.py:757
↓ 1 callersMethodlegacy_cmdline_input
(self, options)
src/heatmap77/heatmap.py:1166
↓ 1 callersFunctionmain
()
src/heatmap77/heatmap.py:1273
↓ 1 callersFunctionmain
()
examples/two_pass_example.py:39
↓ 1 callersFunctionmain
()
examples/random_example.py:50
↓ 1 callersFunctionmain
()
examples/numpy_example.py:64
↓ 1 callersMethodmatrix_factory
(decay)
src/heatmap77/heatmap.py:307
↓ 1 callersFunctionmatrix_to_numpy
(config, matrix)
examples/numpy_example.py:51
↓ 1 callersMethodparse
(self, lines)
src/heatmap77/heatmap.py:866
↓ 1 callersMethodreduce
Returns a weighted sum of the values, where weight N is pow(decay,N). This means the largest value counts fully, but additio
src/heatmap77/heatmap.py:358
↓ 1 callersMethodrun
(self)
src/heatmap77/heatmap.py:677
↓ 1 callersMethodsegments
Parse file and yield segments containing points
src/heatmap77/heatmap.py:124
↓ 1 callersMethodset_defaults
(self)
src/heatmap77/heatmap.py:1032
↓ 1 callersMethodset_files_from_legacy_cmdline
(self, options)
src/heatmap77/heatmap.py:1181
↓ 1 callersMethodset_pixels_per_degree
(self, val)
src/heatmap77/heatmap.py:142
↓ 1 callersFunctionsetup_config
(count)
examples/random_example.py:38
↓ 1 callersFunctionsetup_config
(count)
examples/numpy_example.py:39
↓ 1 callersFunctionshapes_generator
(count)
examples/random_example.py:31
↓ 1 callersFunctionshapes_generator
(count)
examples/numpy_example.py:32
Method__eq__
(self, o)
src/heatmap77/heatmap.py:60
Method__hash__
(self)
src/heatmap77/heatmap.py:57
Method__init__
(self, x, y)
src/heatmap77/heatmap.py:44
Method__init__
(self, lat, lon)
src/heatmap77/heatmap.py:68
Method__init__
(self, lat, lon)
src/heatmap77/heatmap.py:96
Method__init__
(self, filename)
src/heatmap77/heatmap.py:121
Method__init__
(self, coords=None, shapes=None)
src/heatmap77/heatmap.py:239
Method__init__
(self, default_factory=float)
src/heatmap77/heatmap.py:319
Method__init__
(self, decay)
src/heatmap77/heatmap.py:343
Method__init__
(self, coord, weight=1.0)
src/heatmap77/heatmap.py:382
Method__init__
(self, start, end, weight=1.0)
src/heatmap77/heatmap.py:429
Method__init__
(self, radius)
src/heatmap77/heatmap.py:479
Method__init__
radius is the distance beyond which you should not bother.
src/heatmap77/heatmap.py:490
Method__init__
Create a color map based on a progression in the specified range, or using pixels in a provided image. If supplied, hsva_min
src/heatmap77/heatmap.py:527
Method__init__
Each argument to the constructor should be a 4-tuple of (hue, saturaton, value, alpha), one to use for minimum data values and one for
src/heatmap77/heatmap.py:588
Method__init__
(self, config)
src/heatmap77/heatmap.py:648
Method__init__
(self, filenames=[], extras={})
src/heatmap77/heatmap.py:816
Method__init__
(self, use_defaults=True)
src/heatmap77/heatmap.py:1025
Method__iter__
Readers can be iterated over, yielding all their shapes.
src/heatmap77/heatmap.py:821
Method__str__
(self)
src/heatmap77/heatmap.py:54
Method__str__
(self)
src/heatmap77/heatmap.py:99
Method__str__
(self)
src/heatmap77/heatmap.py:251
Method__str__
(self)
src/heatmap77/heatmap.py:386
Method__str__
(self)
src/heatmap77/heatmap.py:437
Method__sub__
(self, o)
src/heatmap77/heatmap.py:63
Method_brightness
(image)
src/heatmap77/heatmap.py:1252
Methodadd
(self, coord, val)
src/heatmap77/heatmap.py:333
Methodadd
(self, coord, val)
src/heatmap77/heatmap.py:338
Methodadd
(self, coord, val)
src/heatmap77/heatmap.py:347
Methodadd_heat_to_matrix
(self, matrix, kernel)
src/heatmap77/heatmap.py:459
Methodextent
(self)
src/heatmap77/heatmap.py:325
Methodfinalized
(self)
src/heatmap77/heatmap.py:350
Methodget_lat
(self)
src/heatmap77/heatmap.py:72
Methodget_lon
(self)
src/heatmap77/heatmap.py:78
Methodget_meters_per_pixel
(self)
src/heatmap77/heatmap.py:147
Methodheat
Returns 1.0 at center, 1/e at radius pixels from center.
src/heatmap77/heatmap.py:497
Methodinverse_project
(self, coord)
src/heatmap77/heatmap.py:212
Methodinverse_project
(self, coord)
src/heatmap77/heatmap.py:231
Methodmap
Returns a new Extent whose corners are a function of the corners of this one. The expected use is to project a Extent onto a map. Fo
src/heatmap77/heatmap.py:296
Methodmap
(self, func)
src/heatmap77/heatmap.py:473
next →1–100 of 159, ranked by callers