Skip to content
Novus Examples

Explore the test library

Find files, editable templates and browser test targets by what you need to make or test. Explore complete business kits for connected records, templates and expected results.

5297 results

Page 87 of 221; 24 results per page.

Show the canonical directory
Preview of GeoJSON: Three-Element Positions With Altitude
geojson
638 B
Actual file preview for GeoJSON: Three-Element Positions With Altitude

GeoJSON: Three-Element Positions With Altitude

Four positions with a third element, which RFC 7946 defines as height in metres above the WGS 84 ellipsoid. Two-dimensional pipelines commonly truncate the third element without saying so, and this file is what proves whether yours does.

File
GEOJSON · Geojson Edge Cases · UTF-8
Use case
GeospatialJSON parsing+1· Conversion set
Preview of GeoPackage: Aspatial Attributes Table (no geometry column)
gpkg
36 KB
Actual file preview for GeoPackage: Aspatial Attributes Table (no geometry column)

GeoPackage: Aspatial Attributes Table (no geometry column)

A GeoPackage holding an `attributes` table with no geometry at all: the standard's own answer to a lookup table you want to ship alongside your layers. Its gpkg_contents row has null bounds and a null SRS, which is what readers that assume every row is spatial trip over.

File
GPKG · Geopackage · 10 rows
Use case
GeospatialData import+1· Conversion set
Preview of GeoPackage: Features Stored in Web Mercator (EPSG:3857)
gpkg
36 KB
Actual file preview for GeoPackage: Features Stored in Web Mercator (EPSG:3857)

GeoPackage: Features Stored in Web Mercator (EPSG:3857)

The same five towns stored as projected metres rather than degrees, with EPSG:3857 registered in gpkg_spatial_ref_sys and stamped into every geometry blob's header. Unlike GeoJSON, GeoPackage genuinely supports this, so it is the clean way to test that your reader honours the declared SRS instead of assuming 4326.

File
GPKG · Geopackage
Use case
GeospatialConversion testing+1· Conversion set
Preview of GeoPackage: Three Feature Layers in One SQLite Container
gpkg
44 KB
Actual file preview for GeoPackage: Three Feature Layers in One SQLite Container

GeoPackage: Three Feature Layers in One SQLite Container

The territory as an OGC GeoPackage: an ordinary SQLite database with the three required metadata tables and three feature layers whose geometry columns hold GeoPackage binary blobs. Unlike a shapefile it carries several geometry types, long column names and real typed columns in one file.

File
GPKG · Geopackage
Use case
GeospatialConversion testing+1· Conversion set
Preview of gettext Catalog: Spanish (.po)
po
1.3 KB
Actual file preview for gettext Catalog: Spanish (.po)

gettext Catalog: Spanish (.po)

A translated gettext .po catalog (Spanish) with a full header, source-location and translator comments, c-format flags, and a plural-form entry, for testing PO parsers and translation-memory tools.

File
PO · Gettext · es
Preview of gettext MO with Plural-Forms: Arabic (compiled)
mo
1.3 KB
Actual file preview for gettext MO with Plural-Forms: Arabic (compiled)

gettext MO with Plural-Forms: Arabic (compiled)

The compiled Arabic MO twin. Plural entries are encoded the way msgfmt does it (the original is 'singular\\0plural' and the translation is the 6 forms joined by NUL), and the header entry carries the Plural-Forms expression, so ngettext resolves without the .po file present.

File
MO · Gettext · Arabic
Preview of gettext MO with Plural-Forms: Polish (compiled)
mo
943 B
Actual file preview for gettext MO with Plural-Forms: Polish (compiled)

gettext MO with Plural-Forms: Polish (compiled)

The compiled Polish MO twin. Plural entries are encoded the way msgfmt does it (the original is 'singular\\0plural' and the translation is the 3 forms joined by NUL), and the header entry carries the Plural-Forms expression, so ngettext resolves without the .po file present.

File
MO · Gettext · Polish
Preview of gettext MO with Plural-Forms: Russian (compiled)
mo
1.1 KB
Actual file preview for gettext MO with Plural-Forms: Russian (compiled)

gettext MO with Plural-Forms: Russian (compiled)

The compiled Russian MO twin. Plural entries are encoded the way msgfmt does it (the original is 'singular\\0plural' and the translation is the 3 forms joined by NUL), and the header entry carries the Plural-Forms expression, so ngettext resolves without the .po file present.

File
MO · Gettext · Russian
Preview of gettext MO with Plural-Forms: Welsh (compiled)
mo
1.1 KB
Actual file preview for gettext MO with Plural-Forms: Welsh (compiled)

gettext MO with Plural-Forms: Welsh (compiled)

The compiled Welsh MO twin. Plural entries are encoded the way msgfmt does it (the original is 'singular\\0plural' and the translation is the 6 forms joined by NUL), and the header entry carries the Plural-Forms expression, so ngettext resolves without the .po file present.

File
MO · Gettext · Welsh
Preview of Gettext MO: French
mo
272 B
Actual file preview for Gettext MO: French

Gettext MO: French

Compiled gettext MO binary for French. Pair with the matching PO for loader tests.

File
MO · Gettext
Use case
Internationalization· Paired fixture
Preview of Gettext MO: German
mo
265 B
Actual file preview for Gettext MO: German

Gettext MO: German

Compiled gettext MO binary for German. Pair with the matching PO for loader tests.

File
MO · Gettext
Use case
Internationalization· Paired fixture
Preview of Gettext MO: Korean
mo
271 B
Actual file preview for Gettext MO: Korean

Gettext MO: Korean

Compiled gettext MO binary for Korean. Pair with the matching PO for loader tests.

File
MO · Gettext
Use case
Internationalization· Paired fixture
Preview of Gettext MO: Portuguese (Brazil)
mo
257 B
Actual file preview for Gettext MO: Portuguese (Brazil)

Gettext MO: Portuguese (Brazil)

Compiled gettext MO binary for Portuguese (Brazil). Pair with the matching PO for loader tests.

File
MO · Gettext
Use case
Internationalization· Paired fixture
Preview of gettext PO with Plural-Forms: Arabic (nplurals=6)
po
2.3 KB
Actual file preview for gettext PO with Plural-Forms: Arabic (nplurals=6)

gettext PO with Plural-Forms: Arabic (nplurals=6)

A Arabic gettext catalog with a real Plural-Forms header and 6 msgstr[] forms per plural entry, source-location and extracted comments, and c-format flags. Pairs with the compiled .mo of the same content, so a loader can be tested end to end rather than on the text format alone.

File
PO · Gettext · Arabic
Preview of gettext PO with Plural-Forms: Polish (nplurals=3)
po
1.8 KB
Actual file preview for gettext PO with Plural-Forms: Polish (nplurals=3)

gettext PO with Plural-Forms: Polish (nplurals=3)

A Polish gettext catalog with a real Plural-Forms header and 3 msgstr[] forms per plural entry, source-location and extracted comments, and c-format flags. Pairs with the compiled .mo of the same content, so a loader can be tested end to end rather than on the text format alone.

File
PO · Gettext · Polish
Preview of gettext PO with Plural-Forms: Russian (nplurals=3)
po
1.9 KB
Actual file preview for gettext PO with Plural-Forms: Russian (nplurals=3)

gettext PO with Plural-Forms: Russian (nplurals=3)

A Russian gettext catalog with a real Plural-Forms header and 3 msgstr[] forms per plural entry, source-location and extracted comments, and c-format flags. Pairs with the compiled .mo of the same content, so a loader can be tested end to end rather than on the text format alone.

File
PO · Gettext · Russian
Preview of gettext PO with Plural-Forms: Welsh (nplurals=6)
po
2 KB
Actual file preview for gettext PO with Plural-Forms: Welsh (nplurals=6)

gettext PO with Plural-Forms: Welsh (nplurals=6)

A Welsh gettext catalog with a real Plural-Forms header and 6 msgstr[] forms per plural entry, source-location and extracted comments, and c-format flags. Pairs with the compiled .mo of the same content, so a loader can be tested end to end rather than on the text format alone.

File
PO · Gettext · Welsh
Preview of gettext PO: fuzzy, obsolete and untranslated entries
po
2 KB
Actual file preview for gettext PO: fuzzy, obsolete and untranslated entries

gettext PO: fuzzy, obsolete and untranslated entries

A German catalog carrying every state a PO entry can be in but the happy one: two fuzzy entries (one of them a plural) with #| previous-msgid comments, an entry that is present but untranslated, three obsolete #~ entries including an obsolete plural and an obsolete msgctxt entry, and two complete entries as the control.

File
PO · Gettext · German
Preview of gettext PO: msgctxt disambiguation and multi-line strings
po
2.1 KB
Actual file preview for gettext PO: msgctxt disambiguation and multi-line strings

gettext PO: msgctxt disambiguation and multi-line strings

The English word "Open" translated four different ways in one file (three msgctxt variants plus the context-free entry) alongside a multi-line msgid that must be concatenated with no separator, a no-c-format entry whose %% is literal text, and explicit tab and quote escapes with a significant trailing space.

File
PO · Gettext · French
Preview of gettext Template (messages.pot)
pot
1.2 KB
Actual file preview for gettext Template (messages.pot)

gettext Template (messages.pot)

A gettext .pot template extracted from source (msgid entries with empty msgstr values, source-location comments, and a plural form), the starting point for a new language translation.

File
POT · Gettext