Public

Flood Detention Basin: Techniques for Identifying Suitable Locations and Measuring Analysis Accuracy

A flood detention basin is a man-made structure designed to temporarily store stormwater runoff in order to reduce the risk of downstream flooding. The basin typically includes a depression or pond that can hold water during a storm, along with an outlet or spillway that slowly releases the water once the storm has passed. These basins are typically found in urban areas, where they can help to manage the increased volume of runoff caused by impervious surfaces such as roads, buildings, and parking lots. The basin is designed to hold a certain volume of water, known as the “detention volume,” […]

Flood Detention Basin: Techniques for Identifying Suitable Locations and Measuring Analysis Accuracy Read More »

Exploring the Replacement of Malay Reserve Land in Malaysia: Analysis of Successful and Unsuccessful Cases and the Role of GIS

Replacement of Malay Reserve Land refers to the process of replacing land that has been designated as reserve land for the Malay community with alternative land that can be used for other purposes. This process can occur for a variety of reasons, including the development of infrastructure projects, urbanization, and changes in land use patterns. One of the main reasons for the replacement of Malay Reserve Land is the development of infrastructure projects. These projects, such as highways, airports, and housing developments, often require large tracts of land, and if that land happens to be designated as reserve land for

Exploring the Replacement of Malay Reserve Land in Malaysia: Analysis of Successful and Unsuccessful Cases and the Role of GIS Read More »

Using GIS to Analyze The Factors That Contribute to The Underdevelopment of Malay Reserve Land

Introduction Malay Reserve Land refers to land that is designated for the exclusive use and benefit of ethnic Malays and other indigenous communities in Malaysia. This land is typically managed by the government and is protected under the Malay Reservation Enactment of 1933. The development of Malay Reserve Land is a complex issue that has been the subject of much debate in Malaysia. On one hand, there is a need to protect the rights and interests of ethnic Malays and other indigenous communities, who have traditionally relied on these lands for their livelihoods. On the other hand, there is also

Using GIS to Analyze The Factors That Contribute to The Underdevelopment of Malay Reserve Land Read More »

Assessment of Landslide Vulnerability

Introduction Assessment of landslide vulnerability involves determining the likelihood that a landslide will occur in a certain area, as well as the potential impact of such an event. This process typically includes the following steps: Identifying the potential landslide hazards in the area, such as steep slopes, areas with a history of landslides, and areas prone to heavy rainfall or erosion. Analyzing the susceptibility of the area to landslides, taking into account factors such as soil type, groundwater conditions, and land use practices. Evaluating the potential impact of a landslide on human and natural resources, such as buildings, infrastructure, and

Assessment of Landslide Vulnerability Read More »

Hard Skills and Soft Skills in Systems Analysis and Design

In Systems Analysis and Design, some of the key hard skills needed include: Technical knowledge in areas such as programming languages, database management systems, and software development methodologies. Understanding of system development life cycle (SDLC) models and methodologies, such as Agile, Waterfall, Scrum, etc. Knowledge of system design and modeling techniques, such as use case diagrams, entity-relationship diagrams, data flow diagrams, and class diagrams. Familiarity with project management methodologies, such as the critical path method (CPM) and Gantt charts. Understanding of system testing and quality assurance methodologies. Some of the key soft skills needed include: Strong problem-solving and analytical skills

Hard Skills and Soft Skills in Systems Analysis and Design Read More »

Geomatics and Geoinformatics

Geomatics is a broad field that encompasses a wide range of technologies and techniques, including GIS, remote sensing, surveying, and cartography. It is applied to a variety of fields such as land use planning, natural resource management, environmental monitoring, transportation, and emergency response. Geoinformatics is a field that combines elements of GIS, computer science, and statistics to create new ways of understanding and managing spatial data. It is focused on the use of information science and technology to acquire, process, analyze, and visualize geographic information. In terms of academic ranking, it depends on the specific institution and program. Some institutions

Geomatics and Geoinformatics Read More »

Geomatics and Land Surveying

Geomatics is the field of study that deals with the measurement, representation, analysis, and management of spatial data. It encompasses a wide range of technologies and techniques, including GIS, remote sensing, surveying, and cartography. It can be applied to a variety of fields such as land use planning, natural resource management, environmental monitoring, transportation, and emergency response. Land surveying, on the other hand, is the measurement and mapping of the land, including its natural and man-made features. It is the process of determining the location of points and the distances, angles, and elevations between them. Land surveying is an important

Geomatics and Land Surveying Read More »

An Overview of Geographic Information Systems, GIScience, Geomatics, Geoinformatics, and Geoinformation Technology

Geographic Information System (GIS) is a system for capturing, storing, analyzing, and displaying geographically referenced information. This can include data such as maps, satellite imagery, and demographic information. GIS allows users to create, edit, and analyze spatial data and create visual representations such as maps and 3D models. GIScience (also known as geospatial science or geoinformatics) is the scientific study of the principles and methods used in GIS. It encompasses the study of geographic concepts, data structures, algorithms, and software used in GIS, as well as the social and ethical implications of GIS technology. Geomatics is the field of study

An Overview of Geographic Information Systems, GIScience, Geomatics, Geoinformatics, and Geoinformation Technology Read More »

Line Simplification Algorithms in VB.net

Here is an example of how the Douglas-Peucker, Visvalingam-Whyatt, and Reumann-Witkam line simplification algorithms can be implemented in VB.net: Douglas-Peucker algorithm: Visvalingam-Whyatt algorithm: Reumann-Witkam algorithm: In these implementations, the input is a list of PointF and the tolerance value is a real number used to define the level of simplification. The output is a simplified version of the input line, represented as a list of PointF. It’s important to note that the above code examples are just a representation of the algorithm and may not be fully functional or optimized for specific use cases. They also may require additional functions

Line Simplification Algorithms in VB.net Read More »

Line Simplification Algorihtms in Python

Here is an example of how the Douglas-Peucker, Visvalingam-Whyatt, and Reumann-Witkam line simplification algorithms can be implemented in Python: Douglas-Peucker algorithm: Visvalingam-Whyatt algorithm: Reumann-Witkam algorithm: In these implementations, the input is a list of points, and the tolerance value is a real number used to define the level of simplification. The output is a simplified version of the input line, represented as a list of points. It’s important to note that these implementations make use of numpy library and they expect the input points to be in the form of numpy array. Also, these codes are just examples and they

Line Simplification Algorihtms in Python Read More »

Scroll to Top