All Downloads are FREE. Search and download functionalities are using the official Maven repository.

en.compass.yml Maven / Gradle / Ivy

Go to download

This library is a port of Ruby's stympy/faker gem (as well as Perl's Data::Faker library) that generates fake data. It's useful when you're developing a new project and need some pretty data for showcase.

There is a newer version: 1.0.2
Show newest version
en:
  faker:
    compass:
      cardinal:
        word: ['north', 'east', 'south', 'west']
        abbreviation:  ['N', 'E', 'S', 'W']
        azimuth:  ['0', '90', '180', '270']
      ordinal:
        word:  ['northeast', 'southeast', 'southwest', 'northwest']
        abbreviation:  ['NE', 'SE', 'SW', 'NW']
        azimuth:  ['45', '135', '225', '315']
      half-wind:
        word:  ['north-northeast', 'east-northeast', 'east-southeast', 'south-southeast', 'south-southwest', 'west-southwest', 'west-northwest', 'north-northwest']
        abbreviation:  ['NNE', 'ENE', 'ESE', 'SSE', 'SSW', 'WSW', 'WNW', 'NNW']
        azimuth:  ['22.5', '67.5', '112.5', '157.5', '202.5', '247.5', '292.5', '337.5']
      quarter-wind:
        word:  ['north by east', 'northeast by north', 'northeast by east', 'east by north', 'east by south', 'southeast by east', 'southeast by south', 'south by east', 'south by west', 'southwest by south', 'southwest by west', 'west by south', 'west by north', 'northwest by west', 'northwest by north', 'north by west']
        abbreviation:  ['NbE', 'NEbN', 'NEbE', 'EbN', 'EbS', 'SEbE', 'SEbS', 'SbE', 'SbW', 'SWbS', 'SWbW', 'WbS', 'WbN', 'NWbW', 'NWbN', 'NbW']
        azimuth:  ['11.25', '33.75', '56.25', '78.75', '101.25', '123.75', '146.25', '168.75', '191.25', '213.75', '236.25', '258.75', '281.25', '303.75', '326.25', '348.75']
      direction:
        - "#{cardinal}"
        - "#{ordinal}"
        - "#{half_wind}"
        - "#{quarter_wind}"
      abbreviation:
        - "#{cardinal_abbreviation}"
        - "#{ordinal_abbreviation}"
        - "#{half_wind_abbreviation}"
        - "#{quarter_wind_abbreviation}"
      azimuth:
        - "#{cardinal_azimuth}"
        - "#{ordinal_azimuth}"
        - "#{half_wind_azimuth}"
        - "#{quarter_wind_azimuth}"




© 2015 - 2024 Weber Informatics LLC | Privacy Policy