All public logs
Combined display of all available logs of the change wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 00:45, 31 August 2022 Elie talk contribs created page Code:convert-nasa-countries.c (Created page with "Input: gpw_v4_national_identifier_grid_rev11_2pt5_min.asc, extracted from File:gpw-v4-population-count-rev11_2020_2pt5_min_asc.zip Output: File:countries.data-int16-8640x4320 Dependencies: File:stb_image_write.h <syntaxhighlight lang="c"> // Converts NASA GPWv4 data (country indicator) from ASCII format to binary data (64-bit double-precision floating point 2D array) // To compile: gcc convert-nasa-countries.c -O -o convert-nasa-countries #define IN_F...")