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 improved port of JavaFaker (as well as Ruby's stympy/faker gem and 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: 2.4.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:
      - "#{Compass.cardinal.word}"
      - "#{Compass.ordinal.word}"
      - "#{Compass.half-wind.word}"
      - "#{Compass.quarter-wind.word}"
      abbreviation:
      - "#{Compass.cardinal.abbreviation}"
      - "#{Compass.ordinal.abbreviation}"
      - "#{Compass.half-wind.abbreviation}"
      - "#{Compass.quarter-wind.abbreviation}"
      azimuth:
      - "#{Compass.cardinal.azimuth}"
      - "#{Compass.ordinal.azimuth}"
      - "#{Compass.half-wind.azimuth}"
      - "#{Compass.quarter-wind.azimuth}"




© 2015 - 2025 Weber Informatics LLC | Privacy Policy