Astromat Geo-services

Astromat Geo-services This is an archive for promoting research-based solutions to Geospatial related problems. Our scope

04/06/2025

Adding Depth to 3D Urban Insights with Shadows

In our ongoing semester project integrating 2D ALKIS cadastral data with LOD1 CityGML models, small visual details are making a big difference.
One such detail? Shadow effects.
By enabling shadows in our CesiumJS-based viewer, we added a layer of spatial realism that dramatically improves depth perception, especially in areas with dense building clusters. Shadows help users intuitively understand building heights, orientations, and their relationships to parcels—all while navigating smoothly in a web browser.

Technical Highlights:
Optimized camera angles and lighting for urban clarity
Dynamic interaction without sacrificing performance

This simple enhancement reinforces our goal: making integrated cadastral and 3D building data not just usable, but intuitive and visually expressive.

Crop Yield Estimation of Palm Trees In AdaPalm - Nigeria’s Largest Palm Plantation.Life makes more sense in retrospect.A...
26/05/2025

Crop Yield Estimation of Palm Trees In AdaPalm - Nigeria’s Largest Palm Plantation.
Life makes more sense in retrospect.
A few years ago, in Owerri, I worked on a project that demanded both grit and patience. We had been commissioned to evaluate a large oil palm plantation. With drones flying overhead and boots on the ground, we painstakingly manually labelled and counted thousands of palm trees — carefully distinguishing them from other cash crops on the same land. That was around 2018/2019, and although we delivered results the client was pleased with, I couldn't shake the feeling that there had to be a better way.
Fast forward to today, after sitting through several lectures in Neural Networks and Deep Learning, something clicked. I realized that the challenges we faced back then could now be addressed with elegant, data-driven methods. I decided to relive that project — this time armed with the knowledge of remote sensing, Python, and machine learning.
One name stood out in my mind: Adapalm — the largest palm plantation in Nigeria.
What if I could estimate Adapalm’s current crop yield using satellite data? What if I could provide insight into the plantation’s recent decline using NDVI (Normalized Difference Vegetation Index) and simple yield modelling?

Setting Up the Project
I started by defining the boundary of Adapalm using a GeoJSON file. With the Copernicus Open Access Hub, I downloaded Sentinel-2 imagery, specifically Bands 4 (Red) and 8 (NIR). Then I built a Python analysis pipeline using Jupyter Notebook to compute NDVI and interpret the results.

Key Findings
AOI Area:
5,154.06 hectares — defined after reprojecting the boundary to UTM Zone 32N.
Estimated Number of Palm Trees:
737,031 trees
Based on an assumed spacing of 7 m × 7 m (49 m²/tree)

Theoretical max: ~1,052,869 trees

Effective vegetated area (NDVI > 0.35): ~13.18 million m²

Adjusted count accounts for gaps, roads, and non-productive zones

Estimated Yield:
Total yield: 6,688.5 tons

Average yield: 1.3 tons/ha

Model used:
Yield=18×(NDVI−0.35)(for NDVI > 0.35)\text{Yield} = 18 × (\text{NDVI} - 0.35) \quad \text{(for NDVI > 0.35)}
This modest yield likely reflects stress, uneven maturity, or data limitations — but it’s a solid starting point for further analysis.
Estimated Crop Value:
₦2.01 billion total, using a market price of ₦300,000/ton

₦389,312 per hectare on average

What I Learned
NDVI analysis, though simple, is powerful when paired with domain knowledge.

Satellite data can eliminate tedious fieldwork, and enable nationwide monitoring.

A few lines of Python can unlock real economic insights — from tree count to yield and value.

Why This Matters
Adapalm and many agricultural establishments in Nigeria face complex challenges — from land degradation to aging trees. Tools like this can support precision agriculture, help governments and investors track performance, and assist farmers in making data-informed decisions.
What was once a manual, field-heavy task is now a few clicks and lines of code away — thanks to free data, open tools, and a curious mind.

To my former teammates back in Owerri, I see now how far we’ve come.
To fellow GIS and remote sensing professionals — don’t underestimate the power of revisiting old problems with new skills.
Let’s keep building, learning, and applying.

🚀 Finding the Next IKEA Hotspot in Germany – A GIS-Powered Search! 🏡📍IKEA, the global furniture giant, is on the hunt fo...
06/03/2025

🚀 Finding the Next IKEA Hotspot in Germany – A GIS-Powered Search! 🏡📍
IKEA, the global furniture giant, is on the hunt for new store locations in Germany, ensuring that more customers outside a 20km radius of existing stores get access to their iconic home solutions. But where should they expand? 🤔
Using QGIS, I tackled this spatial problem by developing a suitability model that considered:
✅ 1km accessibility to major roads 🚗
✅ Land parcels above 20,000 sqm 📏
✅ Cities with a population over 100,000 🏙️
✅ Proximity to existing IKEA catchment areas
Each factor was weighted based on impact:
📍 Distance from existing stores (40%)
🚦 Accessibility to roads (30%)
👥 Population size (20%)
📏 Parcel area (10%)
The biggest challenge? Data availability! But thanks to QGIS QuickMapServices and some advanced join functions, I built a buffer-based catchment analysis that identified 17 suitable parcels across 7 states.
Interestingly, some parcels overlapped with existing store catchments. Instead of removing them, I factored their nearest neighbor distance into the final suitability score—because in retail, proximity still matters!
🔹 The final classification:
Most Suitable ✅
Moderately Suitable ⚖️
Least Suitable ⚠️
This project was a fascinating mix of spatial analysis, weighted suitability modeling, and data optimization. The result? A GIS-backed roadmap for IKEA’s future expansion! 🌍🏬
🔹 Have you worked on a similar location intelligence project? Let’s discuss in the comments! 🚀

🚦 Data-Driven Solutions for Safer School Routes in Jagstfeld Settlement 🚦Another interesting mock project with my friend...
27/02/2025

🚦 Data-Driven Solutions for Safer School Routes in Jagstfeld Settlement 🚦
Another interesting mock project with my friend, Samida.
Jagstfeld has seen a concerning rise in road accidents, often involving school children. Despite a well-structured road network, accidents still occur—especially at one major crossing/junction linking neighborhoods to schools. The question was: why?
Armed with OSM road data, population data, and accident reports, we set out to find a solution. A few steps into the analysis, the answer became clear:
📌 The main school route was overloaded.
📌 High traffic density + a single crossing = a dangerous bottleneck.
📌 Accident patterns confirmed the risk zones.
Using Network Analysis and Suitability Site Selection, we took a data-driven approach to improving pedestrian safety:
✅ Traffic Light Suitability Analysis: By combining accident hotspots, route patterns, and road usage data, we identified the most optimized locations for new traffic lights.
✅ Alternative Safe Routes: Instead of searching for new roads, we re-evaluated how existing roads were used—uncovering safer, less congested pathways for children.
🔎 Key Takeaway:
Good infrastructure isn’t just about what’s built—it’s about how it’s used. With the right data and spatial analysis, we can make smarter, safer urban planning decisions.
Every dataset tells a story, and when we listen carefully, we can make cities safer—one intersection at a time.
hashtag hashtag hashtag hashtag hashtag

🚑 Optimizing Hospital Locations in Heilbronn Using GIS 🌍📊The City of Heilbronn is considering new hospital locations to ...
21/02/2025

🚑 Optimizing Hospital Locations in Heilbronn Using GIS 🌍📊
The City of Heilbronn is considering new hospital locations to better serve its growing population, particularly in underserved areas. To support this decision-making process, we conducted a GIS-based accessibility analysis to identify optimal locations for new healthcare facilities.
How We Did It:
✅ Integrated Road Network Data – Merged city road network data with OpenStreetMap (OSM) to fill data gaps.
✅ Analyzed Population Distribution – Used census data to assess population density and healthcare coverage.
✅ Service Area Mapping – Leveraged ArcGIS Pro’s Network Analyst tool to model hospital accessibility within 10, 15, and 20-minute drive times.
✅ Identified Underserved Areas – Overlaid service areas with population data to pinpoint locations lacking adequate hospital coverage.
Key Insights & Results:
📌 Existing hospitals provide good coverage in central areas but leave gaps in high-density peripheral zones.
📌 Network-based analysis is more accurate than simple distance buffers, revealing true accessibility challenges.
📌 Proposed hospital locations maximize coverage, ensuring more residents receive timely medical care.
Here are some of the key maps and visuals from our analysis. 🔍📍
📢 What’s next? This study lays the groundwork for strategic healthcare planning in Heilbronn. Further refinements, such as incorporating real-time traffic data, can enhance decision-making for emergency response and long-term healthcare infrastructure.
Would love to hear your thoughts! How can GIS and spatial analysis help improve healthcare accessibility in other cities? 🌎💡

As part of my MSc program, I had the chance to team up with my talented teammates, Samida and Lukman, to tackle a challe...
11/01/2025

As part of my MSc program, I had the chance to team up with my talented teammates, Samida and Lukman, to tackle a challenging GIS project. Our task? Designing and implementing a geodatabase for a fictitious gas pipeline company, including everything from gas pipelines and facilities to customer management.
Key Highlights:
Database Design: We used Sparx Enterprise Architect to create conceptual models and ArcGIS-compatible schemas—tools I was new to at first, but quickly grew to appreciate!
Problem-Solving: We navigated some tough challenges like defining relationships and topologies to model gas movement from sources to customers. It had to reflect real-world utility management needs!
Critical Thinking: Scoping the project, understanding the requirements, and aligning the design to match all the variables was no small task. But it was an amazing team effort.
This project really brought together my past experience as a database admin (managing over 5 million records) and gave me the chance to apply those skills in a new area. It’s been such a great learning opportunity, and I’m proud of how we overcame obstacles and brought it all together.
Outcome: We successfully set up a relational geodatabase in ArcGIS Pro, tested it thoroughly, and documented our journey. And to share what we’ve learned, I’ve decided to publish our draft report on Academia.edu to contribute to the growing GIS knowledge base!

https://www.academia.edu/126957067/GEODATABASE_FOR_GAS_PIPELINE_FACITILY_MANAGEMENT?source=swp_share

Sochukwumaobim Izunwanne Ugwu

17/11/2023

WHAT HAPPENS WHEN YOUR C OF O EXPIRES?
it's not yet certain about what will happen when the first set of C of O issued out in 1978 expires.
it's likely the rights will be renewed, but the state of things presently makes me wonder how chaotic the process would be, judging that most holders of C of o don't pay for tasks, and the fact that we still maintain an analogue land record system.

16/11/2023

GIS DAY 2023 PROJECT - Local guide for churches in Imo state.
Geomatics (surveying and geoinfomatics) as we know is ubiquitous and since the fusion of GIS, big data and IT, even more use cases have emerged. So much so that its limitations are dependent on one's knowledge about the connecting tools.
I have since inception moved from enumerating spatial data as a surveyor, cleaning spatial data, analysing spatial data as a GIS specialist, management and securing spatial data as a database administrator. My career journey has thus birthed an inclination towards Spatial Data Infrastructure, a niche I'm passionate about.
In celebrating this year's GIS day, I decided to create a local guide for churches in imo state... I used basic html, css, js, and leaflet as a mapping library.
It's not done yet, I hope to make it live soon.
Happy GIS day to every virtual-nomad out there 😁

14/11/2023

THE IRREVOCABLE POWER OF ATTORNEY
Here's all you need to know about the Irrevocable Power of Attorney; Definition, people involved, when it's needed, and why people use it in Nigeria.

JUST BEFORE YOU BUY THAT LAND
11/08/2023

JUST BEFORE YOU BUY THAT LAND

When a with c of o, do not forget to ask about the tax history because you could be buying that as liability attached to the land. Consult your...

Real estate expose with SochukwumaobimDay-28DID YOU KNOW?
17/03/2023

Real estate expose with Sochukwumaobim
Day-28
DID YOU KNOW?

Address

Owerri

Opening Hours

Monday 09:00 - 17:00
Tuesday 09:00 - 17:00
Wednesday 09:00 - 17:00
Thursday 09:00 - 17:00
Friday 09:00 - 17:00
Saturday 09:00 - 17:00

Telephone

+2348135388183

Alerts

Be the first to know and let us send you an email when Astromat Geo-services posts news and promotions. Your email address will not be used for any other purpose, and you can unsubscribe at any time.

Contact The Business

Send a message to Astromat Geo-services:

Share