This archive is retained to ensure existing URLs remain functional. It will not contain any emails sent to this mailing list after July 1, 2024. For all messages, including those sent before and after this date, please visit the new location of the archive at https://mailman.ripe.net/archives/list/[email protected]/
[atlas] Filtering measurements
- Previous message (by thread): [atlas] Custom box and bag
- Next message (by thread): [atlas] Filtering measurements
Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Sanaa GHANDI
sanaa.ghandi at imt-atlantique.fr
Thu Apr 22 14:01:04 CEST 2021
Hello, I hope you are all doing well. I have a few questions concerning the measurements selection, and I am interested only on the anchoring mesh measurements. In fact, for optimisation issues, I would like to be able to select only measurements of interest: For example, I want to get the results coming from sources: X and Y, and targeting the anchor 6771. Now I can get the measures targeting the anchor 6771 using this code from Altas Cousteau ################################################################## from ripe.atlas.cousteau import MeasurementRequest filters = {'tags': ['anchoring','mesh',6771] } measurements = MeasurementRequest(**filters) #################################################################### But I have no idea of how to make a filter on the sources as well, since all we can access through the measurements are the number of anchors requested and not their ids. Do you know a way to get access to the sources of a measurement via Atlas Cousteau or another Ripe Tool ? Thank you -- Sanaa
- Previous message (by thread): [atlas] Custom box and bag
- Next message (by thread): [atlas] Filtering measurements
Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]