Orthophoto_Maps is a mapping software that generate individual maps(orthophotos) from multispectral images(especially drone). Only with images and sensor data, you can generate orthophotos of area of interests.
- Run OrthophotoMultiSpectral.py with Data folder
- The Data folder will be updated
- Data folder is constructed with aligned multi-band images
- Input - ./Data
- Images to rectify
- Output
- Individual orthophotos - .tif(GeoTIFF)
- Extract metadata(focal length, sensor width) from the image
- Extract an array from each band
- Extract EOP from metadata of each band
- Convert coordinate to planar coordinate system
- System calibration
- Extract a projected boundary of the image
- Compute GSD & Boundary size
- Compute coordinates of the projected boundary
- Back-projection into camera coordinate system
- Resample the pixels
- createGeoTiff
- Mosaic individual orthophotos for each band
- Merge 3-band to one image
- Generate tiles