Code Monkey home page Code Monkey logo

process_netcdf's Introduction

Purpose

These scripts are meant to be run after a run of WRF is finished in order to fill databases of the app for management of WRF runs and geoserver layers.

#Installation guide

  • install pydev as it is said here https://realpython.com/intro-to-pyenv/
  • Execute
    1. pyenv install 3.9.0
    2. pyenv virtualenv 3.9.0 process_netcdf
    3. pyenv local process_netcdf
    4. pip install -r requirements.txt
    5. cp config.yml.example config.yml, and change there configurations for your environment

process_netcdf's People

Contributors

mano92fuentesjimenez avatar

Watchers

 avatar

process_netcdf's Issues

Fix data projection

Fix data projection.

Ahora mismo estamos usando la proyeccion EPSG:4326 porque estamos asumiendo que todos los datos de netcdf vienen en esa proyeccion lo cual esta mal. @aluislfh te asigno esta tarea porque segun tengo entendido puedes arreglarlo.

La idea es reproyectar los datos que viene en una proyeccion X (esta es la que viene de SISPI) a 4326. Ahora mismo se asume que los datos de entrada estan en 4326 por lo cual no se esta reproyectando. Se debe hacer despues de esta linea https://github.com/CFA-Meteorologia/process_netcdf/blob/main/helpers.py#L12 , debes coger los datos de la variable v y reproyectarlos de X a 4326 para que sean los datos exportados a geoserver con 4326

Fix capabilities

Set layers to only export projection 4326. As there are tons of projections the getCapabilities document is too big

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.