{"id":49783154,"url":"https://github.com/hvanruys/eumetcastview","last_synced_at":"2026-05-11T23:01:10.724Z","repository":{"id":34839704,"uuid":"38829774","full_name":"hvanruys/EUMETCastView","owner":"hvanruys","description":"An EUMETCast viewer","archived":false,"fork":false,"pushed_at":"2026-04-26T10:53:19.000Z","size":44061,"stargazers_count":29,"open_issues_count":8,"forks_count":13,"subscribers_count":9,"default_branch":"master","last_synced_at":"2026-04-26T12:26:31.493Z","etag":null,"topics":["eumetcast","feng-yun","goes","himawari","meteosat","metop","noaa","sentinel","viewer"],"latest_commit_sha":null,"homepage":"http://hvanruys.github.io","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hvanruys.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2015-07-09T15:45:47.000Z","updated_at":"2026-04-26T10:53:26.000Z","dependencies_parsed_at":"2023-01-15T09:31:07.010Z","dependency_job_id":"289339ad-3113-4c3c-b1a4-4e2b6ff72bb8","html_url":"https://github.com/hvanruys/EUMETCastView","commit_stats":{"total_commits":251,"total_committers":1,"mean_commits":251.0,"dds":0.0,"last_synced_commit":"96d0b83e5c4ce1ba6dcf45d3e6615e18d687ca4b"},"previous_names":[],"tags_count":67,"template":false,"template_full_name":null,"purl":"pkg:github/hvanruys/EUMETCastView","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hvanruys%2FEUMETCastView","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hvanruys%2FEUMETCastView/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hvanruys%2FEUMETCastView/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hvanruys%2FEUMETCastView/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hvanruys","download_url":"https://codeload.github.com/hvanruys/EUMETCastView/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hvanruys%2FEUMETCastView/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32916333,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-11T17:09:15.040Z","status":"ssl_error","status_checked_at":"2026-05-11T17:08:45.420Z","response_time":120,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["eumetcast","feng-yun","goes","himawari","meteosat","metop","noaa","sentinel","viewer"],"created_at":"2026-05-11T23:01:09.686Z","updated_at":"2026-05-11T23:01:10.719Z","avatar_url":"https://github.com/hvanruys.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"EUMETCastView\n=============\n\nA viewer for the Eumetcast transmissions,EUMETSAT’s primary dissemination mechanism for the near real-time delivery of satellite images.\n\nThe Open Source program **EUMETCastView** allows you to view\n\n- AVHRR images from Metop-A, Metop-B and Metop-C.\n- VIIRS images from SUOMI-NPP, NOAA-20 and NOAA-21.\n- OLCI EFR/ERR from Sentinel-3A\n- HRIT/LRIT images from Meteosat-11, Meteosat-10, Meteosat-9, Electro L3, FengYun 2H/2G, GOES-18, GOES-19 and Himawari-9.\n- MERSI images from FY-3D\n- FCI images from Meteosat-12\n\nMore details are found on http://hvanruys.github.io\n\nLinux software drivers ( for VM's ) : see https://itsfoss.com/install-mesa-ubuntu/\n\nCompile in Linux :\n\n- sudo apt install build-essential\n\t\t\tlibfontconfig1\n\t\t\tmesa-common-dev\n\t\t\tlibglu1-mesa-dev\n\t\t\tqt5-default\n\t\t\tcmake\n\t\t\tlibhdf5-dev\n\t\t\tlibnetcdf-dev\n\t\t\tlibarchive-dev\n\t\t\tlibfreeimage-dev\n- mkdir build\n- cd build\n- cmake ..\n- cmake --build .\n\nfor building AppImage\n- cmake .. -DCMAKE_INSTALL_PREFIX=/usr\n- make -j$(nproc)\n- make install DESTDIR=AppDir\n\nCompile in Windows :\n- Install msys2\n- mkdir build\n- cd build\n- cmake -G \"MSYS Makefiles\" ..\n- cmake --build .\n\nor\n\nCompile in QtCreator (Windows):\n\n- pacman --needed -S mingw-w64-ucrt-x86_64-toolchain mingw-w64-ucrt-x86_64-qwt-qt6\n- pacman --needed -S mingw-w64-ucrt-x86_64-hdf5 mingw-w64-ucrt-x86_64-netcdf\n- pacman --needed -S mingw-w64-ucrt-x86_64-cmake mingw-w64-ucrt-x86_64-qt6-5compat\n- pacman --needed -S mingw-w64-ucrt-x86_64-freeimage\n\nSetting up QtCreator\n\n 1. Open the \"Build \u0026 Run\" panel in QtCreator options\n 2. In the \"Qt Versions\" tab, add a new one pointing to `(MSYS2_PATH)/ucrt64/bin/qmake.exe`\n 3. In the \"Compilers\" tab, add a new one for MinGW C and C++, respectively pointing to `(MSYS2_PATH)/ucrt64/bin/gcc.exe` and `.../g++.exe`\n 4. In the \"Debuggers\" tab, add a new one pointing to `(MSYS2_PATH)/ucrt64/bin/gdb.exe`\n 5. In the \"CMake\" tab, add a new one pointing to `(MSYS2_PATH)/ucrt64/bin/cmake.exe`\n 6. In the \"Kits\" tab, add a new one where you use the compilers, debugger, qt and cmake defined above\n 7. Select \"CodeBlocks - Ninja\" as CMake Generator\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhvanruys%2Feumetcastview","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhvanruys%2Feumetcastview","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhvanruys%2Feumetcastview/lists"}