Skip to main content

Cyclone Warnings🌪️🌪️🌪️Cyclone Amphan

#Cyclone Warnings🌪️🌪️🌪️Cyclone Amphan

🌪🌪
ബംഗാൾ ഉൾടലിൽ രൂപംകൊണ്ട  ഉം_പുൻ ചുഴലിക്കാറ്റ്  വൈകിട്ടോടെ അതിതീവ്ര ചുഴലിക്കാറ്റായി മാറുമെന്ന്  ഇന്ത്യൻ കാലാവസ്ഥ നീരീക്ഷണ കേന്ദ്രം, ഐഎംഡി  അറിയിച്ചു.

⛈⛈ഇന്നും നാളെയും കേരളത്തിലും ഇടിമിന്നലോടു കൂടിയ ശക്തമായ മഴയ്ക്ക് സാധ്യത ഉണ്ട്.

Bengal, Odisha on alert as deep depression intensifies into  #Amphan cyclonic storm.

It is very likely to intensify further into a severe cyclonic storm during the next 12 hours and into a very severe cyclonic storm by 18th morning.


....


Vineesh V
Assistant Professor of Geography,
Directorate of Education,
Government of Kerala.
https://g.page/vineeshvc

Comments

Post a Comment

Popular posts from this blog

How to find drugs against the Corona. Covid 19

FOR SCIENTISTS (and others interested): How to find drugs against the coronavirus: First clues on how we can beat COVID-19. This shows the many ways we can interfere with its replication cycle by repurposing existing drugs - summarized in today's Science journal. LINK TO ARTICLE:  https://science.sciencemag.org/content/367/6485/1412 .... Vineesh V Assistant Professor of Geography, Directorate of Education, Government of Kerala. https://g.page/vineeshvc

Disaster Management

1. Disaster Risk Analysis → Disaster Risk Reduction → Disaster Management Cycle Disaster Risk Analysis is the first step in managing disasters. It involves assessing potential hazards, identifying vulnerable populations, and estimating possible impacts. Once risks are identified, Disaster Risk Reduction (DRR) strategies come into play. DRR aims to reduce risk and enhance resilience through planning, infrastructure development, and policy enforcement. The Disaster Management Cycle then ensures a structured approach by dividing actions into pre-disaster, during-disaster, and post-disaster phases . Example Connection: Imagine a coastal city prone to cyclones: Risk Analysis identifies low-lying areas and weak infrastructure. Risk Reduction includes building seawalls, enforcing strict building codes, and training residents for emergency situations. The Disaster Management Cycle ensures ongoing preparedness, immediate response during a cyclone, and long-term recovery afterw...

History of GIS

The history of Geographic Information Systems (GIS) is rooted in early efforts to understand spatial relationships and patterns, long before the advent of digital computers. While modern GIS emerged in the mid-20th century with advances in computing, its conceptual foundations lie in cartography, spatial analysis, and thematic mapping. Early Roots of Spatial Analysis (Pre-1960s) One of the earliest documented applications of spatial analysis dates back to  1832 , when  Charles Picquet , a French geographer and cartographer, produced a cholera mortality map of Paris. In his report  Rapport sur la marche et les effets du choléra dans Paris et le département de la Seine , Picquet used graduated color shading to represent cholera deaths per 1,000 inhabitants across 48 districts. This work is widely regarded as an early example of choropleth mapping and thematic cartography applied to epidemiology. A landmark moment in the history of spatial analysis occurred in  1854 , when  John Snow  inv...

GIS data continuous discrete ordinal interval ratio

In Geographic Information Systems (GIS) , data is categorized based on its nature (discrete or continuous) and its measurement scale (nominal, ordinal, interval, or ratio). These distinctions influence how the data is collected, analyzed, and visualized. Let's break down these categories with concepts, terminologies, and examples: 1. Discrete Data Discrete data is obtained by counting distinct items or entities. Values are finite and cannot be infinitely subdivided. Characteristics : Represent distinct objects or occurrences. Commonly represented as vector data (points, lines, polygons). Values within a range are whole numbers or categories. Examples : Number of People : Counting individuals on a train or in a hospital. Building Types : Categorizing buildings as residential, commercial, or industrial. Tree Count : Number of trees in a specific area. 2. Continuous Data Continuous data is obtained by measuring phenomena that can take any value within a range...

IDW and Kriging

Kriging and Inverse Distance Weighting (IDW) are both interpolation techniques commonly used in GIS to estimate values at unmeasured locations based on a set of known data points. Here's an explanation and a comparison of Kriging and IDW: Kriging: Kriging is a geostatistical interpolation method that takes into account the spatial autocorrelation of the data. It provides the best linear unbiased prediction of the unknown values. Kriging assumes that the data follows a spatial pattern and calculates weights based on the spatial relationship between known points. It considers the distance between points, the variability of the data, and the spatial structure to generate the interpolated surface. Kriging provides estimates of the spatial variability and uncertainty through the calculation of a variogram or covariance model. IDW (Inverse Distance Weighting): IDW is a simpler interpolation method that assigns weights to known points based on their distance from the target location. The ...