Provides helper functions to create GeoJSON features, like points, lines, or areas on a map.
Use vb and vi length units in CSS
JavaScript date/time utilities for Vega.
## Description
(IEC) Utility to parse a string bytes to bytes and vice-versa
Creates a grid of rectangular polygons with width and height consistent in degrees.
Convert between quantities in different units
Takes a point and calculates the circle polygon given a radius.
Calculates the distance along a rhumb line between two points.
An object of css properties that don't accept values with units
Creates a square grid within a bounding box.
A collection of fast approximations to common geographic measurements.
Parse length and angle CSS values and convert between units
Calculates the length of a line, perfect for paths or routes.
Calculates a point along a line at a specific distance
Creates a honeycomb-like grid of hexagons within a bounding box.
TypeScript definitions for convert-units
Convert values with PostCSS (e.g. ms -> s)
Creates a concave hull around points.
turf destination module
Measures the straight-line distance between two points, like cities or landmarks.
Calculates the distance between a given point and the nearest point on a line.
Creates a buffer around a GeoJSON feature.
Calculates the destination point having travelled the given distance along a Rhumb line.
Sequel::Units provides a simple way to work with numeric values with units in Sequel models.
Gem generator for Sinatra applications that use the following libraries: sequel, mustache, test-unit, rack-test, mocha, guard
Squixtures is a library that provides a data fixtures facility ala the fixtures typically used in unit tests. The library makes use of the Sequel library to provide a degree of database independence (needs more work) and use the LogJam library to unify logging output.
fixture_dependencies is an advanced fixture loader for ActiveRecord and Sequel, allowing the loading of models from YAML fixtures, along with their entire dependency graph. It has the following features: - Fixtures specify association names instead of foreign keys - Support both Sequel and ActiveRecord - Supports many_to_one/belongs_to, one_to_many/has_many, many_to_many/has_and_belongs_to_many, and has_one associations - Loads a fixture's dependency graph in such a manner that foreign key constraints aren't violated - Has a very simple API (FixtureDependencies.load(:model__fixture)) - Handles almost all cyclic dependencies - Includes Rails and Sequel test helpers for Test::Unit (and a Sequel test helper for RSpec) that load fixtures for every test inside a transaction, so fixture data is never left in your database - Adds dynamic fixtures (similar to ActiveRecord) with ERb.