Jan Pipek

Results 61 comments of Jan Pipek

Partly implemented using folium... https://github.com/Visgean/photos2geojson

Better in 0.3.26 where the overhead is lowered by 66 % (unnecessary flattens and weights)

Hi @Sh4zKh4n , if you sequentially fill the histogram, you should not have a problem with file of any size, the memory problem was more related to processing one big...

If I understand correctly, you want to be able to calculate the histogram once (or in multiple steps) and then re-use it a few times. Sure, histograms can be stored...

For regular binning, it is possible to use this: ``` contents = linspace(...) indexes = (data - low) / (high - low) # data is an array numpy.add.at(contents, indexes, 1)...

Link: https://github.com/ryanmackenziewhite/physt/tree/protobuf

Hi Ryan, your suggestion looks nice. I have to study the protocol buffers to properly understand all the implications and benefits, so sorry for the delay (in the past and...