MODIS Reprojection Tool

Download   MRT from here.  I just downloaded the zip file to my Desktop. You will have to create a REVERB account or ECHO account to get the tool.  Before you start the unzip of the MRT  you should take a few steps to prepare yourself.  I struggled a lot with this install because I was not  prepared, so lets take some time to prepare. This is not a simple unzip the file and click install.  The install I do here was for Windows 7, but the installer gives you these choices:

  Which version of Windows are you running?
  1. Windows XP or later
  2. Windows 2000
  3. Windows NT

Unless you are in fact running Win2000 or NT  then  #1 will be the choice you want to make.  If you are running  Windows2000 then the install is going to make a change  to autoexec.bat. If you are running NT, XP or anything later than XP ( Vista, 7  etc) Then there is no autoexec.bat  to change and the installer will be modifying other files to do the install.

Other things you should do as a preliminary. Decide where you want to install  MRT because the install will unzip files to this directory.  And most importantly write down your path to java.  So I would start by updating java from www.java.com. After you update java you need to copy down the path to java. You must do this exactly!  You need to find the path to java.exe.  On my system it is located here.

“c:\Program Files (x86)\Java\jre7\bin\java.exe”

Once you have that,  then you should unzip the file you downloaded. That download will contain the following files after unzipping: mrt_install.bat,  MRT_WIN.zip, unzip, and reg_set.  If you like open up the   *bat file in  notepad. If you double click on it it will just execute. I suggest reviewing the bat file before running it.

If you double click on it you will see the following screen

Then just follow the instructions. You will be asked to specify a directory to install the files. The MRT_WIN.zip file will be unzipped to that directory. You will also be asked for your java path.

After you finish the install you can also create a shortcut for your desktop. Look in the “bin” folder of MRT. You will find a file named modis_tool.bat. Right click and create a shortcut. The bin directory also has an icon for the shortcut. After creating a shortcut for this file, you can copy it to your desktop.

Click on the shortcut and you will see the following. If you dont create a shortcut, just start the program by doubling clicking on Modis_Tool.bat  in the “bin” directory.

Here is the main screen

Click on Open Input File and select the HDF file that you downloaded previously

After loading the file  we will reproject it to  A Geotif  using geographic projection.

Note I have   ALL the selected bands in this step. Each band will be resampled and reprojected.  I selected an output file name. Resampling I have selected nearest neighbor. Note the QC files are all bit data, so nearest neighbor is the right choice. I’ve selected a geographic pr0jection and I edited the parameters (Edit Projection Parameters ) to give the output WGS84 datum.  If you click run the input file will be unpacked into the various bands and each band will be resampled, projected and saved as a geotif.

To show you what the Geotif looks like, I’ll pull it up in R.

library(raster)

library(rgdal)

day <- “test.LST_Day_1km.tif”

LST <- raster(day)

LST <- LST * .02

LST[LST==0]<-NA

Note that I scaled the values in the file by .02.  SCale factors are located in the documentation on the file. Then I set 0 to NA. After plotting we see this which is Land Surface Temperature in Kelvin

and then I can crop the data and look at a smaller area. The pixels here are roughly 1km ( 926 meters ) On the bottom we have LST during the day and on the top we have the  landcover classes from my other project. The red detail in the middle is a small city.

For the next step go here

  1. Revati
    May 28, 2013 at 1:40 PM

    Thank u for the MRT info.But i am facing problem in reprojecting the MOD09 A1 file.The process gets terminated.

    • Sahadeep
      January 31, 2017 at 2:33 PM

      Hi Revati, I am facing the same problem while trying to reproject the MOD10A2 data. The process gets terminated.

  2. Hasan
    April 18, 2014 at 8:01 PM

    I m working in windows environment, XP. i have installed the tool but when input HDF files, it says “Error in module” opening input header file. i cant process from this point. kindly tell me the soln.

  3. August 27, 2014 at 7:35 PM

    I think you can search through Google as your choice. It would be effective for you.
    7 zip download

  4. Jigme
    October 4, 2014 at 8:55 PM

    When I add MODIS . hdf file in MRT, it says “Error in Module: ReadHdrFile” and when I click “OK” the file is added as input files but without any details in other box : ( Input File Info: Blank, Available bands : Blank…everything )

    • mahesh poudel
      December 23, 2015 at 2:57 PM

      hi jigme, i also facing the same problem, do you got any idea about this

    • Ziyuan
      April 26, 2017 at 8:00 PM

      hi jigme , i’m facing the same problem,do you get the solution?

      • Nickolas
        June 3, 2017 at 11:53 PM

        Just open the ModisTool.bat in bin directory

  5. January 21, 2015 at 7:03 PM

    Hi Steven, I am trying to run MRP under Windows 8.1 but I haven’t had success. Apparently, there’s some issue concerning Java pathway. So, I tryed to run MRT web interface, but It does not work also. Maybe it’s offline. Do you have any suggestion?

    • Steven Mosher
      January 21, 2015 at 9:41 PM

      I’m using the modis package from r now also gdalutil and not mrp On Jan 21, 2015 6:03 AM, “Steven Mosher's Blog” wrote:

      >

    • February 28, 2017 at 1:08 PM

      Whoever wrote this, you know how to make a good arcleit.

  6. Marco Condarco
    June 10, 2015 at 3:20 AM

    When we try to use the tool “Modis Reprojection Tool” with MCD64A1 , the HDF data files haven’t datum, and that genres error datum, so which datum we should use in HDF Products to get products geotiff with projection Geographic datum WGS84?

  7. Jaime Lopez
    October 5, 2015 at 7:29 PM

    Hi, I can not find MRT_WIN.zip file anywhere, the link you suggest does not have any zip file, just an java update link. I try on google too, but nothing found. So, where can I find it? thanks in advance, Jaime

  8. mahesh poudel
    December 23, 2015 at 2:58 PM

    after feeding the data, it saya the module error, how to fix please help

  9. SARK
    March 17, 2016 at 1:15 PM

    Sorry.. May I ask some questions? How can I get those graphs in R? Could you write the code for drawing that first image from R? I am a beginner of R unfortunately. My final goal is to get LST values for each lat/long as a table. Should I refine the shape of .tif first? (So the ‘next step’ is about how to refine the original .tif to rectangle shape?)

  10. Lara
    May 24, 2016 at 11:17 PM

    same problem!!

  11. Jacinto
    July 1, 2016 at 5:04 AM

    I get the following error message:

    Error: OpenGeoTIFFFILE : Opening Output Image File
    : Unable to open C:\Users\Jasho_U\Desktop\Israel\Ingeniería\Proyectos\DIUC\MODIS\DOWNLOADS\MOD13A3.A2011121.h17v04.005.2011165095950.1_km_monthly_NDVI.tif
    Fatal Error, Terminating…

    PLEASE HELP!

    • g
      August 29, 2016 at 3:29 PM

      Have you solved this problem?
      I get this problem too:(

      • Sahadeep
        January 31, 2017 at 2:34 PM

        I also have a same problem. Any news about fixing it ? Would be glad if there was any of it around !

      • Nickolas
        June 3, 2017 at 11:51 PM

        I solved this problem just openning the ModisTool.bat in bin directory instead the ModisTool.jar

  12. November 17, 2016 at 6:06 AM

    mi pregunta es, si pones lo valores 0 a los valores nulos, eso no seria malo para la imagen ya que “inventas un dato de cero” a un pixel, ademas cuando los conviertas a centigrados 0-273.15 seria -273.15??

  13. cenoornat
    May 20, 2017 at 5:37 AM

    Сколько же происходит для самом деле. В предметной области разбираться никто не хочет. Всетаки приходят в лабаз и поручают (доверяют) покупку продавцу магазина. Нынче сей продавец магазина, может вам предложить залежавшийся товар, который ему нужно срочно сбыть, однако он, сообразно его словам “абсолютно соответствует требованиям навороченного компьютера”. Он может знать о часть, сколько у него жрать какая-то недостаток, однако вам об этом не скажет. Потому сколько он продавец. А вы покупатель. Следовательно, сей вариация покупки был бы самым надежным, разве желание мы не ленились разбираться в предметной области, только еще же, по ряду причин (безделье, нет времени и т.д.) мы предпочитаем поручить наш сортировка другому человеку. Впору, замечу, что несказанно много современного бизнеса основывается на нашей лени разве невозможности охватить своим разумом безвыездно сферы человеческой деятельности. То, подобно бизнес ведет себя с потребителями чем-то похоже для то, подобно таксисты в курортных странах пытаются разделить непутевых туристов для мелкие группы, чтобы круг заплатил отдельно. Авторитет потребителей издревле в объединении. Бизнес ведь не стесняется объединяться навстречу потребителей… Вы полагаетесь на субъективную оценку других людей. Не совершенно люди читают инструкции и то, сколько они Вам напишут в своем отзыве может совершенно не оставаться правдой. Только не потому который Вас хотели обмануть, а потому сколько прислуга описал только лишь частный опыт. В таких случаях хорошо, если затрапезничать изрядно отзывов, для можно было сравнить. Чтобы, может попасться и порядком объективная оценка. Беспричинно который, это не вовсе минус; http://mnmag.ru/kabinet/forums/?PAGE_NAME=profile_view&UID=46692&PAGEN_2=2918 Tinedol — способ наружного применения, в виде мази чтобы стоп, действующее навстречу грибка, запаха и зуда, ухаживающее за кожей. В составе запатентованной активной формулы натуральные компоненты: Климбазол, Фарнезола Тинедол, эфирные масла и витамины. Производитель обращает особое внимание для новизну и эффективность Tinedol, причем помогает мазь насупротив микоза ногтей либо стоп различной этиологии. Способ проходило необходимые исследования, имеет сертификат качества и декларацию о соответствии ЕАС (смотрите фото ниже, там написаны совершенно контактные причина производителя и результаты соответствия товара нормативным требованиям и стандартам). Некоторый любят приобретать подобные товары в аптеке иначе магазине, я также, беспричинно вдруг позволительно получить редко неизвестно-что. Только и покупки сквозь интернет также имеют свои плюсы: не нужно никуда идти, доставка на дом, урывками товары там дешевле нежели на прилавках. К чему этовсе? Заботиться в книга, что в аптеках Москвы известный препарат еще никто не слышал, только в интернете можно прочитать обилие отзывов о мази Тинедол. Вот ссылка-баннер на гласный интернет-магазин, где я также покупал:

  14. July 5, 2017 at 12:19 PM

    Inside the 85, kids might simply fantasy ones, nothing get to them far more simple, along with inside our occasion it is complex to assume children without them. The talk will give attention to radio-controlled gadgets. In the beginning, design with devices with reserved management ended up being invented regarding creation in dangerous or even inaccessible positions for folks. Later, getting jumped on the daily amount, these were transformed straight into amazing model for sons. The various kinds and varieties of frameworks frequently puzzles parent or guardian, although teens live lucky versed in the features of any model.
    Jaka zabawke kupic?

  15. April 11, 2020 at 4:09 AM

    bryce dallas howard nude
    kelly rohrbach nude
    brittany furlan nude
    sarah hyland nude
    sarah silverman topless
    taylor alesia nude

  16. April 30, 2020 at 11:25 AM

    Ночью анализировал содержимое инета, случайно к своему восторгу заметил отличный веб-сайт. Вот гляньте: защитные маски от covid-19 . Для нас вышеуказанный веб-сайт произвел радостное впечатление. Успехов всем!

  17. July 13, 2020 at 4:55 PM

    xnxx.com
    سكس مصرى
    افلام سكس
    بزاز
    سكس عرب
    arab sex

  18. ColinBag
    July 20, 2020 at 4:05 PM

    xxx new doctor
    redtape x vedious
    hol xxx video
    barbi lee sex
    bbw tailan hoot
    video hd xxxii
    xxxvideo in bordar
    xxx sex compani
    xxx doctor ke
    cafe couple sex
    xxx vidoes usa
    sxe vidos tamanaa
    arbib pron videos
    kehdoo xxx.tumhe videos
    meyzo xxx com
    local english fuck
    xxx in garo
    eiko kato xxx
    amercian funking vedio
    gehrein seex v

  19. September 12, 2020 at 2:24 AM

    Некоторое время мониторил содержание инета, и вдруг к своему восторгу увидел лучший сайт. Гляньте: на этом сайте . Для моих близких этот вебсайт оказал незабываемое впечатление. До встречи!

  20. September 12, 2020 at 2:26 AM

    Пару часов назад мониторил контент интернет, вдруг к своему удивлению открыл отличный веб-сайт. Гляньте: вот ссылка . Для моих близких вышеуказанный веб-сайт произвел радостное впечатление. Пока!

  21. September 12, 2020 at 2:30 AM

    Вечером просматривал материалы инет, и к своему удивлению увидел лучший вебсайт. А вот и он: подробно тут . Для моих близких данный ресурс произвел радостное впечатление. До встречи!

  22. September 12, 2020 at 2:31 AM

    Прошлым вечером мониторил содержимое сети, вдруг к своему восторгу открыл интересный вебсайт. Смотрите: подробнее . Для моих близких данный сайт оказал яркое впечатление. Всем пока!

  23. September 12, 2020 at 3:17 AM

    Утром просматривал материалы инета, и вдруг к своему восторгу обнаружил четкий сайт. А вот и он: на это сайте . Для меня вышеуказанный вебсайт показался довольно привлекательным. Всем пока!

  24. September 12, 2020 at 3:31 AM

    Сегодня вечером серфил материалы инета, неожиданно к своему удивлению обнаружил важный вебсайт. Вот: вот ссылка . Для нас вышеуказанный ресурс произвел яркое впечатление. Всего доброго!

  25. September 12, 2020 at 3:38 AM

    Позавчера познавал материалы инет, неожиданно к своему удивлению увидел хороший сайт. Вот смотрите: делюсь этой ссылкой . Для нас этот сайт оказался очень важным. Успехов всем!

  26. September 12, 2020 at 4:10 AM

    Вчера анализировал содержание инета, и вдруг к своему удивлению заметил лучший сайт. Вот гляньте: на данном ресурсе . Для меня вышеуказанный сайт оказал незабываемое впечатление. Хорошего дня!

  27. Addisu
    April 12, 2021 at 11:52 PM

    please help me .i could not download MRT easly it say error

  1. No trackbacks yet.

Leave a comment