Skip to content

Kemyke/geoarticle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

geoarticle

Overview

During our trip to Porto we read articles about the best locations around. None of the articles contain a map so it was hard to find which cities are in the same direction or close to each other. It was a pain to find all the places on Google Maps. This project came to life to solve this problem. Just paste the article URL and location names will be extracted and visualized.

Try it on https://geoarticle.kemy.cc!

Techinal details

The project supports multiple geocode services. Curreently MapQuest is used because the support of batch geocode query api which only generates one geocode request per article.

The article text is extracted from the webpage with the help of Newspaper. This library works perfectly well during my tests.

The hard part is to recognize locations and cities in the article. The GeoText library is a decent solution to get city names from the article. However it will fail when it comes to recognize rivers, mountains, museums, valleys, and everything except cities. I will definitely do some experiment with spaCy and named entity recognition in the future.

About

Geoparse articles then geocode locations and visualize them

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published