Skip to content

Commit

Permalink
feat: add lee
Browse files Browse the repository at this point in the history
  • Loading branch information
gadomski committed Sep 8, 2023
1 parent 7977a11 commit f567922
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,28 @@ build/search.json:
src/goes_meso_visualizer/ep092023_best_track.json \
--start 2023-08-16 \
--end 2023-08-21 > $@

build/lee/al132023_best_track.zip:
@mkdir -p $(dir $@)
curl -s https://www.nhc.noaa.gov/gis/best_track/al132023_best_track.zip > $@

build/lee/al132023_best_track.json: build/lee/al132023_best_track.zip
ogr2ogr $@ /vsizip/$< AL132023_lin -f GeoJSON

build/lee/search.json: build/lee/al132023_best_track.json
@mkdir -p $(dir $@)
goes-meso-visualizer search $< \
--start 2023-09-06 \
--end 2023-09-09 > $@

build/lee/web-png.json: build/lee/colorized.json
goes-meso-visualizer web-png $< $@

build/lee/colorized.json: build/lee/solarized.json
goes-meso-visualizer colorize $< $@

build/lee/solarized.json: build/lee/downloaded.json
goes-meso-visualizer solarize $< $@

build/lee/downloaded.json: build/lee/search.json
goes-meso-visualizer download $< $@

0 comments on commit f567922

Please sign in to comment.