Nemo Library - introduction and purpose


Petaluma 1

The natural domain of all geographical data is isometric, finite and boundless spheroidal surface of the planet Earth. This is why it is frequently both easier and more useful to build a digital globe, then it is to build a digital map:

Petaluma 2

The traditional method of numerical representation of geographic coordinates consists of angular latitude and longitude (φ and λ, respectively). This coordinate form is ill-suited for processing on a digital computer. Specifically, the implementer of any application that handles large volumes of wide area geographic data must find a solution to three fundamental software engineering problems:

Nemo library is a collection of C-language functions, that provides a path to the solution of those problems. It may work effectively for a large number of wide area or global geographical applications that are built using the following design strategy:

The approach to geographic data representation outlined above provides a sound foundation for construction of complex, multi‑point data objects (point sets, lines, surface areas) and of their application‑specific spatial sorting and searching.

This web‑page is only a brief outline; there is a [Library Reference Manual] and a discussion of the above mentioned [Nemo Library Coordinate Systems]; both documents are included in the distribution and are viewable on‑line. Abundant comments and many illustrations accompany the C language Library source code.

The use of the Nemo Library is governed by a [BSD‑style license], the text of which is also included in the distribution archive.

The Library (documentation, example code with data and a selection of compiled static link libraries) is distributed as a compresed .tar archive. The package includes the instructions for obtaining the source code.

There are no "library versions" and thus there is no "version control"; there is however a 4+3‑digit (YYYY.DDD) numeric string Library edition publication date, which is included in the distribution file name, the reference manual and the API header (nemo.h) file.


Download the Library 2024.060 release archive (1.9 MB): [nemoLibrary2024.060.tar.gz]


Library distribution archives are time‑stamped by TrueTimeStamp.org. In addition to time‑stamping, this makes possible the verification of downloaded file using its SHA‑2 fingerprint (46b46f4f74a6adfad5454690d7ce23cd071dbce7b89f0b015e18674871c7f132) and TrueTimeStamp.org's signing key. (Consult their web-site and/or the certificate for details).


Contact the author: [Hrvoje Lukatela]