]> Wikimedia Canada | Git repositories - eccc_to_commons.git/blobdiff - README
Switch from station id to climate id
[eccc_to_commons.git] / README
diff --git a/README b/README
index 9c0fe34c404fb0b2335bc3b05c196c36517adc2b..ca371dca55e57823b9fb61ca6608289c4649de8c 100644 (file)
--- a/README
+++ b/README
@@ -68,7 +68,7 @@ Here are a few examples to inspire you:
 
 Keep only monthly data:
   $ cat downloads_all | grep -B1 -A1 --no-group-separator \
-    -E '^output = ".*/monthly/[0-9]*.xml"$' > downloads_monthly
+    -E '^output = ".*/monthly/[A-Z0-9]{7}.xml"$' > downloads_monthly
 
 Remove all downloads before (restart interrupted download):
        $ sed -n '/https:\/\/climate.weather.gc.ca\/climate_data\/bulk_data_e.html?format=xml&timeframe=3&stationID=2606/,$p' \