Geospatial Solutions Expert
Geo-Data Science, Python, JavaScript, R, SQL and GIS Programming
Friday, June 23, 2023
Mapping GTBank Card Printing Machine Locations
›
In this post, I will map the locations of GTBank Card Printing Machine . As at the time of writing, GTBank listed 66 locations where you c...
Sunday, June 18, 2023
Format codes for python DateTime object
›
Python DateTime object have several format codes as listed on this w3schools page . In this post, we shall extract different components of ...
Sunday, June 4, 2023
Data Wrangling of GIS API Data Using Python
›
Data wrangling in the context of GIS (Geographic Information System) typically involves processing and manipulating spatial data to extract ...
Monday, May 29, 2023
Find longest name on a list and add white spaces
›
The requirement here is the find the longest name in a list of names and prepend the names with certain length of white spaces ## Find long...
Wednesday, May 17, 2023
Generating all possible two letter strings to scrape web data
›
Recently, I encountered a situation where I have to generate all possible two letter combinations that makes up web urls I had to scrape. H...
Monday, April 3, 2023
Wrangling and Mapping ‘list of colleges teaching MBBS in India’ with Python
›
In this post, I will demonstrate how to wrangle and map the ‘ list of colleges teaching MBBS in India ’. The list is available on this webp...
Sunday, March 26, 2023
Convert Sentinel-2 Tile KML to CSV
›
Lets convert this KML file to CSV or other GIS friendly file. In this case we just needed the tile number and the multipolygon objects, he...
Monday, March 20, 2023
How to find Sentinel-2 satellite image for your study area using GoogleEarthEngine
›
Unlike the Landsat satellite, Sentinel-2 satellite doesn't use Path/Row naming convention to define its scenes instead it uses granules...
Tuesday, February 7, 2023
Using Python Interpret Landsat File Naming Convention
›
If you have ever worked with Landsat images, you would have noticed that the image files usually have a long name made-up of letters and nu...
Saturday, February 4, 2023
SVG remove polygon using JS
›
In this post, you will find a code snippet that will remove a state polygon on mouse click. The tech stack used are: HTML, CSS, JS and SVG....
‹
›
Home
View web version