NASA-IMPACT / pixel-detector

pixel detector using shapefiles for generating truth set.
4 stars 0 forks source link

pixel-detector

A pixel based classifier that uses GOES raw products and shapefiles for generating truth set.

Training

[
  {
    "ncfile" : <path to the GOES 16 nc File eg:`.../2018/143/23/`>,
    "nctime" : <time string in 'yyyyqqqhhmm' format. This should be a part of the ncfile name>,
    "shp"    : <`path/to/shp/file` shapefile denoting smoke occurence in the `ncfile` (in WGS84 Coordinates) >,
    "extent" : <extent information in lat,lon eg:[-110.0,33.0,-105.0,37.0]>,
    "start"  : <unused for now>,
    "end"    : <unused for now>
  }, ...
]

Prediction

GeoJson Prediction

Batch Prediction

Evaluation