Skip to content

Convert a SOLRIS or ACI raster HTML report from QGIS to a CSV with helpful dictionaries

Notifications You must be signed in to change notification settings

aidanwobrien/Raster-Report-Tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

ELC-Summary

Converts a Southern Ontario Land Resource Information System (SOLRIS) raster HTML report generated from QGIS to a CSV.

Save the .html raster report that is generated when running the "Raster Layer Unique Report" in QGIS.

Run the script and use the dialogue box to point to the .html file.

Enter the name would like to save the file as.

The translated data is now saved in your directory as ELC_Summary.csv.

Note this script will work for all .html tables, but a dictionary is coded specifically for use with the Southern Ontario Land Resource Information System data. Note this script requires the beautifulsoup4 library to be installed on your machine. pip install beautifulsoup4 to install the library. Note Acre and Hectare conversions will only be accurate if the map projection units are in metres

ACI Calc

Converts a AAFC Annual Crop Inventory raster HTML report generated from QGIS to a CSV.

Save the .html raster report that is generated when running the "Raster Layer Unique Report" in QGIS.

Run the script and use the dialogue box to point to the .html file.

Enter the name would like to save the file as.

The translated data is now saved in your working directory

About

Convert a SOLRIS or ACI raster HTML report from QGIS to a CSV with helpful dictionaries

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages