HabitatMap/AirCasting

View on GitHub
app/models/stream.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method build_measurements! has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  def build_measurements!(data = [])
    data = data.map(&:deep_symbolize_keys)
    factory = RGeo::Geographic.spherical_factory(srid: 4326)
    time_zone = time_zone(data)

Severity: Minor
Found in app/models/stream.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status