RIPE-NCC / ripe-atlas-cousteau

Python client for RIPE ATLAS API
GNU General Public License v3.0
65 stars 26 forks source link

The structure of results of the measurements #48

Open hayatbellafkih opened 6 years ago

hayatbellafkih commented 6 years ago

Hi,

ripe-atlas-cousteau is a very useful tool, I use it to find some special data, however, a request return the results on a array, which is a structure different to this one of archived data by RIPE Atlas. I am working to apply automatic processing to :

  1. data from API REST (of RIPE ATlas)
  2. data archived before 15 mars 2018 ( many files as one for : builtin, udm, etc)
  3. data archived after 15 mars 2018 ( one file by one hour)

But:

Archives in 2. and 3. have the same structure: one record by line. Ex: one traceroute by line as: traceroute1 traceroute2 ... Archives in 1. has one array, the members are the records. Ex: [traceroute1, traceroute2, ...]

Can I customize the structure of the results? Is there some parameters that I miss using them?

Thanks in advance.

Hayat