Skip to content

Commit

Permalink
firms ingest - kamangir/bolt#746
Browse files Browse the repository at this point in the history
  • Loading branch information
kamangir committed Jul 20, 2024
1 parent 5bc50e4 commit 7f77cfb
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 6 deletions.
2 changes: 1 addition & 1 deletion blue_geo/.abcli/ingest/firms.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function blue_geo_ingest_firms() {
--what source \
--values 1 \
--delim \|)
local args="[--date $date]$ABCUL[depth 1]$ABCUL[--area $area]$ABCUL[--source $source]$ABCUL[--log 1]"
local args="[--date $date]$ABCUL[--depth 1]$ABCUL[--area $area]$ABCUL[--source $source]$ABCUL[--log 1]"
abcli_show_usage "blue_geo ingest firms$ABCUL[$options]$ABCUL[.|<object-name>]$ABCUL$args" \
"firms -ingest-> <object-name>."
return
Expand Down
2 changes: 1 addition & 1 deletion blue_geo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

DESCRIPTION = f"{ICON} AI for precise geospatial data analysis and visualization."

VERSION = "4.65.1"
VERSION = "4.66.1"

REPO_NAME = "blue-geo"

Expand Down
19 changes: 15 additions & 4 deletions blue_geo/firms/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pip install blue-geo
[dryrun,~upload] \
[.|<object-name>] \
[--date 2024-07-16] \
[depth 1] \
[--depth 1] \
[--area east|north|south|west|world] \
[--source LANDSAT_NRT|MODIS_NRT|MODIS_SP|VIIRS_NOAA20_NRT|VIIRS_NOAA21_NRT|VIIRS_SNPP_NRT|VIIRS_SNPP_SP] \
[--log 1]
Expand All @@ -25,11 +25,22 @@ pip install blue-geo
```bash
@select firms-$(@@timestamp)
blue_geo ingest firms - .
@open QGIS .
@publish tar .
```

🔥 log
```yaml
datacube:
area: WORLD
date: '2024-07-14'
depth: 1
id: blue-geo-firms-world-MODIS_NRT
len: 17105
source: MODIS_NRT
```
![image](https://raw.githubusercontent.com/kamangir/assets/main/blue-geo/firms-ingest.png)
![image](https://raw.githubusercontent.com/kamangir/assets/main/blue-geo/firms.jpg)
[firms-2024-07-19-26884.tar.gz](https://kamangir-public.s3.ca-central-1.amazonaws.com/firms-2024-07-19-26884.tar.gz)
🔥 public link
![image](https://raw.githubusercontent.com/kamangir/assets/main/blue-geo/firms.jpg)

0 comments on commit 7f77cfb

Please sign in to comment.