Git Product home page Git Product logo

eurostat's Introduction

eco data exporter

About

This program provides a graphical user interface (GUI) which allows bulk datasets downloads from eurostat and SDMX JSON data downloads from OECD. The downloaded datasets can be filtered, sorted and exported as Excel and Stata files. Other export file types will follow (CSV, R datasets, ...). In addition presets can be created, stored and executed which helps to automize recurring eurostat data exports. It also allows the automatic creation of charts in Excel files.

Screenshot

Screenshot

Dependencies

  • Python > 2.6 (should also work with version 3) | Programming Language
  • PyQt 4 | GUI
  • openpyxl | Writing Excel Files (in this repo)
  • pandas | Writing Stata Files

It's working fine with Portable Python (2.7.6.1) or WinPython (2.7.9.1).

Submodule Libraries


Wiki

If you want to know more about planned features or need a description please read the Wiki page of this project.


Get it

GIT

Some libraries are included via submodules, therefore the repo has either to be cloned recursively with git clone --recursive https://github.com/petres/eurostat or the submodules have to be initialized with the command git submodule update --init.

Compressed Files

In the near future we will provide zip and tar.gz files.

Executables

Maybe at some point in the unknown future.


Run it

Windows

  1. Adjust the paths in the app\utils\config.bat file.
  2. Convert the *.ui files with the script app\utils\convertUI.bat.
  3. Call run.bat.

If your are using Portable Python the paths should look like:

set python = "D:\some\where\Portable Python\App\python.exe"
set pyuic  = "D:\some\where\Portable Python\App\Lib\site-packages\PyQt4\uic\pyuic.py"

Linux

It is assumed that python and pyuic4 are in your PATH environment variable and make build utility is installed.

  1. Convert the *.ui files by running make in the app/ path.
  2. Call ./run.sh.

eurostat's People

Contributors

petres avatar wuschwusul avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

davidsoloman

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.