-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fa1ac24
commit 0acc681
Showing
9 changed files
with
76 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
# start in data directory | ||
cd data | ||
|
||
# setup test-data | ||
echo "---------- Cleaning GeoTIFF Test Data ----------" | ||
cd geotiff-test-data | ||
sh clean.sh | ||
cd .. | ||
echo "---------- Finished Cleaning GeoTIFF Data ----------" | ||
|
||
# setup test-data | ||
echo "---------- Cleaning GeoJSON Test Data ----------" | ||
cd geojson-test-data | ||
sh clean.sh | ||
cd .. | ||
echo "---------- Finished Cleaning GeoJSON Data ----------" | ||
|
||
# setup gadm | ||
echo "---------- Cleaning GADM Data ----------" | ||
cd gadm | ||
sh clean.sh | ||
cd .. | ||
echo "---------- Finished Cleaning GADM Data ----------" | ||
|
||
# setup ghsl | ||
echo "---------- Cleaning GHSL Data ----------" | ||
cd ghsl | ||
sh clean.sh | ||
cd .. | ||
echo "---------- Finished Cleaning GHSL Data ----------" | ||
|
||
# setup mapspam | ||
echo "---------- Cleaning MapSpam Data ----------" | ||
cd mapspam | ||
sh clean.sh | ||
cd .. | ||
echo "---------- Finished Cleaning MapSpam Data ----------" | ||
|
||
# setup rgb | ||
echo "---------- Cleaning RGB Raster ----------" | ||
cd rgb | ||
sh clean.sh | ||
cd .. | ||
echo "---------- Finished Cleaning RGB Raster ----------" | ||
|
||
# setup veneto | ||
echo "---------- Cleaning Veneto Raster ----------" | ||
cd veneto | ||
sh clean.sh | ||
cd .. | ||
echo "---------- Finished Cleaning Veneto Raster ----------" | ||
|
||
# go back to root | ||
cd .. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#!/bin/sh | ||
|
||
rm ./arcgis/*.json ./geojsons/*.geojson |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#!/bin/sh | ||
|
||
rm -r eez_land_union/ gadm/ spec/ wikipedia/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#!/bin/sh | ||
|
||
rm *.cog *.tif *.tiff |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#!/bin/sh | ||
|
||
rm ./tiles/*.tif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#!/bin/sh | ||
|
||
rm ./tiles/*.tif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#!/bin/sh | ||
|
||
rm wildfires.tiff |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#!/bin/sh | ||
|
||
rm *.tif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters