Giter VIP home page Giter VIP logo

mecoda-orange's People

Contributors

danielbernalb avatar oscgonfer avatar pynomaly avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

mecoda-orange's Issues

ICTIO: Control excessive amount of values in certain features (move to meta)

Some of the "features" (columns) of Ictio's database shouldn't be treated as categorical type, since they consume too much memory and Orange tends to "freeze". After testing, we found out that Orange does not actually freeze, it just takes a lot of time minutes to process all data, and meanwhile it's not responsive, specially in Windows.

Instead, the problematic columns should be converted from categorical type to text type (that is, treated as metadata) in order to avoid resource issues. Based on Orange's autodetection capabilities, the columns that should be considered for being treated as metadata are:

  • obd_id
  • taxon_code
  • scientific_name
  • number_of_fish
  • obs_comments
  • user_id
  • checklist_id
  • port
  • location_type
  • watershed_code
  • watershed_name

ICTIO: Enable direct load of uncompressed database files

Enable the ICTIO widget to allow direct load load of the XLSX file containing a valid ICTIO database (typically, the BDB_xxxxxx.xlsx that can be found inside the ICTIO_BASIC_XXXXXXXX.zip file).

Don't rewrite code. You don't need to, since you can still rely on IctioPy lib for that task. In order to load an ICTIO XLSX file instead of an ICTIO ZIP, do the following:

dataframe = ictiopy.sanitizedb(ictiopy.load_ictio_bdb_file(path_to_folder_with_xlsx_file, name_of_xlsx_file_with_extension))

Using this code, the output will be exactly the same as usual.

After that, some help text messages will have to be modified. We can add this text just above the "NOTE":

You can also specity an XLSX file if you have already extracted the file BDB_XXXXXXXX.xlsx that can be found inside ICTIO_BASIC_XXXXXXXX.zip

Smartcitizen API issue downloading data

Hi there, while teaching I had problems when I was downloading the data with my students.

We all downloaded this Monday and Tuesday (morning in Europe) data from the kit 15822 data from January for each second.

Some of them got all the data (around 122 k rows) and some of them they had less data (around 1 500 rows).

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.