Hi, I am preparing my own netcdf dataset for training I am using sentinel2 data with 4 Bands(B02,B03,B04,B08) and I have labels and parcels.I have some crop fields with patch size of 366x366 which include crop area(Area of interest).I have masks to identify area.
Questions:
1.Will the mask (True False) will go in parcels
2.in labels only the pixels of the crop have crop labels(assigned in utils>config.py) used for training?
3.I want to make netcdf file that the algorithm requires but I am facing challenges.Can you provide me the code which creates netcdf files on timeseries.
If you can provide me the code and answer my questions that will be really helpful
Hi, I am preparing my own netcdf dataset for training I am using sentinel2 data with 4 Bands(B02,B03,B04,B08) and I have labels and parcels.I have some crop fields with patch size of 366x366 which include crop area(Area of interest).I have masks to identify area.
Questions:
1.Will the mask (True False) will go in parcels
2.in labels only the pixels of the crop have crop labels(assigned in utils>config.py) used for training?
3.I want to make netcdf file that the algorithm requires but I am facing challenges.Can you provide me the code which creates netcdf files on timeseries.
If you can provide me the code and answer my questions that will be really helpful