Project

Akar Pohon

Dalam ketersibukan menjaga teras pohon dan dedaunan Janganlah kau lupa pada akar yang tersembunyi Ia yang menopang seluruh tubuh pohon Tanpa perawatan, ia akan terkubur dalam kelam Siramlah akar dengan air yang segar Bajalah dengan pupuk yang terbaik Biarlah ia tumbuh kuat dan gagah Seiring dengan dedaunan yang merimbun Karena meski tak terlihat oleh mata Akarlah yang menjaga kestabilan pohon Jika terlupakan, maka seluruh tubuh akan rapuh Dan tak bisa tertahan terhadap badai yang menderu Jadi, dalam ketersibukan menjaga teras pohon dan dedaunanJanganlah biarkan akar tersisih dan terlupa Berikanlah perhatian dan kasih sayang Agar pohonmu tumbuh besar dan bersemi rupa.

Akar Pohon Read More »

Designing and Developing a Web Map-based Muslim Cemetery System

By Shahabuddin Amerudin Introduction A web map-based cemetery system typically utilizes a GIS (Geographic Information System) to display a map of the cemetery and the location of graves within it. Users can interact with the map to zoom in and out, pan around, and view detailed information about individual graves, such as the name of the deceased, date of birth and death, and other relevant details. Some systems may also include photographs of the graves, and allow users to search for graves by name or other criteria. For cemetery managers, this type of system can be useful for maintaining accurate

Designing and Developing a Web Map-based Muslim Cemetery System Read More »

Space Demand Analysis for Muslim Cemeteries: Methods, Techniques, and Expectations

Introduction Space demand analysis is a critical process that helps organizations, developers, and architects to determine the amount of space needed for a particular function or activity. The process involves identifying the space requirements of an organization, project, or event, and then determining the amount of space necessary to meet those requirements. This analysis is important for ensuring that the space is efficient, functional, and cost-effective. Space demand analysis for cemeteries is a process used to evaluate the amount of land and burial plots needed to accommodate the deceased. It involves identifying the space requirements of a particular cemetery, and

Space Demand Analysis for Muslim Cemeteries: Methods, Techniques, and Expectations Read More »

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 »

The Role and Responsibilities of a Systems Analyst in Improving Organizational Efficiency

Working as a systems analyst involves analyzing an organization’s current systems and processes, identifying areas of improvement, and designing and implementing new systems to increase efficiency and effectiveness. This may include developing new software systems, upgrading existing systems, or integrating different systems to work together. Some key responsibilities of a systems analyst include: Gathering and analyzing data on current systems and processes Identifying areas of improvement and potential solutions Communicating with stakeholders to gather requirements and ensure that the new systems will meet their needs Designing and planning new systems or changes to existing systems Collaborating with developers and other

The Role and Responsibilities of a Systems Analyst in Improving Organizational Efficiency 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 »

Line Simplification Pseudocodes

Line simplification is a process used to reduce the complexity and number of vertices in a polyline or polygon while preserving its overall shape and general characteristics. This can be useful for a variety of applications, including cartography, GIS, and computer graphics. There are several algorithms that can be used for line simplification, including the Douglas-Peucker algorithm, the Visvalingam-Whyatt algorithm, and the Reumann-Witkam algorithm. Pseudocode is a way to describe an algorithm using a combination of natural language and programming constructs. It is often used to describe algorithms in a way that is easy to understand for both programmers and

Line Simplification Pseudocodes Read More »

Scroll to Top