Coder Social home page Coder Social logo

check-laads-order's Introduction

检查LAADS下载订单的完整性

通过读取订单中的cksum文件,并计算本地下载好的订单文件的cksum值,进行比较,进而得出检验报告。 可以得出

  • 下载错误的文件
  • 未下载的文件(缺失文件)
  • 多余文件(不应该有的文件)

目前只在 LAADS的MODIS订单和VIIRS订单上测试过过

依赖项

  • : Qt == 5.15

TODO

  • 校验所选订单(当前默认校验全部订单)

注意事项

  • 鉴于目前绝大多数电脑都是64位了,所以我在Release页只打包了64位windows的可执行文件,如果您确实在使用32位的windows操作系统,请提交Issues或者提交评论或者给我发邮件。

  • 在MSVC编译器下编译会不通过,会报fopen已被弃用,并且其我又定义了报错视为错误。我不喜欢加太多#ifdef _MSC_VER,尤其是在if(fopen())这里,并且fopen_sfopen的参数不同,这样代码程序会有撕裂感。建议大家使用mingw64编译,使用msys2安装qt5、g++、cmake都很方便。如果确有需要使用MSVC编译,可以删除src/CMakeLists.txttarget_compile_options中的/WX

Release

GitHub没有发布Release ,可去本项目在gitee的仓库获取

xueke/检查LAADS订单完整性

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.