NASA-IMPACT / pixel-detector

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

Make data collection faster by creating rasters from raw file followed by smoke inspection #3

Open xhagrg opened 5 years ago

xhagrg commented 5 years ago

Right now, Loading a raw fulldisk NC file onto QGIS software to inspect/ monitor is very time consuming (read 2- 15 minutes per band). moreover, the software is very sluggish even after loading the raw file. To overcome this, We can create rasters manually (outside of the software) that are easier to load onto memory (much faster to redraw shapefiles).

muthukumaranR commented 5 years ago
muthukumaranR commented 5 years ago

script to create geotiffs is in pixel-detector/code/data_utils.py in enhc-refactor branch