Giter Site home page Giter Site logo

watermask2map's People

Contributors

jmigueldelgado avatar schuem avatar

Stargazers

 avatar

Watchers

 avatar

watermask2map's Issues

postgres queries limited by CPU

Currently wms is querying postgres on every zoom and pan operation. Querying and rendering is taking about 10-14 s. When zooming and panning I get the following warning from glances:

                     2019-01-25 14:38:33 (0:00:04) - CRITICAL on CPU_SYSTEM (100.0)
                     2019-01-25 14:38:33 (0:00:16) - WARNING on CPU_USER (86.8)
                     2019-01-25 14:38:04 (0:00:06) - WARNING on CPU_USER (86.6)
                     2019-01-25 14:37:34 (0:00:04) - CRITICAL on CPU_SYSTEM (100.0)
                     2019-01-25 14:37:27 (0:00:04) - CRITICAL on CPU_SYSTEM (100.0)
                     2019-01-25 14:37:27 (0:00:11) - WARNING on CPU_USER (86.8)
                     2019-01-25 14:36:54 (0:00:04) - CRITICAL on CPU_SYSTEM (100.0)

The virtual machine is currently running on 4 cores. I have tried optimizing with work_mem (right now at 8MB, tested 4-64MB) and shared_buffers (128MB right now, tested 512MB) with no visible improvement.

transform wms into epsg 3857

Currently leaflet is loading the wms but it cannot be visualized. The wms is right now on epsg:4326, ie not projected and cannot be shown (this thread has a short explanation). It needs to be transformed into epsg 3857.

Security Error when loading libraries from API in zim server

clicking on empty areas apparently triggers query

while clicking around I noticed that when we click on empty land (no dam areas) still the visualization window opens and starts processing something, which never ends. This should not happen: areas of no watermasks should not be reactive.

not showing most recent polygons

the most recent polygons are already present in the postgis database, but still not being shown in visualization. Why it that the case? It the query not working properly?

See for example id_cogerh=4055
not_showing_current_polys

add constraint

to PostgreSQL, only distinct combinations of ingestion_time and source_id per cogerh_id should be allowed, otherwise there will be duplicates (there already are ...)

properly style chart

  • add margins for labels and add labels
  • minor ticks for months, major ticks for years
  • add circles for data points
  • set max to next natural number
  • use same font for chart as for panel heading

after click on poly show only the most recent watermask

Currently, after clicking on a polygon, a table, a d3 graph and a set of polygons will be shown. The set of polygons should be replaced by one polygon only.

I suppose this is an easy task, but should be only addressed after issue #17 is fixed

go back in time one commit please

Martin: the DEMs are making the whole thing really really slow, maybe we can leave it for now until we have a better idea.
cheers!

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.