-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
237 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,226 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="utf-8"> | ||
<meta content="width=device-width, initial-scale=1.0" name="viewport"> | ||
|
||
<title>Sensor response</title> | ||
<meta content="" name="description"> | ||
<meta content="" name="keywords"> | ||
|
||
<!-- Favicons --> | ||
<link href="assets/img/Favicon-1.png" rel="icon"> | ||
<link href="assets/img/Favicon-1.png" rel="apple-touch-icon"> | ||
|
||
<!-- Google Fonts --> | ||
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet"> | ||
|
||
<!-- Vendor CSS Files --> | ||
<link href="assets/vendor/aos/aos.css" rel="stylesheet"> | ||
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet"> | ||
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet"> | ||
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet"> | ||
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet"> | ||
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet"> | ||
<!-- Creating a python code section--> | ||
<link rel="stylesheet" href="assets/css/prism.css"> | ||
<script src="assets/js/prism.js"></script> | ||
|
||
|
||
<!-- To set the icon, visit https://fontawesome.com/account--> | ||
<script src="https://kit.fontawesome.com/5d25c1efd3.js" crossorigin="anonymous"></script> | ||
<!-- end of icon--> | ||
|
||
<!-- Template Main CSS File --> | ||
<link href="assets/css/style.css" rel="stylesheet"> | ||
|
||
|
||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" integrity="sha384-oGqqFhf3ELCpQk69FVb6jGrwPOTR5SO5FeECBbCFgrFJzVpXJFLHc06dL/iPzCBJe" crossorigin="anonymous"> | ||
|
||
<script type="text/javascript" async | ||
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/MathJax.js?config=TeX-MML-AM_CHTML"> | ||
</script> | ||
|
||
<!-- ======================================================= | ||
* Template Name: iPortfolio | ||
* Updated: Sep 18 2023 with Bootstrap v5.3.2 | ||
* Template URL: https://bootstrapmade.com/iportfolio-bootstrap-portfolio-websites-template/ | ||
* Author: BootstrapMade.com | ||
* License: https://bootstrapmade.com/license/ | ||
======================================================== --> | ||
</head> | ||
|
||
<body> | ||
|
||
<!-- ======= Mobile nav toggle button ======= --> | ||
<i class="bi bi-list mobile-nav-toggle d-xl-none"></i> | ||
|
||
<!-- ======= Header ======= --> | ||
<header id="header"> | ||
<div class="d-flex flex-column"> | ||
|
||
<div class="profile"> | ||
<img src="assets/img/myphoto.jpeg" alt="" class="img-fluid rounded-circle"> | ||
<h1 class="text-light"><a href="index.html">Arun</a></h1> | ||
<div class="social-links mt-3 text-center"> | ||
<a href="https://www.linkedin.com/in/arunp77/" class="linkedin"><i class="bx bxl-linkedin"></i></a> | ||
<a href="https://github.com/arunp77" class="github"><i class="bx bxl-github"></i></a> | ||
<a href="https://twitter.com/arunp77_" class="twitter"><i class="bx bxl-twitter"></i></a> | ||
<a href="https://www.instagram.com/arunp77/" class="instagram"><i class="bx bxl-instagram"></i></a> | ||
<a href="https://medium.com/@arunp77" class="medium"><i class="bx bxl-medium"></i></a> | ||
</div> | ||
</div> | ||
|
||
<nav id="navbar" class="nav-menu navbar"> | ||
<ul> | ||
<li><a href="index.html#hero" class="nav-link scrollto active"><i class="bx bx-home"></i> <span>Home</span></a></li> | ||
<li><a href="index.html#about" class="nav-link scrollto"><i class="bx bx-user"></i> <span>About</span></a></li> | ||
<li><a href="index.html#skills-and-tools" class="nav-link scrollto"><i class="bx bx-wrench"></i> <span>Skills and Tools</span></a></li> | ||
<li><a href="index.html#resume" class="nav-link scrollto"><i class="bx bx-file-blank"></i> <span>Resume</span></a></li> | ||
<li><a href="index.html#portfolio" class="nav-link scrollto"><i class="bx bx-book-content"></i> <span>Portfolio</span></a></li> | ||
<li><a href="index.html#services" class="nav-link scrollto"><i class="bx bx-server"></i> <span>Services</span></a></li> | ||
<li><a href="index.html#professionalcourses" class="nav-link scrollto"><i class="bx bx-book-alt"></i> <span>Professional Certification</span></a></li> | ||
<li><a href="index.html#publications" class="nav-link scrollto"><i class="bx bx-news"></i> <span>Publications</span></a></li> | ||
<li><a href="index.html#extra-curricular" class="nav-link scrollto"><i class="bx bx-rocket"></i> <span>Extra-Curricular Activities</span></a></li> | ||
<li><a href="index.html#contact" class="nav-link scrollto"><i class="bx bx-envelope"></i> <span>Contact</span></a></li> | ||
</ul> | ||
</nav><!-- .nav-menu --> | ||
</div> | ||
</header><!-- End Header --> | ||
|
||
<main id="main"> | ||
|
||
<!-- ======= Breadcrumbs ======= --> | ||
<section id="breadcrumbs" class="breadcrumbs"> | ||
<div class="container"> | ||
|
||
<div class="d-flex justify-content-between align-items-center"> | ||
<h2>Sensor response</h2> | ||
<ol> | ||
<li><a href="Remote-sensing-content.html" class="clickable-box"><i class="fas fa-arrow-left"></i> Remote sensing content </i></a></li> | ||
<li><a href="index.html#portfolio" class="clickable-box"> Go to portfolio <i class="fas fa-arrow-right"></i></a></li> | ||
</ol> | ||
</div> | ||
|
||
</div> | ||
</section><!-- End Breadcrumbs --> | ||
|
||
<!------ right dropdown menue -------> | ||
<div class="right-side-list"> | ||
<div class="dropdown"> | ||
<button class="dropbtn"><strong>Shorcuts:</strong></button> | ||
<div class="dropdown-content"> | ||
<ul> | ||
<li><a href="cloud-compute.html"><i class="fas fa-cloud"></i> Cloud</a></li> | ||
<li><a href="AWS-GCP.html"><i class="fas fa-cloud"></i> AWS-GCP</a></li> | ||
<li><a href="amazon-s3.html"><i class="fas fa-cloud"></i> AWS S3</a></li> | ||
<li><a href="ec2-confi.html"><i class="fas fa-server"></i> EC2</a></li> | ||
<li><a href="Docker-Container.html"><i class="fab fa-docker" style="color: rgb(19, 18, 18);"></i> Docker</a></li> | ||
<li><a href="Jupyter-nifi.html"><i class="fab fa-python" style="color: rgb(17, 16, 16);"></i> Jupyter-nifi</a></li> | ||
<li><a href="snowflake-task-stream.html"><i class="fas fa-snowflake"></i> Snowflake</a></li> | ||
<li><a href="data-model.html"><i class="fas fa-database"></i> Data modeling</a></li> | ||
<li><a href="sql-basics.html"><i class="fas fa-table"></i> QL</a></li> | ||
<li><a href="sql-basic-details.html"><i class="fas fa-database"></i> SQL</a></li> | ||
<li><a href="Bigquerry-sql.html"><i class="fas fa-database"></i> Bigquerry</a></li> | ||
<li><a href="scd.html"><i class="fas fa-archive"></i> SCD</a></li> | ||
<li><a href="sql-project.html"><i class="fas fa-database"></i> SQL project</a></li> | ||
<!-- Add more subsections as needed --> | ||
</ul> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
|
||
<!-- ======= Portfolio Details Section ======= --> | ||
<section id="portfolio-details" class="portfolio-details"> | ||
<div class="container"> | ||
<div class="row gy-4"> | ||
<div style="background-color: rgb(115, 228, 243); color: rgb(29, 27, 27); padding: 10px;"> | ||
<h1>Sensor response</h1> | ||
</div> | ||
<div class="image"> | ||
<figure style="text-align: center;"> | ||
<img src="assets/img/remote-sensing/sentinal=EUMESAT.png" alt="" style="max-width: 80%; max-height: 80%;"> | ||
<br><figcaption style="text-align: center;"><strong>Image credit:</strong><a href="https://www.eumetsat.int/" target="_blank"> EUMESAT</a></figcaption> | ||
</figure> | ||
</div> | ||
|
||
<section id="section-1"> | ||
<h2>Various aspects of Satellite data collection </h2> | ||
|
||
|
||
|
||
|
||
<!---------------- Reference ------------> | ||
<h3>Reference:</h3> | ||
<ul style="margin-left: 30px;"> | ||
<li><a href="https://www.mdpi.com/2072-4292/12/16/2597" target="_blank">Evaluation Analysis of Landsat Level-1 and Level-2 Data Products Using In Situ Measurements, Cibele Teixeira Pinto, Xin Jing, Larry Leigh.</a></li> | ||
<li><a href="https://www.earthdata.nasa.gov/learn/backgrounders/remote-sensing">Earthdata NASA - Remote Sensing</a></li> | ||
<li><a href="https://en.wikipedia.org/wiki/Remote_sensing">Wikipedia - Remote Sensing</a></li> | ||
<li><a href="https://giovanni.gsfc.nasa.gov/giovanni/#service=DiArAvTs&starttime=2022-01-01T00:00:00Z&endtime=2023-01-31T23:59:59Z&bbox=68.1152,5.8337,96.416,37.4744&data=OMAERUVd_003_FinalAerosolAbsOpticalDepth388%2COMAERUVd_003_FinalAerosolAbsOpticalDepth500&variableFacets=dataProductObservation%3AModel%2CObservation%3B">Giovanni NASA</a></li> | ||
<li><a href="https://appliedsciences.nasa.gov/get-involved/training/english/arset-satellite-data-air-quality-environmental-justice-and-equity">NASA Applied Sciences - Satellite Data</a></li> | ||
<li><a href="https://en.wikipedia.org/wiki/European_Organisation_for_the_Exploitation_of_Meteorological_Satellites">Wikipedia - European Organisation for the Exploitation of Meteorological Satellites</a></li> | ||
<li><a href="https://www.atmospheremooc.org/">Atmosphere MOOC</a></li> | ||
<li><a href="https://www.eumetsat.int/online-learning">EUMETSAT Online Learning</a></li> | ||
<li><a href="https://www.eumetsat.int/data-and-user-support/training">EUMETSAT Data and User Support - Training</a></li> | ||
<li><a href="https://login.ltpy.adamplatform.eu/authentication/login/?next=/">ADAM Platform Login</a></li> | ||
<li><a href="https://www.mdpi.com/1424-8220/19/20/4453" target="_blank">Multispectral Sensor Calibration and Characterization for sUAS Remote Sensing, by Baabak Mamaghani and Carl Salvaggio </a></li> | ||
<li><a href="https://www.mdpi.com/2072-4292/12/16/2597" target="_blank">Evaluation Analysis of Landsat Level-1 and Level-2 Data Products Using In Situ Measurements</a></li> | ||
</ul> | ||
|
||
<div class="navigation"> | ||
<a href="index.html" class="clickable-box"> | ||
<span class="arrow-left">Go home</span> | ||
</a> | ||
<a href="Remote-sesning-image-processing.html" class="clickable-box"> | ||
<span class="arrow-right">Image processing</span> | ||
</a> | ||
</div> | ||
</div> | ||
</div> | ||
</section><!-- End Portfolio Details Section --> | ||
|
||
</main><!-- End #main --> | ||
|
||
<!-- ======= Footer ======= --> | ||
<footer id="footer"> | ||
<div class="container"> | ||
<div class="copyright"> | ||
© Copyright <strong><span>Arun</span></strong> | ||
</div> | ||
<div class="credits"> | ||
<!-- All the links in the footer should remain intact. --> | ||
<!-- You can delete the links only if you purchased the pro version. --> | ||
<!-- Licensing information: https://bootstrapmade.com/license/ --> | ||
<!-- Purchase the pro version with working PHP/AJAX contact form: https://bootstrapmade.com/iportfolio-bootstrap-portfolio-websites-template/ --> | ||
Designed by <a href="https://arunp77.github.io/Vision-Analytics/" target="_blank">Vision ANalytica</a> | ||
</div> | ||
</div> | ||
</footer><!-- End Footer --> | ||
|
||
<a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a> | ||
|
||
<!-- Vendor JS Files --> | ||
<script src="assets/vendor/purecounter/purecounter_vanilla.js"></script> | ||
<script src="assets/vendor/aos/aos.js"></script> | ||
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script> | ||
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script> | ||
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script> | ||
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script> | ||
<script src="assets/vendor/typed.js/typed.umd.js"></script> | ||
<script src="assets/vendor/waypoints/noframework.waypoints.js"></script> | ||
<script src="assets/vendor/php-email-form/validate.js"></script> | ||
|
||
<!-- Template Main JS File --> | ||
<script src="assets/js/main.js"></script> | ||
|
||
<script> | ||
document.addEventListener("DOMContentLoaded", function () { | ||
hljs.initHighlightingOnLoad(); | ||
}); | ||
</script> | ||
|
||
</body> | ||
|
||
</html> |