Spaces:
Sleeping
Sleeping
Commit
Β·
8d4f01a
1
Parent(s):
cfea739
Add files with Git LFS for large shapefile
Browse files- .gitattributes +1 -0
- .gitignore +0 -1
- README copy.md +0 -5
- README.md +33 -5
- app_readme.md +0 -38
- shapefiles/India_State_Boundary.cpg +1 -0
- shapefiles/India_State_Boundary.dbf +0 -0
- shapefiles/India_State_Boundary.prj +1 -0
- shapefiles/India_State_Boundary.sbn +0 -0
- shapefiles/India_State_Boundary.shp +3 -0
- shapefiles/India_State_Boundary.shx +0 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
*.shp filter=lfs diff=lfs merge=lfs -text
|
.gitignore
CHANGED
|
@@ -6,6 +6,5 @@ static/
|
|
| 6 |
plots/
|
| 7 |
uploads/
|
| 8 |
downloads/
|
| 9 |
-
shapefiles/
|
| 10 |
|
| 11 |
|
|
|
|
| 6 |
plots/
|
| 7 |
uploads/
|
| 8 |
downloads/
|
|
|
|
| 9 |
|
| 10 |
|
README copy.md
DELETED
|
@@ -1,5 +0,0 @@
|
|
| 1 |
-
### CAMS - Air Pollution Dashboard
|
| 2 |
-
|
| 3 |
-
A web-based visualization tool for CAMS (Copernicus Atmosphere Monitoring Service) air pollution data over India. Upload NetCDF files or download data by date, select pollutants (PM2.5, NOβ, Oβ, etc.), choose pressure levels for atmospheric variables, and generate interactive maps with customizable color themes.
|
| 4 |
-
|
| 5 |
-
> You will need the `.cdsapirc` file set up for downloading data from CDS(Client Data Store). Also make sure to make a seperate viirtual environment for this project and download all the dependencies from `requirements.txt` file.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
README.md
CHANGED
|
@@ -1,10 +1,38 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
-
emoji:
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
sdk: docker
|
| 7 |
pinned: false
|
|
|
|
|
|
|
| 8 |
---
|
| 9 |
|
| 10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
title: CAMS Air Pollution Dashboard
|
| 3 |
+
emoji: π
|
| 4 |
+
colorFrom: green
|
| 5 |
+
colorTo: blue
|
| 6 |
sdk: docker
|
| 7 |
pinned: false
|
| 8 |
+
license: mit
|
| 9 |
+
app_port: 7860
|
| 10 |
---
|
| 11 |
|
| 12 |
+
# CAMS Air Pollution Dashboard
|
| 13 |
+
|
| 14 |
+
A comprehensive web application for visualizing atmospheric composition data from the Copernicus Atmosphere Monitoring Service (CAMS).
|
| 15 |
+
|
| 16 |
+
## Features
|
| 17 |
+
|
| 18 |
+
- π Interactive air pollution maps for India
|
| 19 |
+
- π Multiple pollutant visualization (PM2.5, PM10, NO2, O3, CO, etc.)
|
| 20 |
+
- π¨ Various color themes for data visualization
|
| 21 |
+
- π Support for NetCDF file uploads
|
| 22 |
+
- π Direct CAMS data download integration
|
| 23 |
+
- π Statistical analysis and hover information
|
| 24 |
+
|
| 25 |
+
## Usage
|
| 26 |
+
|
| 27 |
+
1. Upload your own NetCDF files or download CAMS data for specific dates
|
| 28 |
+
2. Select variables, pressure levels, and time points
|
| 29 |
+
3. Generate static or interactive pollution maps
|
| 30 |
+
4. Explore air quality data with detailed statistics
|
| 31 |
+
|
| 32 |
+
## Data Source
|
| 33 |
+
|
| 34 |
+
This application uses data from the Copernicus Atmosphere Monitoring Service (CAMS), which provides global atmospheric composition forecasts and analyses.
|
| 35 |
+
|
| 36 |
+
## Note
|
| 37 |
+
|
| 38 |
+
For downloading CAMS data, you'll need to set up CDS API credentials. You can upload your own NetCDF files to explore the visualization features without API access.
|
app_readme.md
DELETED
|
@@ -1,38 +0,0 @@
|
|
| 1 |
-
---
|
| 2 |
-
title: CAMS Air Pollution Dashboard
|
| 3 |
-
emoji: π
|
| 4 |
-
colorFrom: green
|
| 5 |
-
colorTo: blue
|
| 6 |
-
sdk: docker
|
| 7 |
-
pinned: false
|
| 8 |
-
license: mit
|
| 9 |
-
app_port: 7860
|
| 10 |
-
---
|
| 11 |
-
|
| 12 |
-
# CAMS Air Pollution Dashboard
|
| 13 |
-
|
| 14 |
-
A comprehensive web application for visualizing atmospheric composition data from the Copernicus Atmosphere Monitoring Service (CAMS).
|
| 15 |
-
|
| 16 |
-
## Features
|
| 17 |
-
|
| 18 |
-
- π Interactive air pollution maps for India
|
| 19 |
-
- π Multiple pollutant visualization (PM2.5, PM10, NO2, O3, CO, etc.)
|
| 20 |
-
- π¨ Various color themes for data visualization
|
| 21 |
-
- π Support for NetCDF file uploads
|
| 22 |
-
- π Direct CAMS data download integration
|
| 23 |
-
- π Statistical analysis and hover information
|
| 24 |
-
|
| 25 |
-
## Usage
|
| 26 |
-
|
| 27 |
-
1. Upload your own NetCDF files or download CAMS data for specific dates
|
| 28 |
-
2. Select variables, pressure levels, and time points
|
| 29 |
-
3. Generate static or interactive pollution maps
|
| 30 |
-
4. Explore air quality data with detailed statistics
|
| 31 |
-
|
| 32 |
-
## Data Source
|
| 33 |
-
|
| 34 |
-
This application uses data from the Copernicus Atmosphere Monitoring Service (CAMS), which provides global atmospheric composition forecasts and analyses.
|
| 35 |
-
|
| 36 |
-
## Note
|
| 37 |
-
|
| 38 |
-
For downloading CAMS data, you'll need to set up CDS API credentials. You can upload your own NetCDF files to explore the visualization features without API access.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
shapefiles/India_State_Boundary.cpg
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
UTF-8
|
shapefiles/India_State_Boundary.dbf
ADDED
|
Binary file (1.95 kB). View file
|
|
|
shapefiles/India_State_Boundary.prj
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
PROJCS["WGS_1984_Web_Mercator_Auxiliary_Sphere",GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137.0,298.257223563]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]],PROJECTION["Mercator_Auxiliary_Sphere"],PARAMETER["False_Easting",0.0],PARAMETER["False_Northing",0.0],PARAMETER["Central_Meridian",0.0],PARAMETER["Standard_Parallel_1",0.0],PARAMETER["Auxiliary_Sphere_Type",0.0],UNIT["Meter",1.0]]
|
shapefiles/India_State_Boundary.sbn
ADDED
|
Binary file (516 Bytes). View file
|
|
|
shapefiles/India_State_Boundary.shp
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f2da6f9be7cfbcf0b5793d427820be13fa3ab478c72d29bf7475defb5e7dc6e3
|
| 3 |
+
size 18464860
|
shapefiles/India_State_Boundary.shx
ADDED
|
Binary file (396 Bytes). View file
|
|
|