libwreport3t64

shared library for working with weather reports

libwreport is a C++ library to read and write weather reports in BUFR and CREX formats.

libjellyfish-perl

count k-mers in DNA sequences (Perl bindings of jellyfish)

JELLYFISH is a tool for fast, memory-efficient counting of k-mers in DNA. A k-mer is a substring of length k, and counting the occurrences of all such substrings is a central step in many analyses of DNA sequence. JELLYFISH can count k-mers using an order of magnitude less memory and an order of magnitude faster than other k-mer counting packages by using an efficient encoding of a hash table and by exploiting the "compare-and-swap" CPU instruction to increase parallelism.

python3-aio-geojson-nsw-rfs-incidents

async GeoJSON client library for NSW Rural Fire Service Incidents

This Python library provides convenient async access to the NSW Rural Fire Service incidents feed.

python3-aio-geojson-usgs-earthquakes

async GeoJSON client U.S. Geological Survey Earthquake Hazards Program

This library provides convenient async access to U.S. Geological Survey Earthquake Hazards Program feeds.

python3-aio-georss-client

async GeoRSS client library

This Python library provides convenient async access to GeoRSS http://www.georss.org/ Feeds.

python3-dna-jellyfish

count k-mers in DNA sequences (Python bindings of jellyfish)

JELLYFISH is a tool for fast, memory-efficient counting of k-mers in DNA. A k-mer is a substring of length k, and counting the occurrences of all such substrings is a central step in many analyses of DNA sequence. JELLYFISH can count k-mers using an order of magnitude less memory and an order of magnitude faster than other k-mer counting packages by using an efficient encoding of a hash table and by exploiting the "compare-and-swap" CPU instruction to increase parallelism.