Skip to content

Releases: pyrocko/pyrocko

Pyrocko v2018.09.13 release

13 Sep 12:21
Compare
Choose a tag to compare

Features:

  • Snuffler map added
    • Bing aerial images
    • Distance and area measure
    • Toggle lines and cities
  • GF Server added JSON API
  • Snuffler and Jackseis now accept YAML event files
  • Snuffler:
    • polarity picking
  • GF: improved handling of derived magnitude sources (slip-driven rect source, explosion, ...)
  • Guts:
    • can now specify output yaml style for strings
    • guts: improved XML namespace support
    • guts: add utility module to help with guts structure updaters
  • Fomosto:
    • ttt now checks for holes in travel-time tables
  • GNSS:
    • possibility to define component covariances

Bugfixes:

  • Fixed Bug in ExplosionSource (incorrect moment conversion)
  • Fixed bug in polygon coordinates
  • Fixed SSL issues
  • Fixed SRTM tile download
  • Fixed fomosto tttextract --output
  • Various minor bugfixes
  • Various compatibility fixes
  • Updated web service URLs and online catalog parsers

Pyrocko v2018.01.29 Release

30 Jan 13:59
Compare
Choose a tag to compare

New features:

  • pyrocko.obspy_compat compatibility with basic ObsPy classes (see https://pyrocko.org/docs/)
  • Added Source.outline
  • Added examples for ObsPy compatability, StationXML and QuakeML

Bugfixes:

  • geofon updated page parser
  • old requests compatibility
  • various bugfixes

Pyrocko v2018.01.16 bugfix release

16 Jan 10:42
Compare
Choose a tag to compare

Bugfixes and improvements

  • fix an error in string/time conversion (affecting date formats with more than one '.')
  • fix py2/3 related bugs in cake and guts
  • fix incorrect handling of moment/magnitude in moment_tensor.MomentTensor.randam_mt()
  • improvements to colosseo / scenario
  • model.load_events() now accepts yaml based event files
  • changes on geofon event web pages require an update in catalog.geofon
  • better handling of defaults in guts, guts-derived default objects are now automatically cloned
  • follow changed SRTM url

Pyrocko v2017.12.13 release

13 Dec 16:23
b66271f
Compare
Choose a tag to compare

New Features

  • pyrocko.model: New GNSSCampaign model
  • pyrocko.gf: New GNSSCampaignTarget
  • New module pyrocko.scenario: Create earthquake data scenarios on the fly, outputs are
    • Waveforms model
    • InSAR deformation model (with kite)
    • GNSS data
      Use colosseo CLI tool to initialize and calculate your earthquake scenarios.

Bugfixes and Improvements

  • pyrocko.pile: caching
  • snuffler: improved OpenStreetmap visual appearance and logging
  • snuffler: marker table print menu
  • snuffler.maps: upgrade to OpenLayers4

Pyrocko v2017.11.22 bugfix release

22 Nov 15:20
Compare
Choose a tag to compare
  • Bugfix: pyrocko.pile caching
  • Bugfix: automap SRTM download authentication
  • Feature: QuakeML - Include moment tensor to pyrocko.model.event
  • Maintenance: deployment polishing to pip and Anaconda
  • Docs: polished

Pyrocko v2017.11.16 is released!

22 Nov 15:05
Compare
Choose a tag to compare

Pyrocko v2017.11.16 introduces Python 2/3 support!

Many things changed under the hood, we have a new module structure (which is backwards compatible).
New deployment for Anaconda and pip.

With over 30000 lines of code and documentation changed in this update,
it is likely that some hiccups will follow even though we have greatly
extended our unittest infrastructure. Please help us with testing and
feedback!

Most important changes are:

  • Python 2/3 support
  • Improved documentation and examples
  • Community support chat
  • Installation through python pip and Anaconda
  • Built-in Snufflings added: Maps, Seismosizer and Cake
  • Version naming has changed to rolling release style (e.g. v2017.11.16)
  • Reorganized module hierarchy (backwards-compatible)

The documentation at https://pyrocko.org has seen many changes with more examples from the world of seismology.