Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/sethoscope/heatmap
/ functions
Functions
159 in github.com/sethoscope/heatmap
⨍
Functions
159
◇
Types & classes
44
↓ 20 callers
Method
helper_run
(self, args)
test/helper.py:29
↓ 14 callers
Method
size
(self)
src/heatmap77/heatmap.py:274
↓ 12 callers
Method
str_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 callers
Method
map
(self, func)
src/heatmap77/heatmap.py:424
↓ 6 callers
Method
_assert_mapping
(self, latlon_given, xy_given, projection)
test/test_projections.py:9
↓ 6 callers
Method
_str_to_float
(string, base=16, maxval=256)
src/heatmap77/heatmap.py:509
↓ 6 callers
Method
fill_missing
(self)
src/heatmap77/heatmap.py:1227
↓ 6 callers
Method
finalized
(self)
src/heatmap77/heatmap.py:328
↓ 5 callers
Method
make_image
(self, matrix)
src/heatmap77/heatmap.py:609
↓ 4 callers
Method
copy
(self)
src/heatmap77/heatmap.py:51
↓ 4 callers
Method
corners
(self)
src/heatmap77/heatmap.py:271
↓ 4 callers
Method
is_inside
(self, coord)
src/heatmap77/heatmap.py:292
↓ 4 callers
Method
set_from_options
(self, options)
src/heatmap77/heatmap.py:1187
↓ 3 callers
Method
get
(self, floatval)
src/heatmap77/heatmap.py:580
↓ 3 callers
Method
grow
(self, pad)
src/heatmap77/heatmap.py:278
↓ 3 callers
Method
is_scaled
(self)
src/heatmap77/heatmap.py:157
↓ 2 callers
Method
_save_image
(self, matrix)
src/heatmap77/heatmap.py:654
↓ 2 callers
Function
_scale_for_osm_zoom
(zoom)
src/heatmap77/heatmap.py:720
↓ 2 callers
Method
add
(self, coord, val)
src/heatmap77/heatmap.py:322
↓ 2 callers
Method
extent
(self)
src/heatmap77/heatmap.py:395
↓ 2 callers
Method
from_bounding_box
(self, other)
src/heatmap77/heatmap.py:261
↓ 2 callers
Method
get_pixels_per_degree
(self)
src/heatmap77/heatmap.py:136
↓ 2 callers
Method
heat
(self, distance)
src/heatmap77/heatmap.py:483
↓ 2 callers
Method
inverse_project
(self, coords)
src/heatmap77/heatmap.py:163
↓ 2 callers
Function
process_shapes
(config, hook=None)
src/heatmap77/heatmap.py:801
↓ 2 callers
Method
project
(self, coords)
src/heatmap77/heatmap.py:160
↓ 2 callers
Method
read_file
a simple file opener, for simple subclasses
src/heatmap77/heatmap.py:828
↓ 2 callers
Method
resize
(self, width=None, height=None)
src/heatmap77/heatmap.py:284
↓ 2 callers
Method
update
grow this bounding box so that it includes the other
src/heatmap77/heatmap.py:254
↓ 1 callers
Method
_blend_pixels
(a, b)
src/heatmap77/heatmap.py:602
↓ 1 callers
Function
_get_osm_image
(bbox, zoom, osm_base, osm_path_template)
src/heatmap77/heatmap.py:695
↓ 1 callers
Method
_initialize_heat_cache
(cls, kernel)
src/heatmap77/heatmap.py:406
↓ 1 callers
Method
_make_argparser
Return a an ArgumentParser set up for our command line options.
src/heatmap77/heatmap.py:1036
↓ 1 callers
Method
_parse
(self, filename)
src/heatmap77/heatmap.py:102
↓ 1 callers
Method
add_heat_to_matrix
(self, matrix, kernel)
src/heatmap77/heatmap.py:413
↓ 1 callers
Method
auto_set_scale
(self, extent_in, padding, width=None, height=None)
src/heatmap77/heatmap.py:166
↓ 1 callers
Function
choose_osm_zoom
(config, padding)
src/heatmap77/heatmap.py:724
↓ 1 callers
Method
create_movie
(infiles, outfile, ffmpegopts)
src/heatmap77/heatmap.py:668
↓ 1 callers
Method
distance
(self, coord)
src/heatmap77/heatmap.py:440
↓ 1 callers
Method
from_shapes
(self, shapes)
src/heatmap77/heatmap.py:265
↓ 1 callers
Method
general_distance
(x, y)
src/heatmap77/heatmap.py:390
↓ 1 callers
Function
get_osm_background
(config, padding)
src/heatmap77/heatmap.py:757
↓ 1 callers
Method
legacy_cmdline_input
(self, options)
src/heatmap77/heatmap.py:1166
↓ 1 callers
Function
main
()
src/heatmap77/heatmap.py:1273
↓ 1 callers
Function
main
()
examples/two_pass_example.py:39
↓ 1 callers
Function
main
()
examples/random_example.py:50
↓ 1 callers
Function
main
()
examples/numpy_example.py:64
↓ 1 callers
Method
matrix_factory
(decay)
src/heatmap77/heatmap.py:307
↓ 1 callers
Function
matrix_to_numpy
(config, matrix)
examples/numpy_example.py:51
↓ 1 callers
Method
parse
(self, lines)
src/heatmap77/heatmap.py:866
↓ 1 callers
Method
reduce
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 callers
Method
run
(self)
src/heatmap77/heatmap.py:677
↓ 1 callers
Method
segments
Parse file and yield segments containing points
src/heatmap77/heatmap.py:124
↓ 1 callers
Method
set_defaults
(self)
src/heatmap77/heatmap.py:1032
↓ 1 callers
Method
set_files_from_legacy_cmdline
(self, options)
src/heatmap77/heatmap.py:1181
↓ 1 callers
Method
set_pixels_per_degree
(self, val)
src/heatmap77/heatmap.py:142
↓ 1 callers
Function
setup_config
(count)
examples/random_example.py:38
↓ 1 callers
Function
setup_config
(count)
examples/numpy_example.py:39
↓ 1 callers
Function
shapes_generator
(count)
examples/random_example.py:31
↓ 1 callers
Function
shapes_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
Method
add
(self, coord, val)
src/heatmap77/heatmap.py:333
Method
add
(self, coord, val)
src/heatmap77/heatmap.py:338
Method
add
(self, coord, val)
src/heatmap77/heatmap.py:347
Method
add_heat_to_matrix
(self, matrix, kernel)
src/heatmap77/heatmap.py:459
Method
extent
(self)
src/heatmap77/heatmap.py:325
Method
finalized
(self)
src/heatmap77/heatmap.py:350
Method
get_lat
(self)
src/heatmap77/heatmap.py:72
Method
get_lon
(self)
src/heatmap77/heatmap.py:78
Method
get_meters_per_pixel
(self)
src/heatmap77/heatmap.py:147
Method
heat
Returns 1.0 at center, 1/e at radius pixels from center.
src/heatmap77/heatmap.py:497
Method
inverse_project
(self, coord)
src/heatmap77/heatmap.py:212
Method
inverse_project
(self, coord)
src/heatmap77/heatmap.py:231
Method
map
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
Method
map
(self, func)
src/heatmap77/heatmap.py:473
next →
1–100 of 159, ranked by callers