Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 511 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 511 Bytes

spacefill

A space-filling curve indexing library. Maps coordinates to pseudo-SFCs indices.

Tooling

spacefill is implemented using features found in Fortran 2018 with the GNU Fortran (gfortran) compiler.

Dependencies and program management require fpm.

Unit testing is managed through veggies. Drivers and specific tests are found in the test/ directory.