Search found 5 matches

by rs_datadownload
Tue Dec 21, 2021 11:36 pm America/New_York
Forum: Questions/Comments
Question: MISR toolkit(python)
Replies: 7

Re: MISR toolkit(python)

ASDC - cheyenne.e.land wrote: > Hello again, > > MISR would like to know what product do you want to convert to GEOTIFF? > MISR has a routine that converts L1B2 to GEOTIFF that they can potentially > share. However, they don’t believe they have anything ready made for other > MISR HDF4 products. > >...
by rs_datadownload
Tue Dec 21, 2021 11:19 pm America/New_York
Forum: Questions/Comments
Question: MISR toolkit(python)
Replies: 7

Re: MISR toolkit(python)

OB.DAAC - amscott wrote: > Have you seen these resources? > > [url=https://nasa.github.io/MISR-Toolkit/html/index.html]MISR Toolkit > GitHub pages[/url] > [url=https://nasa.github.io/MISR-Toolkit/Mtk_ug.pdf]MISR Toolkit Users > Guide[/url] I have looked over these materials,but I haven't found the h...
by rs_datadownload
Tue Dec 21, 2021 11:14 pm America/New_York
Forum: Questions/Comments
Question: MISR toolkit(python)
Replies: 7

Re: MISR toolkit(python)

Thanks foe your reply! I extracted variables (BlueBand Brf ) of the BAND from LIB2T products through MISR Toolkit,but it could not be extracted in HEG,because HEG couldn't extract this variables (BlueBand Brf ). I want to convert it directly to TIF in MISR Toolkit. my question is how do I convert gr...
by rs_datadownload
Sat Dec 18, 2021 8:36 am America/New_York
Forum: Questions/Comments
Question: Is there any easy way to obtain list of acquisition dates for MISR netcdf files?
Replies: 4

Re: Is there any easy way to obtain list of acquisition dates for MISR netcdf files?

Hi, I was wondering if you got the coordinate information in Python and how to write the coordinate information into the TIF image. Because latitude and longitude information is irregular, how do I write it to a TIF file?Does Python have the tools?I have used GDAL, but GDAL cannot write irregular co...
by rs_datadownload
Sat Dec 18, 2021 8:26 am America/New_York
Forum: Questions/Comments
Question: MISR toolkit(python)
Replies: 7

MISR toolkit(python)

When I use MISR toolkit, I acquire the longitude and latitude and som x/y of the dataset. How can I convert it into GEOTIF through MISR toolkit? Bcause in this coordinate system,SOM x/y is a regular rectangle, but its latitude and longitude are distorted. I tried to write a GEOTIF in Python's GDAL, ...