Code Monkey home page Code Monkey logo

dapa-climate-change's People

Contributors

camilor67 avatar cenavarror avatar edarague avatar eli0203 avatar haachicanoy avatar jeikosd avatar jheduart avatar jramirezv avatar lizllanos avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

dapa-climate-change's Issues

Gráficos en el script de Bias Correction

General

  • Arreglar aes por aes_string en donde sea necesario
  • Poner colores estándar en todos los plots
  • Ubicar meses en facet_grid
  • Ubicar leyendas abajo en gráficos por meses
  • Habilitar para seleccionar varios métodos.
  • Colocar todos los nombres de las carpetas en minúsculas: Statistics a stats; Density a density; Indicators crear dos carpetas con condición rainy_days y hot_days.
  • Cambiar colores de las graficas:
    #d7191c raw rojo (#fdae61 naranja)
    #abd9e9 ch factor no variability - azul
    #2c7bb6 ch factor variability -azul claro
    #4dac26 qmap - verde
    #a6611a bc variability - cafe
    #dfc27d bc no variability - café claro
  • cambiar raw_merge a raw_data
  • separar labels del eje y
  • cambiar colores de cafes y azules invertir
  • cambiar tonalidades a los azules
  • Quitar "beta version" en el título de la página de BC
  • Hacer los cambios en el portal desde el mockup
  • Arreglar icons y ribbons (CN)
  • Cambiar el texto en el website de BC and WS (CN)
  • Escribir la sección de bias correction (CN)
  • Escribir el readme (CN)
  • Cambiar nombre de archivo "README.txt" por "readme.txt"
  • Readme debe ir dentro del comprimido \bc.zip\readme.txt
  • Actualizar documento de BC para publicar en sección documentation (CN)
  • Actualizar documento de BC (pdf) en sección documentation

1. Timeseries:

  • Corregir posición leyenda
  • Hacer a nivel mensual
  • Probar con un gráfico de medias móviles
  • cambiar labels eje x day y month

2. Internal variability:

  • Cambiar STD por valores absolutos y ponerlos en boxplots para ver la variabilidad
  • Corregir posición leyenda
  • cambiar titulo de gráfico quitar STD
  • cambiar tamaño de texto de los meses y eje y.
  • cambiar el alto de la gráfica a 350px.
  • separar un poco los métodos en la leyenda.

3. Frequency:

  • OK código
  • Corregir posición leyenda.
  • cambiar tamaño de texto de los meses y eje y.
  • cambiar el alto de la gráfica a 350px.
  • separar un poco los métodos en la leyenda.
  • Eliminar archivos de texto de freq

4. Density:

  • Sacar unos índices de curtosis y asimetría para reemplazar los diarios?
  • Cambiarlo por uno a nivel mensual

5. Projected change:

  • Agregar todos los métodos en una sola gráfica
  • Aumentar tamaño de la leyenda
  • revisar srad
  • cambiar colores azules y cafes

5. Cambios:

  • Arreglar la ecuación BC futura (está mostrando 0 cambio)
    Errado: gcm.fut.bc <- wfd.his.avg + ( (wfd.his.std / gcm.fut.std) * (gcm.fut.day.stack - gcm.fut.avg) )
    Correcto: gcm.fut.bc <- wfd.his.avg + ( (wfd.his.std / gcm.his.std) * (gcm.fut.day.stack - gcm.his.avg))
  • cambiar tamaño de texto de los meses y eje y.
  • separar un poco los métodos en la leyenda.
  • arreglar bug cuando se sube un archivo de estación con valores NA

Select all/none button

What steps will reproduce the problem?
1. Go to http://test.ccafs-climate.org/data/
2. In the box method select Delta
3. Hit search

A lot of files that can be selected. Perhaps an user wants everything under 
delta method. In such a case we need to have a "Select all", and "Select none" 
button. This will improve the user's experience.

Original issue reported on code.google.com by [email protected] on 28 Jan 2012 at 3:50

Reset button

What steps will reproduce the problem?
1. Go to http://test.ccafs-climate.org/data/
2. Select various things from more than 1 box

When a user starts playing around he/she would not like to re-select the "All 
models/scenarios/etc" option to get the thing as it was in the beginning. 
Hence, a 'Reset' button should exist to get all the drop down boxes to their 
defaults.

Original issue reported on code.google.com by [email protected] on 28 Jan 2012 at 3:56

Baseline does not query properly

What steps will reproduce the problem?
1. Go to http://test.ccafs-climate.org/data/
2. In the box "Scenario", select baseline
3. Hit search

What is the expected output? What do you see instead?
One expects the WorldClim dataset link, and it retrieves nothing

Original issue reported on code.google.com by [email protected] on 28 Jan 2012 at 3:48

Sequential query

What steps will reproduce the problem?
1. Go to http://test.ccafs-climate.org/data/
2. In the box File format, select CSV

You can still select the Delta Method, even if no files are available in CSV 
format for that method. An automatic query should go on when you select 
something from any of the drop down boxes.

This will improve the user's experience by avoiding them losing time doing 
queries that would retrieve no datasets.

Original issue reported on code.google.com by [email protected] on 28 Jan 2012 at 3:53

Tiles map and link

What steps will reproduce the problem?
1. Go to http://test.ccafs-climate.org/data/
2. Click on the (?) button next to the Tiles drop down box

What is the expected output? What do you see instead?
This should open either a new browser tab or an small sub-window that shows the 
map while everything in the background gets gray.

Also, the map is incorrect. Ask Carlos for a new map.


Original issue reported on code.google.com by [email protected] on 28 Jan 2012 at 3:59

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.