代做GEOG60941: Environmental Remote Sensing 2024-2025 Assessment 1: Long term monitoring of the Earth’

GEOG60941: Environmental Remote Sensing 2024-2025

Assessment 1:  Long term monitoring of the Earth’s surface

Deadline:  14:00  Thursday  7th  November  (week  7).  Submission  via  the  Assessment Submission tab on the BB site.

This assessment is worth 20% of the overall mark. The total word limit for this assessment is 500 words. This includes all text but excludes the assessment title, reference list, numbers in tables and text that is included in figures and figure captions. Everything else is included.

Task:

Create a poster with the title “Remote sensing as a tool  for long term quantitative monitoring of land cover change: Opportunities and Challenges.”.

Your  answer should discuss the question statement with specific  reference to  both the literature on the topic AND results obtained from your own data analyses. You should use what you learn in the practical sessions to generate data/outputs to graphically demonstrate key  points  made within your discussion  i.e.  refer to your own data as examples or case studies (think about the specific points mentioned below!).

Instructions. Please read them very carefully:

●   Make sure that your poster addresses at least the following:

o    The role of spectral indices in long term quantitative monitoring of land cover change

o    How  and why the  atmosphere  may  influence spectral  indices  and ways in which these issues may be minimised

o    The implications of using different sensors to monitor quantitative changes in land cover over time

o    Wider discussion of how such challenges are being/can be addressed

o    Conclusions with reference to the usefulness of remote sensing for long term quantitative monitoring of land cover change.

●    Include  a  URLlink  to  your fully commented Javascript code somewhere on your poster (see end of this document for further instructions)

●   Any  figures  or  tables  included  in your  answers  need  a  proper figure  number  and caption and should be referenced from the text.

●   You  must  use  references from the  literature to back-up your key points in each of your  answers.  The  references  (both  in  text  and  in the  reference  list)  need to  be formatted appropriately. As this is a poster assessment you are allowed to use the numeric referencing system to save space.

●   A complete list of references used in all of your answers should be included on your poster

●    Do  not  screen  grab  images or charts from Google  Earth Engine (GEE). All images should be exported from GEE and where necessary, tidied up (e.g. add legends, scale bars and N arrows) in a GIS software or spreadsheet package (e.g. redraw charts in Excel) prior to being inserted into your assessment.

●    The  poster  size  should  be A1  (the orientation  is up to you). An A1 page is 594 x 841mm. You can use a range of software to produce your poster; e.g. Powerpoint, Illustrator, Coral Draw, Inkscape. Whichever software you choose, remember to start by  defi ning  the  document  page  size;  e.g.  If  you  are  producing  the  poster  using Powerpoint, you should go to the Design tab, then select Slide Size. Choose Custom Slide Size.

Further help and guidance

Background information

Sentinel-2  is  a  relatively  new  platform,  which  will  become  increasingly  important  and prominent  in ecosystem studies going forward. However, for exploring historical trends in data, we need to turn to other platforms such as MODIS (since 2000) and Landsat (since the 1970s). There are two main challenges associated with the use of remotely sensed data for quantitative studies of temporal change:

1) The signal recorded by the sensor is not necessarily a good measure of the change in surface conditions (Moran et al. 2001). This is because the signal measured by the sensor is a function of surface reflectance, coupled with sensor calibration, solar zenith angle, sensor viewing angle, and atmospheric influences. In order to be of lasting quantitative value, it is therefore recommended that remotely sensed data be calibrated to physical units such as reflectance.

2) The  use of data from  multiple sensors  is often required to ensure data coverage and continuity, but differences in the spectral characteristics of sensors result in spectral index values  being  different.  Such differences  may  have  implications for  long term vegetation monitoring (Cund ill et al., 2015).

References cited

Cund ill, S.L., Van der Werff, H. and Van der Meijde, M., 2015. Adjusting spectral indices for spectral  response  function  differences of very  high spatial  resolution sensors simulated from eld spectra. Sensors15(3), pp.6221-6240.

Moran, M. S., R. Bryant, K. Thome, W. Ni, Y. Nouvellon, M. P. Gonzalez-Dugo, and J. Qi. 2001. A  refi ned empirical  line  approach for  reflectance factor  retrieval from  Landsat-5 TM and Landsat-7 ETM+. Remote Sensing of Environment 78:71-82.

Generating data to exemplify points within your answers

I highly recommend that you complete your reading and outline a structure to your poster before embarking  upon the  practical component of the assessment. This is because you need to know what points you want to exemplify with your data - think about what data you want to display and then work out how to generate those data. Some hints as to what data you could generate to exemplify your  points  are  provided  below. Of course you can also generate other data - anything that you want to help with your answer!

●   Demonstrate the influence of the atmosphere on vegetation by comparing data from the same satellite  products with different  levels of  atmospheric correction. Think about the impact on the spectral signature(s) but also on any vegetation indices that will be derived from those spectral signatures.

●   Demonstrate the  potential/limitations  surrounding the  use  of  multiple sensors for long term  monitoring  by processing data from two different sensors for the same location and date (as close as possible!). Think about how the spatial patterns and data values differ between sensors and why?

Whilst most of the image processing should be done using Google Earth Engine, you can also  use ArcGIS,  QGIS,  Excel,  R  and other  packages to further  analyse  and display your results.  It’s important to think about how “best” to create and display examples with a focus on demonstrating your points - you don’t have to create examples using GEE for every point that   you  make  if you  don’t deem  it to  be  necessary. You should  aim for 3-4 generated outputs.

Hints and tips:

●   The  bands  of  Sentinel-2  imagery  are  different  to that  of  Landsat e.g. cloud cover  is controlled  by the  band ‘CLOUDY_PIXEL_PERCENTAGE’. The spectral bands in Sentinel imagery  are  also of different spatial resolutions and different to that of Landsat data, which is 30 m spatial resolution. To reduce that level of complexity I have put together some example code for you here to do some additional pre-processing of the Sentinel-2 imagery for you

https://code.earthengine.google.com/5380939cc7e68fb9050c4c70fb393299

●   Remember  that  i) the band positions and   wavelengths might differ between different sensors, and ii) pixel size may differ between different sensors; and iii) time of year is an important  consideration.  For  Landsat  9,  the  metadata  property  for  cloud  cover  is ‘CLOUD_COVER’ but for Sentinel-2 it is “CLOUD_COVERAGE_ASSESSMENT” (you can get this  information from clicking on the name of the image collection and looking at the metadata!)

●   There are several “land cover  maps” available  in GEE if you want to use them. You can search for a land cover map that covers your area of interest and fits your purpose best.

●   You   can  use  your   knowledge  of   how  to  generate  spectral signatures/profiles  from Practical 1 and 3 if you think a spectral plot may be useful to exemplify your point(s)!

●    If you want to “comment out” large chunks of code so that it is not run but not deleted, simply  highlight the  relevant  lines of code   and  select  ctrl+ / to reverse this process simply press ctrl + / again.

●   To obtain a link to your GEE script simply click Get Link. A url will appear in your browser address field. You should paste this link at the end of your report (note do not copy and paste  the  web  address  from  your  browser  –  you  must  use  the  Get  Link  button!). However, if you continue to make edits on this code after the link is generated, they will

not be updated in the linked version so only do this when you are fi nished with the code.

●    Remember to use the Google EE help documentation if you are unsure of anything





热门主题

课程名

mktg2509 csci 2600 38170 lng302 csse3010 phas3226 77938 arch1162 engn4536/engn6536 acx5903 comp151101 phl245 cse12 comp9312 stat3016/6016 phas0038 comp2140 6qqmb312 xjco3011 rest0005 ematm0051 5qqmn219 lubs5062m eee8155 cege0100 eap033 artd1109 mat246 etc3430 ecmm462 mis102 inft6800 ddes9903 comp6521 comp9517 comp3331/9331 comp4337 comp6008 comp9414 bu.231.790.81 man00150m csb352h math1041 eengm4100 isys1002 08 6057cem mktg3504 mthm036 mtrx1701 mth3241 eeee3086 cmp-7038b cmp-7000a ints4010 econ2151 infs5710 fins5516 fin3309 fins5510 gsoe9340 math2007 math2036 soee5010 mark3088 infs3605 elec9714 comp2271 ma214 comp2211 infs3604 600426 sit254 acct3091 bbt405 msin0116 com107/com113 mark5826 sit120 comp9021 eco2101 eeen40700 cs253 ece3114 ecmm447 chns3000 math377 itd102 comp9444 comp(2041|9044) econ0060 econ7230 mgt001371 ecs-323 cs6250 mgdi60012 mdia2012 comm221001 comm5000 ma1008 engl642 econ241 com333 math367 mis201 nbs-7041x meek16104 econ2003 comm1190 mbas902 comp-1027 dpst1091 comp7315 eppd1033 m06 ee3025 msci231 bb113/bbs1063 fc709 comp3425 comp9417 econ42915 cb9101 math1102e chme0017 fc307 mkt60104 5522usst litr1-uc6201.200 ee1102 cosc2803 math39512 omp9727 int2067/int5051 bsb151 mgt253 fc021 babs2202 mis2002s phya21 18-213 cege0012 mdia1002 math38032 mech5125 07 cisc102 mgx3110 cs240 11175 fin3020s eco3420 ictten622 comp9727 cpt111 de114102d mgm320h5s bafi1019 math21112 efim20036 mn-3503 fins5568 110.807 bcpm000028 info6030 bma0092 bcpm0054 math20212 ce335 cs365 cenv6141 ftec5580 math2010 ec3450 comm1170 ecmt1010 csci-ua.0480-003 econ12-200 ib3960 ectb60h3f cs247—assignment tk3163 ics3u ib3j80 comp20008 comp9334 eppd1063 acct2343 cct109 isys1055/3412 math350-real math2014 eec180 stat141b econ2101 msinm014/msing014/msing014b fit2004 comp643 bu1002 cm2030
联系我们
EMail: 99515681@qq.com
QQ: 99515681
留学生作业帮-留学生的知心伴侣!
工作时间:08:00-21:00
python代写
微信客服:codinghelp
站长地图