Answered step by step
Verified Expert Solution
Question
1 Approved Answer
In python 3.0 I need help with this assignment: There is a typo, it is not 400 raters its 4 rasters located here https://drive.google.com/file/d/1mXqn19VOVlbk_Nv-dAitSTj86vH4fG0p/view?usp=sharing Assignment:
In python 3.0 I need help with this assignment:
There is a typo, it is not 400 raters its 4 rasters located here
https://drive.google.com/file/d/1mXqn19VOVlbk_Nv-dAitSTj86vH4fG0p/view?usp=sharing
Assignment: Batch Processing With Python 1. Napa County Land Cover You have been tasked with creating a new land cover map for Napa County and computing the area of different cover types. The land cover map can be at 30 meters but the area should be at 1 meter resolution because we now have 1 meter LiDAR data for the entire county. The remotely sensed data is over 400 raster files so you'll need write a script to "batch" process the rasters. You've been provided with four rasters to get started. Also, please print out the amount of area you found for each of the different land cover types. The desired types and their associated values should be: Trees-3 .Shrubs-2 . Grass 1 2. Batch Script of Your Choosing Write another script (and turn it in in another file). The script can do whatever you want as long as it takes files from an Input folder and puts the results into an Output folder. For this portion of the assignment, please include the data so I can test it. Assignment: Batch Processing With Python 1. Napa County Land Cover You have been tasked with creating a new land cover map for Napa County and computing the area of different cover types. The land cover map can be at 30 meters but the area should be at 1 meter resolution because we now have 1 meter LiDAR data for the entire county. The remotely sensed data is over 400 raster files so you'll need write a script to "batch" process the rasters. You've been provided with four rasters to get started. Also, please print out the amount of area you found for each of the different land cover types. The desired types and their associated values should be: Trees-3 .Shrubs-2 . Grass 1 2. Batch Script of Your Choosing Write another script (and turn it in in another file). The script can do whatever you want as long as it takes files from an Input folder and puts the results into an Output folder. For this portion of the assignment, please include the data so I can test it
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started