Open twhyntie opened 8 years ago
Some hints:
Get station numbers (docs)
from sapphire import Network
Network().station_numbers()
Get cluster object with all stations (docs)
from sapphire import HiSPARCNetwork
HiSPARCNetwork(force_stale=True)
You should end up with all stations that can be seen here: http://data.hisparc.nl/maps/
Thanks! :smile:
Not quite sure where to put this but here's some simple code for getting the station lats and lons and plotting them on a map (provided by Basemap):
It produces this:
Not amazing but at least I've got something out with my CernVM Sapphire. Thanks again for the Conda tip - it's brilliant!