Science Geomatics Notes & Supplements

GIS tutorials, geospatial tools, palm plantation mapping, and custom software for the geomatics community.

50+
Tutorials
10+
Tools
9
Courses
Showing posts with label Project. Show all posts

Sunday, 26 November 2017

Project 1 : Interactive Animation and Web Mapping of Sabah Earthquake from 1970 to 2016 - Geovisualization (GLS688)




Map layers may contain temporal data an attribute field containing the date and time that something happened. These temporal events can occur in the same place, or can occur in different places, over the course of time.  In the web map, temporal data can be visualized using a time slider. The time slider provides controls to explore temporal data interactively and is available at the bottom of any map that contains enabled temporal layers. Time Aware is a configurable app template that enables users to visualize time-enabled layers. It enhances the temporal capabilities of the web map, and can be configured to display time-enabled web maps in different ways.


Data Download




Procedure :

Sunday, 25 December 2016

Lab 2 Land Surface Temperature Mapping - Marine Resource Management (GLS617)




    Land surface temperature (LST) is referred to climatological and environmental studies. This lab showing the state of the science of land surface temperature (LST) estimates from remote sensing platforms, models and in site approaches. LST is an important climate variable, related to surface energy balance and the integrated thermal state of the atmosphere within the planetary boundary layer (Jin 1996). Traditionally, LST was referred to standard surface-air temperature measured by sheltered thermometer above a flat on earthly surface. With satellite technology, satellite-based surface temperature called skin temperature, is become available globally (Dickinson 1994). Satellite LST products provide an estimate of the kinetic temperature of the earth’s surface. LST is a parameter in land surface process, not only acting as an indicator of climate change, but also due to its control of the upward air space radiation and the control of the surface temperature and the heat within the atmosphere.


Software Used :

  • ERDAS Imagine 2013
  • ArcGIS 10.4


Manual and Procedure :



Video Tutorial Estimating LST Mapping Using ArcGIS :



My LST Mapping Procedure and Report :




Saturday, 3 December 2016

Programming C++ in Surveying - GLS 550


C++ is an object oriented programming (OOP) language, developed by Bjarne Stroustrup, and is an extension of C language. It is therefore possible to code C++ in a "C style" or "object-oriented style. In certain scenarios, it can be coded in either way and is thus an effective example of a hybrid language.C++ is a general purpose object oriented programming language. Bloodshed Dev-C++ is a full-featured Integrated Development Environment (IDE) for the C/C++programming language. It uses Mingw port of GCC (GNU Compiler Collection) as it's compiler. Dev-C++can also be used in combination with Cygwin or any other GCC based compiler.


Download Link:

Compiler



Basic Programming C++ Language Manual

Basic Programming Manual


Example of C++ language related to Land Survey






My Programming Project