CoolFace
Apppublic

anshul-prasad/climate-change

sourceHugging Faceupdated 24d agoView on Hugging Face
0likes
50 commits on main
4ad0ea624d ago

bug fix:

Anshul Prasad
ee8c41524d ago

1. Transition from tabular data to raster map in copernicus dataset.

Anshul Prasad
6c869f724d ago

1. Transition from tabular data to raster map in copernicus dataset.

Anshul Prasad
7a2d79926d ago

remove postgresql depedencies

Anshul Prasad
2c3866b26d ago

added useful comments

Anshul Prasad
359295226d ago

change the time time zone to local

Anshul Prasad
0f5d61d1mo ago

update

Anshul Prasad
83dee5b1mo ago

add esgf, berkeley earth, faostat to the app.

Anshul Prasad
a7f09141mo ago

UI improvements.

Anshul Prasad
f1479741mo ago

Factor folder providers/ to forms/ and dashboards/ for a more modular file structure.

Anshul Prasad
73f44531mo ago

add Hugging Face to app.

Anshul Prasad
ae793141mo ago

add World Bank to app.

Anshul Prasad
ccb97e61mo ago

add OWID to app.

Anshul Prasad
12b0ed51mo ago

add NOAA to app.

Anshul Prasad
0732c311mo ago

add NASA to app.

Anshul Prasad
d3d55351mo ago

For security purpose, lets hide secrete key of django.

Anshul Prasad
3274d2f1mo ago

To fix this and make all the selection boxes behave uniformly, the issue lies in how Django renders default multiple-choice fields (like "Year" and "Month"). Because they weren't wrapped in the same absolute positioning class as the "Variable" dropdown, expanding them stretched the grid cell height instead of floating over the screen.

Anshul Prasad
c6c79b91mo ago

To fix this and make the dropdowns float over the other form fields instead of pushing them down, we need to apply absolute positioning to the dropdown menus. This takes the expanding lists out of the standard document flow, allowing them to overlay the components beneath them seamlessly.

Anshul Prasad
afd46571mo ago

This update also introduces a refined search behavior that automatically hides category headers if all their variables are filtered out.

Anshul Prasad
6b6fc111mo ago

The double arrows are appearing because browsers automatically insert a default disclosure triangle (arrow) next to any <summary> tag, and in the previous code, we also hardcoded a "▶" character into the text. This resulted in the browser rendering its own arrow right next to the one we typed.

Anshul Prasad
4b6c30e1mo ago

This will collapse the massive variable grid into a neat, clickable box that expands only when the user wants to see it, saving a massive amount of screen real estate.

Anshul Prasad
cad3be91mo ago

This file is kept extremely clean so the elements fall directly into the master grid layout.

Anshul Prasad
17476cd1mo ago

Replicates the same drawing-based format for the GEE parameters, mapping the inputs horizontally before spanning the map visually at the bottom.

Anshul Prasad
865b4a31mo ago

This styles the individual fields to fit beautifully inside the new parent grid. Extremely large inputs (like the Copernicus Variable list) are given a grid-column: 1 / -1 rule to intelligently span across the entire row so they don't get squished.

Anshul Prasad
7899c5a1mo ago

This file organizes the Dataset Collection dropdown, the dynamic form fields, and the Submit button inside a single unified card, rendering them in a grid, followed by the Output card below.

Anshul Prasad
c6603651mo ago

Stripped down purely to the form payload data to eliminate recursive sidebar extensions.

Anshul Prasad
5e3ea421mo ago

Handles the vertical layout for GEE maps.

Anshul Prasad
fcddfd51mo ago

This file only contains the HTML required to generate the multi-column checkbox input grids.

Anshul Prasad
e4b5fe11mo ago

This file manages the vertically stacked layout.

Anshul Prasad
c55e4e71mo ago

This renders the visual entry point. Since the sidebar is now handled in base.html, we explicitly do not include it here anymore.

Anshul Prasad
2a9c7d51mo ago

This file is the inner component for the foldable sidebar.

Anshul Prasad
9237af81mo ago

This file establishes the universal sidebar, Leaflet map dependencies, and the global JavaScript interceptor to make every form and dropdown non-reloadable.

Anshul Prasad
ecce8211mo ago

pytest included.

Anshul Prasad
41c56482mo ago

scale to the project to source google earth engine.

Anshul Prasad
869ee7d2mo ago

scale to the project to other datasets in copernicus.

Anshul Prasad
5c125202mo ago

time zone change

Anshul Prasad
6f899ee2mo ago

bug fix.

Anshul Prasad
225cc102mo ago

.

Anshul Prasad
c3ed28c2mo ago

Display output on the right rather than at the bottom.

Anshul Prasad
33578452mo ago

Initial commit.

Anshul Prasad
8bb1efb2mo ago

.

Anshul Prasad
7bde01d2mo ago

Modify the form to incorporate changes we have made in the backend.

Anshul Prasad
23764802mo ago

Initial commit.

Anshul Prasad
1b13be32mo ago

Decentralize the base.html to simple base.html and a sidebar.html. It improves flexibiltiy.

Anshul Prasad
018a21b2mo ago

Improve roboustness of the class.

Anshul Prasad
a1f54b72mo ago

Initial commit.

Anshul Prasad
5b45cb72mo ago

Transition from earlier rigit approach of creating a form to a more flexible way of creating a form for different datasets.

Anshul Prasad
240535a2mo ago

contain choices for attribute 'Variable' in dataset "reanalysis-era5-single-levels"

Anshul Prasad
7aca5172mo ago

providers registry. Initial commit.

Anshul Prasad
fe9216e2mo ago

Simplify and Generalize the http request handling.

Anshul Prasad