NRCan / geo-deep-learning

Deep learning applied to georeferenced datasets
https://geo-deep-learning.readthedocs.io/en/latest/
MIT License
149 stars 49 forks source link

New Feature - function fetching tag information to raster #448

Closed CharlesAuthier closed 1 year ago

CharlesAuthier commented 1 year ago

New feature, function added in geoutils.py to fetch information save into tag inside a rasterio file. Also save checkpoint inside the inference raster at the end of inference_segmentation.py. This part is temporary, the tag information will be use via create_new_raster_from_base in the future.

This is necessary to tackle the #442 issue otherwise the GPKG will miss information.