DebasishDhal99 commited on
Commit
7aae748
·
verified ·
1 Parent(s): f5e0fea

README first commit.

Browse files

Took me 1 hour to write. I think it is clear enough for people to understand. Hopefully it is used.

Files changed (1) hide show
  1. README.md +59 -3
README.md CHANGED
@@ -1,3 +1,59 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - climate
5
+ - cloud
6
+ - physics
7
+ - meteorology
8
+ - satellite
9
+ pretty_name: Cloud-Temperature correlation Data
10
+ size_categories:
11
+ - 100K<n<1M
12
+ ---
13
+ # Why was it made?
14
+ - It was made by collocating data from two satellites, INSAT-3DR and CLOUDSAT, dedicated for meteorology.
15
+ - INSAT-3DR is a geostationary satellite over Indian region, while CLOUDSAT is a polar satellite dedicated for precise cloud observation.
16
+ - Since CLOUDSAT is a polar satellite (altitude 450 KM), it can only look at one minute region at a time. But because of this we get precise cloud data (Cloudy-Clear distinction, Cloud Height and Cloud Thickness).
17
+ - Since INSAT-3DR is a geostationary satellite (36,000 KM), it scans almost half of the globe every 30 minutes, with two pixel sizes (4KM × 4KM, and 1KM × 1KM).
18
+ - Idea is to combine the power of both to approximate cloud data almost anywhere on earth at any given time.
19
+ # How was it made?
20
+ - INSAT-3DR (L1B) data and CLOUDSAT (2B-CLDCLASS-LIDAR) data were collected for the whole year of 2017 and collocated to get this final collocated dataset.
21
+ - Collocation was done by taking readings from both satellites if their pixels were close to each other in both space (<= 4KM) and time (15 minutes).
22
+
23
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/6464bd1692773d5eeb585aa3/dQxsNHTcJ0c7Ej65VD9z7.png)
24
+
25
+ # Etymology and Information
26
+ - BT (Brightness Temperature) - Measured in Kelvin, it's a measure of how hot a particular object is in a particular wavelength range. The lower the BT, the cooler the emission in that specific wavelength range.
27
+ - VIS - Visible Region (0.55-0.75 µm). From this reading, Albedo is derived.
28
+ - SWIR - Short Wave Infrared Region (1.55-1.70 µm). From this reading, radiance is derived.
29
+ - MIR - Midwave Infrared Region (3.80-4.00 µm)
30
+ - TIR1 - Thermal Infrared 1 Region (10.3-11.3 µm)
31
+ - TIR2 - Thermal Infrared 2 Region (11.5-12.5 µm). From all the last 3 reading, brightness temperatures are derived.
32
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/6464bd1692773d5eeb585aa3/cp2ufwKbKMSLmpBmLKBMl.png)
33
+
34
+ - The Brightness Temperature measured by satellites is the brightness temperature from the uppermost layer of the pixel. So if a pixel has clouds, its uppermost layer will be at an altitude (say 2-3 km from ground), thus lowering its Brightness Temperature as compared to a cloudless pixel.
35
+ - Albedo - Fraction of the incident reflected by an object. Always less than 1. In general, if a pixel has clouds, it'll have higher albedo because of cloud's reflective properties.
36
+ - Thickness - The total thickness of all cloud layers in a particular pixel. For example, if a pixel has 3 distinct cloud layers (1 km thick each), the total cloud thickness would be 3 km. This doesn't take the cloud's optical density into account, so caution is advised.
37
+ - InsatCorTir - Coordinates of INSAT pixel's TIR1/TIR2 system.
38
+ - InsatCorVis - Coordinates of INSAT pixel's VIS system.
39
+ - CsatCorTir - Coordinates of Cloudsat's pixel that was used to collocate with InsatCorTir. The distance between InsatCorTis and CsatCorVis is VisOffset.
40
+ - CsatCorVis - Coordinates of Cloudsat's pixel that was used to collocate with InsatCorVis. The distance between InsatCorVis and CsatCorTir is TirOffset. The lesser the offsets, the more reliable the readings.
41
+ - LandSeaFlag - 1- Land, 2-Ocean, 3-Coast
42
+ - SolarElevation - 90 degrees when sun is overhead, 0 when sun is rising or setting.
43
+
44
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/6464bd1692773d5eeb585aa3/v8U4rZ86wdxj-NS3p9ZYU.png)
45
+
46
+ - SatElevation - 0 degree when satellite is overhead. ± 90 degrees when satellite is on the horizon.
47
+ - Elevation - Height above Sea Level. -9999 indicates ocean. 9999 indicates error in height calculation.
48
+ - Profile - A profile is equivalent to one pixel for CLOUDSAT. In one orbit, it makes approximately 40K profiles, accounting to a length of 1.12KM/profile along the satellite's orbit. Profile number is just the number of profile, starting from 0 when CLOUDSAT starts a new orbit.
49
+ - Orbit - Total number of orbits completed by CLOUDSAT at that time.
50
+ - A single slice of atmosphere of length and breadth 1 KM, can have at max 5 separate cloud layers. It is very rare to have more layers than that, although not impossible. So CLOUDSAT is designed to measure data of 5 cloud layers only.
51
+ - c1type, c2type, c3type, c4type, c5type - Types of clouds in 1st, 2nd, 3rd, 4th and 5th cloud layer.
52
+
53
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/6464bd1692773d5eeb585aa3/NLah1nyq6pzCkOXqbYsIL.png)
54
+
55
+ - cloud base height, top height are the height of cloud base and cloud top from the ground. Thus for any given cloud, top height > base height.
56
+ - All times are GST based. Time = 415 means, 04:15AM GST. Local time can be derived by using any of the coordinates.
57
+
58
+ # What is the purpose of the dataset?
59
+ - It can be used to evaluate cloud-data (cloudy/clear distinction, cloud top height etc.) from brightness temperatures. Brightness temperatures are readily available to us every 30 minutes.