Moving a lot of data between databases
MotivationDuring one of our latest projects, we had to do some Data Warehousing for a client with a fairly large dataset. Everything is stored in a MySQL cluster, and given the sensitive nature of the...
View ArticleHow to create a monstrous gazette for relation extraction
The cornerstone of the small work done for getting the info for these great charts with IEPY, was to be able to catch mentioned companies.The basic idea of relation extraction is to be able to detect...
View ArticlePython for geospatial data processing
Python for geospatial data processingPython is undoubtedly one of the most popular, general purpose, programming languages today. There are many strong reasons for this but in my opinion the most...
View ArticlePython for Object Based Image Analysis (OBIA)
IntroA few weeks ago I posted about the benefits and power of the Python ecosystem for geospatial data processing. As an example, we analyzed a typical task in this field (satellite image...
View ArticleSearching for aliens
First contactHave you ever seen through a plane’s window, or in Google Maps, some precisely defined circles on the Earth? Typically many of them, close to each other? Something like this:Do you know...
View ArticleIntegrating Pandas, Django REST Framework and Bokeh
It’s no secret that we loveDjango REST Framework. We’ve written quite a few blog posts about it and it is our default framework for projects that require a web API.Another package that we use a lot is...
View Article