Command Line Interface (CLI) for GeoBlaze
npm install geoblaze-cligeoblaze identify geoblaze id geoblaze max [geovector] geoblaze min [geovector] geoblaze mean [geovector] geoblaze median [geovector] geoblaze mode [geovector] geoblaze sum [geovector] geoblaze versionidentify, id: Get the value of the pixel at the specified point. The Point should be specified as a longitude and latitude pair "-40,20"max: Get the highest value in the raster, ignoring no data values.min: Get the lowest value in the raster, ignoring no data values.mean: Get the mean average of pixel values in a raster. You can optionally specify a geovector file, like a geojson or a shapefile, so the calculation is only run on the pixels of the raster inside of the vectors.median: Get the median average of pixel values in a raster. You can optionally specify a geovector file, like a geojson or a shapefile, so the calculation is only run on the pixels of the raster inside of the vectors.mode: Get the most common pixel value in a raster. You can optionally specify a geovector file, like a geojson or a shapefile, so the calculation is only run on the pixels of the raster inside of the vectors.sum: Get the sum of pixel values in a raster file. You can optionally specify a geovector file, like a geojson or a shapefile, so the calculation is only run on the pixels of the raster inside of the vectors.version: Show version, which is found in the package.jsongeoblaze id image.tiff "48.8567,2.3508"geoblaze sum https://s3.amazonaws.com/geoblaze/spam2005v2r0_production_wheat_rainfed.tiff https://s3.amazonaws.com/geoblaze/ukraine.geojsongeoblaze sum spam2005v2r0_production_wheat_rainfed.tiff Iowa.geojson