diff --git a/notebooks/tutorials/tutorial_download_and_process_gee_images.ipynb b/notebooks/tutorials/tutorial_download_and_process_gee_images.ipynb index afc009d5..ebc46dff 100644 --- a/notebooks/tutorials/tutorial_download_and_process_gee_images.ipynb +++ b/notebooks/tutorials/tutorial_download_and_process_gee_images.ipynb @@ -86,65 +86,9 @@ }, { "cell_type": "code", - "execution_count": 1, + "execution_count": null, "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "2022-09-13 10:15:31,807 [INFO] Sentinel2: setting collection_name to COPERNICUS/S2\n", - "2022-09-13 10:15:31,807 [INFO] Sentinel2: setting data_type to vegetation\n", - "2022-09-13 10:15:31,807 [INFO] Sentinel2: setting RGB_bands to ['B4', 'B3', 'B2']\n", - "2022-09-13 10:15:31,807 [INFO] Sentinel2: setting NIR_band to B8\n", - "2022-09-13 10:15:31,807 [INFO] Sentinel2: setting mask_cloud to True\n", - "2022-09-13 10:15:31,807 [INFO] Sentinel2: setting cloudy_pix_frac to 50\n", - "2022-09-13 10:15:31,807 [INFO] Sentinel2: setting cloudy_pix_flag to CLOUDY_PIXEL_PERCENTAGE\n", - "2022-09-13 10:15:31,807 [INFO] Sentinel2: setting min_date to 2016-01-01\n", - "2022-09-13 10:15:31,807 [INFO] Sentinel2: setting max_date to 2022-01-01\n", - "2022-09-13 10:15:31,808 [INFO] Sentinel2: setting time_per_point to 1m\n", - "/Users/crangelsmith/opt/anaconda3/envs/geepipeline/lib/python3.7/site-packages/dateparser/date_parser.py:35: PytzUsageWarning: The localize method is no longer necessary, as this time zone supports the fold attribute (PEP 495). For more details on migrating to a PEP 495-compliant implementation, see https://pytz-deprecation-shim.readthedocs.io/en/latest/migration.html\n", - " date_obj = stz.localize(date_obj)\n", - "2022-09-13 10:15:31,839 [INFO] Sentinel2: setting time_per_point to 3m\n", - "2022-09-13 10:16:31,967 [INFO] Sentinel2_ImageDownloader: Will download to Sentinel2-532480-0174080-542720-0184320__2022-09-13_10-15-31/gee_532480_0174080_542720_0184320_Sentinel2/2016-06-01_2016-09-01/RAW\n", - "INFO:peep_logger:Sentinel2_ImageDownloader: Will download to Sentinel2-532480-0174080-542720-0184320__2022-09-13_10-15-31/gee_532480_0174080_542720_0184320_Sentinel2/2016-06-01_2016-09-01/RAW\n", - "2022-09-13 10:16:31,974 [INFO] Sentinel2_ImageDownloader: download succeeded for date range ['2016-06-01', '2016-09-01']\n", - "INFO:peep_logger:Sentinel2_ImageDownloader: download succeeded for date range ['2016-06-01', '2016-09-01']\n", - "2022-09-13 10:16:31,974 [INFO] Sentinel2_ImageProcessor: Running local\n", - "INFO:peep_logger:Sentinel2_ImageProcessor: Running local\n", - "2022-09-13 10:16:31,975 [INFO] Sentinel2_ImageProcessor processing files in Sentinel2-532480-0174080-542720-0184320__2022-09-13_10-15-31/gee_532480_0174080_542720_0184320_Sentinel2/2016-06-01_2016-09-01/RAW\n", - "INFO:peep_logger:Sentinel2_ImageProcessor processing files in Sentinel2-532480-0174080-542720-0184320__2022-09-13_10-15-31/gee_532480_0174080_542720_0184320_Sentinel2/2016-06-01_2016-09-01/RAW\n", - "2022-09-13 10:16:31,975 [INFO] ['download.COUNT.tif', 'download.B4.tif', 'download.B3.tif', 'download.B2.tif']\n", - "INFO:peep_logger:['download.COUNT.tif', 'download.B4.tif', 'download.B3.tif', 'download.B2.tif']\n", - "2022-09-13 10:16:32,047 [INFO] Downloaded bounds [532480.0, 174080.0, 542720.0, 184320.0]\n", - "INFO:peep_logger:Downloaded bounds [532480.0, 174080.0, 542720.0, 184320.0]\n", - "2022-09-13 10:16:32,047 [INFO] Input bounds [532480, 174080, 542720, 184320]\n", - "INFO:peep_logger:Input bounds [532480, 174080, 542720, 184320]\n", - "2022-09-13 10:16:32,047 [INFO] Sentinel2_ImageProcessor: Saving RGB image for 2016-06-01_2016-09-01 532480_174080_542720_184320\n", - "INFO:peep_logger:Sentinel2_ImageProcessor: Saving RGB image for 2016-06-01_2016-09-01 532480_174080_542720_184320\n", - "2022-09-13 10:16:37,428 [INFO] Will save image to Sentinel2-532480-0174080-542720-0184320__2022-09-13_10-15-31/gee_532480_0174080_542720_0184320_Sentinel2/2016-06-01_2016-09-01/PROCESSED / 2016-06-01_2016-09-01_532480_174080_542720_184320_RGB.png\n", - "INFO:peep_logger:Will save image to Sentinel2-532480-0174080-542720-0184320__2022-09-13_10-15-31/gee_532480_0174080_542720_0184320_Sentinel2/2016-06-01_2016-09-01/PROCESSED / 2016-06-01_2016-09-01_532480_174080_542720_184320_RGB.png\n", - "Saved image 'Sentinel2-532480-0174080-542720-0184320__2022-09-13_10-15-31/gee_532480_0174080_542720_0184320_Sentinel2/2016-06-01_2016-09-01/PROCESSED/2016-06-01_2016-09-01_532480_174080_542720_184320_RGB.png'\n", - "Saved image 'Sentinel2-532480-0174080-542720-0184320__2022-09-13_10-15-31/gee_532480_0174080_542720_0184320_Sentinel2/2016-06-01_2016-09-01/PROCESSED/2016-06-01_2016-09-01_532480_174080_542720_184320_COUNT.png'\n", - "2022-09-13 10:16:38,594 [INFO] \n", - "Sequence Sentinel2\n", - "INFO:peep_logger:\n", - "Sequence Sentinel2\n", - "2022-09-13 10:16:38,594 [INFO] -----------------\n", - "\n", - "INFO:peep_logger:-----------------\n", - "\n", - "2022-09-13 10:16:38,594 [INFO] Sentinel2_ImageDownloader: Succeeded: 1 Failed: 0 Incomplete: 0\n", - "INFO:peep_logger:Sentinel2_ImageDownloader: Succeeded: 1 Failed: 0 Incomplete: 0\n", - "2022-09-13 10:16:38,594 [INFO] Sentinel2_ImageProcessor: Succeeded: 1 Failed: 0 Incomplete: 0\n", - "INFO:peep_logger:Sentinel2_ImageProcessor: Succeeded: 1 Failed: 0 Incomplete: 0\n", - "2022-09-13 10:16:38,594 [INFO] \n", - "\n", - "INFO:peep_logger:\n", - "\n" - ] - } - ], + "outputs": [], "source": [ "!peep_run_pipeline --config_file ../../peep/configs/config_Sentinel2_532480_0174080_542720_0184320_2016-06-01_2016-09-01_3m.py\n", "\n" @@ -169,199 +113,15 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "# (Optional) Running the pieces individually\n", + "# Generating many configuration files \n", "\n", - "Though the above method is the easiest way to get up-and-running, some users may be interested in running the components of pyveg individually." - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "from pyveg.src.download_modules import VegetationDownloader" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "# instantiate this Module:\n", - "vd = VegetationDownloader(\"Sentinel2_download\")" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "A lot of the parameters we need to configure this Module are in the `configs/collections.py` file - there is a large dictionary containing values for e.g. Sentinel 2." - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "from pyveg.configs.collections import data_collections\n", - "s2_config = data_collections[\"Sentinel2\"]\n", - "print(s2_config)" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "we also need to specify the coordinates we want to look at (in ***(long,lat)*** format) - let's look at one of our locations in the Sahel:" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "coords = [28.37,11.12]" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "And we need to choose a date range. If we are looking at vegetation data as in this case, we will take the median of all images available within this date range (after filtering out cloudy ones).\n", + "If you want to generate a large number of configuration files from a dataset of geometries you can do this using the command `peep_generate_config` and\n", + "a [geoparquet](https://pypi.org/project/geoparquet/) file (`bounds_file`).\n", "\n", - "For the sake of this tutorial, let's just look at a short date range - in fact just a single month:" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "date_range = [\"2018-06-01\",\"2018-07-01\"]" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "We also need to set an output location to store the files. We can just use a temporary directory. The downloaded files will go into a subdirectory of this called \"RAW\", and then into further subdirectories per mid-point of each date sub-range we're looking at. Here, we are just looking at one month, and the midpoint will be \"2018-06-16\"." - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "import os\n", - "if os.name == \"posix\":\n", - " TMPDIR = \"/tmp\"\n", - "else:\n", - " TMPDIR = \"%TMP%\"\n", - " \n", - "output_veg_location = os.path.join(TMPDIR,\"gee_veg_download_example\")\n", - "output_location_type = \"local\" # other alternative currently possible is `azure` for MS Azure cloud, if setup" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "Now we're ready to configure the module:" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "# we could go through all the key,value pairs in the s2_config dict setting them all\n", - "# individually, but lets do them all at once\n", - "vd.set_parameters(s2_config)\n", - "vd.coords = coords\n", - "vd.date_range = date_range\n", - "vd.output_location = output_veg_location\n", - "vd.output_location_type = output_location_type\n", - "vd.configure()\n", - "print(vd)" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "The Module is all configured and ready-to-go!" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "vd.run()" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "There should now be some files in the output location:" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "os.listdir(os.path.join(output_veg_location,\"2018-06-16\",\"RAW\"))" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "So we have one .tif file per band. \n", + "The geoparquet file must contain a column named `geometry`, and each row correspond to an individual geometry (an example of this\n", + "file can be found as `images_1024.parquet` on the `testdata` directory which covers all the UK territory). \n", "\n", - "The next Module we would normally run in the vegetation Sequence is the VegetationImageProcessor that will take these tif files and produce png images from them. This includes histogram equalization, adaptive thresholding and median filtering on an input image, to give us binary NDVI images. It then divides these into 50x50 sub-images." - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "from pyveg.src.processor_modules import VegetationImageProcessor\n", - "vip = VegetationImageProcessor(\"Sentinel2_img_processor\")\n", - "vip.set_parameters(s2_config)\n", - "vip.coords = coords\n" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "The only other things we need to set are the `input_location` (which will be the `output_location` from the downloader), and the `output_location` (which we will put as the same as the downloader's one - the results of this will go into different subdirectories of the date-named subdirectories)." - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "vip.input_location = vd.output_location\n", - "vip.output_location = vd.output_location\n", - "vip.configure()\n", - "print(vip)" + "`peep` is optimise to work with the British National Grid projection coordinates, therefore the file must be projected in this way." ] }, { @@ -370,234 +130,57971 @@ "metadata": {}, "outputs": [], "source": [ - "vip.run()" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "This should have created two new subdirectories: \"PROCESSED\" contains the full-size RGB, greyscale, and black-and-white images (the first of these using the RGB bands, and the latter two based on the NDVI band). \"SPLIT\" contains the 50x50 sub-images." - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "os.listdir(os.path.join(output_veg_location,\"2018-06-16\",\"PROCESSED\"))" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "## Calculating network centrality\n", + "import geopandas \n", "\n", - "The next step in the standard vegetation sequence is the calculation of \"offset50\", which is related to the \"connectedness\" of the vegetation in the black-and-white NDVI sub-images." - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "from pyveg.src.processor_modules import NetworkCentralityCalculator\n", - "ncc = NetworkCentralityCalculator(\"Sentinel2_ncc\")\n", - "ncc.set_parameters(s2_config)\n", - "ncc.input_location = vip.output_location\n", - "ncc.output_location = vip.output_location # same output location again - will create a 'JSON' subdir\n", - "ncc.configure()\n", - "print(ncc)" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "One other setting that we might want to change is the number of sub-images per full-size-image for which we do the network centrality calculation. There are 289 sub-images per full-size-image, and it can be quite time-consuming to process all of them (even though some parallization is implemented - see `n_threads` argument). We can set this to a smaller number for testing purposes." - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "ncc.n_sub_images = 10" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "ncc.run()" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "We should now have a json file in the output directory:" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "os.listdir(os.path.join(output_veg_location,\"2018-06-16\",\"JSON\",\"NC\"))" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "import json\n", - "j=json.load(open(os.path.join(output_veg_location,\"2018-06-16\",\"JSON\",\"NC\",\"network_centralities.json\")))\n" + "bounds_gdf = geopandas.read_parquet('../../peep/testdata/images_1024.parquet')\n", + "bounds_gdf.to_crs(\"EPSG:27700\")" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ - "The contents of the json file is a list (one entry per sub-image) of dictionaries, and the dictionary keys includ latitude, longitude of the sub-image, as well as \"offset50\"." - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "j[0].keys()" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "### Running the weather Sequence\n", + "If provided\n", + "the `--bounds_file` flag, the `peep_generate_config` script will read the geoparquet file, loop over its rows creating a config file\n", + "for each geometry.\n", "\n", - "Here we ran the vegetation-related Modules one-by-one, but we can also combine Modules into Sequences. As an example, lets do this for the weather downloader Module, and the Module that reads the downloaded images and produces output json files." - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "from pyveg.src.pyveg_pipeline import Sequence\n", - "from pyveg.src.download_modules import WeatherDownloader\n", - "from pyveg.src.processor_modules import WeatherImageToJSON" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "era_config = data_collections[\"ERA5\"]\n", - "era_config" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "The default is to download all the monthly weather data since 1986, but for the sake of speed, let's just look at the same small date range as before" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "s=Sequence(\"era5_sequence\")\n", - "s.date_range = date_range\n", - "s.coords = coords # use the same location as we used above, in the Sahel\n", - "s.set_config(era_config)" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "Now we can add Modules to the Sequence, just using the \"+=\" operator:" + "If a column `on_land` is available in the geoparquet file, the script will filter only rows where the column is True.\n", + "If not this column is not found, the script will loop over all rows of the data.\n", + "\n", + "Flags such as `start_date`, `end_date`, `time_per_point` must be provided as well, and it will be used for all the config files created.\n", + "\n", + "Flags such as `configs_dir`, `output_dir` are optional, defining to write the output of the config files or downloads to a specified directory\n", + "with the default being the current directory.\n", + "\n", + "To generate config files from the parquet file above:" ] }, { "cell_type": "code", - "execution_count": null, + "execution_count": 2, "metadata": {}, - "outputs": [], + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\r\n", + " output_location downloads_output/87-Sentinel2-000000-0890880-010240-0901120\r\n", + " collection: Sentinel2\r\n", + " left: 000000\r\n", + " bottom: 0890880\r\n", + " right: 010240\r\n", + " top: 0901120\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_87_Sentinel2_000000_0890880_010240_0901120_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_87_Sentinel2_000000_0890880_010240_0901120_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/88-Sentinel2-000000-0901120-010240-0911360\r\n", + " collection: Sentinel2\r\n", + " left: 000000\r\n", + " bottom: 0901120\r\n", + " right: 010240\r\n", + " top: 0911360\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_88_Sentinel2_000000_0901120_010240_0911360_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_88_Sentinel2_000000_0901120_010240_0911360_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/214-Sentinel2-010240-0890880-020480-0901120\r\n", + " collection: Sentinel2\r\n", + " left: 010240\r\n", + " bottom: 0890880\r\n", + " right: 020480\r\n", + " top: 0901120\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_214_Sentinel2_010240_0890880_020480_0901120_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_214_Sentinel2_010240_0890880_020480_0901120_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/215-Sentinel2-010240-0901120-020480-0911360\r\n", + " collection: Sentinel2\r\n", + " left: 010240\r\n", + " bottom: 0901120\r\n", + " right: 020480\r\n", + " top: 0911360\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_215_Sentinel2_010240_0901120_020480_0911360_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_215_Sentinel2_010240_0901120_020480_0911360_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/711-Sentinel2-051200-0778240-061440-0788480\r\n", + " collection: Sentinel2\r\n", + " left: 051200\r\n", + " bottom: 0778240\r\n", + " right: 061440\r\n", + " top: 0788480\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_711_Sentinel2_051200_0778240_061440_0788480_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_711_Sentinel2_051200_0778240_061440_0788480_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/712-Sentinel2-051200-0788480-061440-0798720\r\n", + " collection: Sentinel2\r\n", + " left: 051200\r\n", + " bottom: 0788480\r\n", + " right: 061440\r\n", + " top: 0798720\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_712_Sentinel2_051200_0788480_061440_0798720_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_712_Sentinel2_051200_0788480_061440_0798720_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/719-Sentinel2-051200-0860160-061440-0870400\r\n", + " collection: Sentinel2\r\n", + " left: 051200\r\n", + " bottom: 0860160\r\n", + " right: 061440\r\n", + " top: 0870400\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_719_Sentinel2_051200_0860160_061440_0870400_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_719_Sentinel2_051200_0860160_061440_0870400_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/721-Sentinel2-051200-0880640-061440-0890880\r\n", + " collection: Sentinel2\r\n", + " left: 051200\r\n", + " bottom: 0880640\r\n", + " right: 061440\r\n", + " top: 0890880\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_721_Sentinel2_051200_0880640_061440_0890880_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_721_Sentinel2_051200_0880640_061440_0890880_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/838-Sentinel2-061440-0778240-071680-0788480\r\n", + " collection: Sentinel2\r\n", + " left: 061440\r\n", + " bottom: 0778240\r\n", + " right: 071680\r\n", + " top: 0788480\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_838_Sentinel2_061440_0778240_071680_0788480_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_838_Sentinel2_061440_0778240_071680_0788480_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/839-Sentinel2-061440-0788480-071680-0798720\r\n", + " collection: Sentinel2\r\n", + " left: 061440\r\n", + " bottom: 0788480\r\n", + " right: 071680\r\n", + " top: 0798720\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_839_Sentinel2_061440_0788480_071680_0798720_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_839_Sentinel2_061440_0788480_071680_0798720_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/840-Sentinel2-061440-0798720-071680-0808960\r\n", + " collection: Sentinel2\r\n", + " left: 061440\r\n", + " bottom: 0798720\r\n", + " right: 071680\r\n", + " top: 0808960\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_840_Sentinel2_061440_0798720_071680_0808960_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_840_Sentinel2_061440_0798720_071680_0808960_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/841-Sentinel2-061440-0808960-071680-0819200\r\n", + " collection: Sentinel2\r\n", + " left: 061440\r\n", + " bottom: 0808960\r\n", + " right: 071680\r\n", + " top: 0819200\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_841_Sentinel2_061440_0808960_071680_0819200_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_841_Sentinel2_061440_0808960_071680_0819200_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/843-Sentinel2-061440-0829440-071680-0839680\r\n", + " collection: Sentinel2\r\n", + " left: 061440\r\n", + " bottom: 0829440\r\n", + " right: 071680\r\n", + " top: 0839680\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_843_Sentinel2_061440_0829440_071680_0839680_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_843_Sentinel2_061440_0829440_071680_0839680_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/846-Sentinel2-061440-0860160-071680-0870400\r\n", + " collection: Sentinel2\r\n", + " left: 061440\r\n", + " bottom: 0860160\r\n", + " right: 071680\r\n", + " top: 0870400\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_846_Sentinel2_061440_0860160_071680_0870400_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_846_Sentinel2_061440_0860160_071680_0870400_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/847-Sentinel2-061440-0870400-071680-0880640\r\n", + " collection: Sentinel2\r\n", + " left: 061440\r\n", + " bottom: 0870400\r\n", + " right: 071680\r\n", + " top: 0880640\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_847_Sentinel2_061440_0870400_071680_0880640_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_847_Sentinel2_061440_0870400_071680_0880640_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/848-Sentinel2-061440-0880640-071680-0890880\r\n", + " collection: Sentinel2\r\n", + " left: 061440\r\n", + " bottom: 0880640\r\n", + " right: 071680\r\n", + " top: 0890880\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_848_Sentinel2_061440_0880640_071680_0890880_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_848_Sentinel2_061440_0880640_071680_0890880_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/854-Sentinel2-061440-0942080-071680-0952320\r\n", + " collection: Sentinel2\r\n", + " left: 061440\r\n", + " bottom: 0942080\r\n", + " right: 071680\r\n", + " top: 0952320\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_854_Sentinel2_061440_0942080_071680_0952320_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_854_Sentinel2_061440_0942080_071680_0952320_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/889-Sentinel2-071680-0000000-081920-0010240\r\n", + " collection: Sentinel2\r\n", + " left: 071680\r\n", + " bottom: 0000000\r\n", + " right: 081920\r\n", + " top: 0010240\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_889_Sentinel2_071680_0000000_081920_0010240_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_889_Sentinel2_071680_0000000_081920_0010240_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/967-Sentinel2-071680-0798720-081920-0808960\r\n", + " collection: Sentinel2\r\n", + " left: 071680\r\n", + " bottom: 0798720\r\n", + " right: 081920\r\n", + " top: 0808960\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_967_Sentinel2_071680_0798720_081920_0808960_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_967_Sentinel2_071680_0798720_081920_0808960_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/968-Sentinel2-071680-0808960-081920-0819200\r\n", + " collection: Sentinel2\r\n", + " left: 071680\r\n", + " bottom: 0808960\r\n", + " right: 081920\r\n", + " top: 0819200\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_968_Sentinel2_071680_0808960_081920_0819200_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_968_Sentinel2_071680_0808960_081920_0819200_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/969-Sentinel2-071680-0819200-081920-0829440\r\n", + " collection: Sentinel2\r\n", + " left: 071680\r\n", + " bottom: 0819200\r\n", + " right: 081920\r\n", + " top: 0829440\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_969_Sentinel2_071680_0819200_081920_0829440_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_969_Sentinel2_071680_0819200_081920_0829440_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/970-Sentinel2-071680-0829440-081920-0839680\r\n", + " collection: Sentinel2\r\n", + " left: 071680\r\n", + " bottom: 0829440\r\n", + " right: 081920\r\n", + " top: 0839680\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_970_Sentinel2_071680_0829440_081920_0839680_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_970_Sentinel2_071680_0829440_081920_0839680_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/971-Sentinel2-071680-0839680-081920-0849920\r\n", + " collection: Sentinel2\r\n", + " left: 071680\r\n", + " bottom: 0839680\r\n", + " right: 081920\r\n", + " top: 0849920\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_971_Sentinel2_071680_0839680_081920_0849920_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_971_Sentinel2_071680_0839680_081920_0849920_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/972-Sentinel2-071680-0849920-081920-0860160\r\n", + " collection: Sentinel2\r\n", + " left: 071680\r\n", + " bottom: 0849920\r\n", + " right: 081920\r\n", + " top: 0860160\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_972_Sentinel2_071680_0849920_081920_0860160_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_972_Sentinel2_071680_0849920_081920_0860160_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/973-Sentinel2-071680-0860160-081920-0870400\r\n", + " collection: Sentinel2\r\n", + " left: 071680\r\n", + " bottom: 0860160\r\n", + " right: 081920\r\n", + " top: 0870400\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_973_Sentinel2_071680_0860160_081920_0870400_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_973_Sentinel2_071680_0860160_081920_0870400_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/974-Sentinel2-071680-0870400-081920-0880640\r\n", + " collection: Sentinel2\r\n", + " left: 071680\r\n", + " bottom: 0870400\r\n", + " right: 081920\r\n", + " top: 0880640\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_974_Sentinel2_071680_0870400_081920_0880640_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_974_Sentinel2_071680_0870400_081920_0880640_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/981-Sentinel2-071680-0942080-081920-0952320\r\n", + " collection: Sentinel2\r\n", + " left: 071680\r\n", + " bottom: 0942080\r\n", + " right: 081920\r\n", + " top: 0952320\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_981_Sentinel2_071680_0942080_081920_0952320_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_981_Sentinel2_071680_0942080_081920_0952320_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1016-Sentinel2-081920-0000000-092160-0010240\r\n", + " collection: Sentinel2\r\n", + " left: 081920\r\n", + " bottom: 0000000\r\n", + " right: 092160\r\n", + " top: 0010240\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1016_Sentinel2_081920_0000000_092160_0010240_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1016_Sentinel2_081920_0000000_092160_0010240_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1017-Sentinel2-081920-0010240-092160-0020480\r\n", + " collection: Sentinel2\r\n", + " left: 081920\r\n", + " bottom: 0010240\r\n", + " right: 092160\r\n", + " top: 0020480\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1017_Sentinel2_081920_0010240_092160_0020480_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1017_Sentinel2_081920_0010240_092160_0020480_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1086-Sentinel2-081920-0716800-092160-0727040\r\n", + " collection: Sentinel2\r\n", + " left: 081920\r\n", + " bottom: 0716800\r\n", + " right: 092160\r\n", + " top: 0727040\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1086_Sentinel2_081920_0716800_092160_0727040_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1086_Sentinel2_081920_0716800_092160_0727040_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1088-Sentinel2-081920-0737280-092160-0747520\r\n", + " collection: Sentinel2\r\n", + " left: 081920\r\n", + " bottom: 0737280\r\n", + " right: 092160\r\n", + " top: 0747520\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1088_Sentinel2_081920_0737280_092160_0747520_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1088_Sentinel2_081920_0737280_092160_0747520_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1089-Sentinel2-081920-0747520-092160-0757760\r\n", + " collection: Sentinel2\r\n", + " left: 081920\r\n", + " bottom: 0747520\r\n", + " right: 092160\r\n", + " top: 0757760\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1089_Sentinel2_081920_0747520_092160_0757760_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1089_Sentinel2_081920_0747520_092160_0757760_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1095-Sentinel2-081920-0808960-092160-0819200\r\n", + " collection: Sentinel2\r\n", + " left: 081920\r\n", + " bottom: 0808960\r\n", + " right: 092160\r\n", + " top: 0819200\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1095_Sentinel2_081920_0808960_092160_0819200_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1095_Sentinel2_081920_0808960_092160_0819200_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1096-Sentinel2-081920-0819200-092160-0829440\r\n", + " collection: Sentinel2\r\n", + " left: 081920\r\n", + " bottom: 0819200\r\n", + " right: 092160\r\n", + " top: 0829440\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1096_Sentinel2_081920_0819200_092160_0829440_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1096_Sentinel2_081920_0819200_092160_0829440_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1097-Sentinel2-081920-0829440-092160-0839680\r\n", + " collection: Sentinel2\r\n", + " left: 081920\r\n", + " bottom: 0829440\r\n", + " right: 092160\r\n", + " top: 0839680\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1097_Sentinel2_081920_0829440_092160_0839680_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1097_Sentinel2_081920_0829440_092160_0839680_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1098-Sentinel2-081920-0839680-092160-0849920\r\n", + " collection: Sentinel2\r\n", + " left: 081920\r\n", + " bottom: 0839680\r\n", + " right: 092160\r\n", + " top: 0849920\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1098_Sentinel2_081920_0839680_092160_0849920_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1098_Sentinel2_081920_0839680_092160_0849920_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1099-Sentinel2-081920-0849920-092160-0860160\r\n", + " collection: Sentinel2\r\n", + " left: 081920\r\n", + " bottom: 0849920\r\n", + " right: 092160\r\n", + " top: 0860160\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1099_Sentinel2_081920_0849920_092160_0860160_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1099_Sentinel2_081920_0849920_092160_0860160_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1100-Sentinel2-081920-0860160-092160-0870400\r\n", + " collection: Sentinel2\r\n", + " left: 081920\r\n", + " bottom: 0860160\r\n", + " right: 092160\r\n", + " top: 0870400\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1100_Sentinel2_081920_0860160_092160_0870400_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1100_Sentinel2_081920_0860160_092160_0870400_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1101-Sentinel2-081920-0870400-092160-0880640\r\n", + " collection: Sentinel2\r\n", + " left: 081920\r\n", + " bottom: 0870400\r\n", + " right: 092160\r\n", + " top: 0880640\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1101_Sentinel2_081920_0870400_092160_0880640_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1101_Sentinel2_081920_0870400_092160_0880640_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1102-Sentinel2-081920-0880640-092160-0890880\r\n", + " collection: Sentinel2\r\n", + " left: 081920\r\n", + " bottom: 0880640\r\n", + " right: 092160\r\n", + " top: 0890880\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1102_Sentinel2_081920_0880640_092160_0890880_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1102_Sentinel2_081920_0880640_092160_0890880_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1103-Sentinel2-081920-0890880-092160-0901120\r\n", + " collection: Sentinel2\r\n", + " left: 081920\r\n", + " bottom: 0890880\r\n", + " right: 092160\r\n", + " top: 0901120\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1103_Sentinel2_081920_0890880_092160_0901120_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1103_Sentinel2_081920_0890880_092160_0901120_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1104-Sentinel2-081920-0901120-092160-0911360\r\n", + " collection: Sentinel2\r\n", + " left: 081920\r\n", + " bottom: 0901120\r\n", + " right: 092160\r\n", + " top: 0911360\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1104_Sentinel2_081920_0901120_092160_0911360_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1104_Sentinel2_081920_0901120_092160_0911360_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1105-Sentinel2-081920-0911360-092160-0921600\r\n", + " collection: Sentinel2\r\n", + " left: 081920\r\n", + " bottom: 0911360\r\n", + " right: 092160\r\n", + " top: 0921600\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1105_Sentinel2_081920_0911360_092160_0921600_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1105_Sentinel2_081920_0911360_092160_0921600_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1143-Sentinel2-092160-0000000-102400-0010240\r\n", + " collection: Sentinel2\r\n", + " left: 092160\r\n", + " bottom: 0000000\r\n", + " right: 102400\r\n", + " top: 0010240\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1143_Sentinel2_092160_0000000_102400_0010240_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1143_Sentinel2_092160_0000000_102400_0010240_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1144-Sentinel2-092160-0010240-102400-0020480\r\n", + " collection: Sentinel2\r\n", + " left: 092160\r\n", + " bottom: 0010240\r\n", + " right: 102400\r\n", + " top: 0020480\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1144_Sentinel2_092160_0010240_102400_0020480_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1144_Sentinel2_092160_0010240_102400_0020480_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1215-Sentinel2-092160-0737280-102400-0747520\r\n", + " collection: Sentinel2\r\n", + " left: 092160\r\n", + " bottom: 0737280\r\n", + " right: 102400\r\n", + " top: 0747520\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1215_Sentinel2_092160_0737280_102400_0747520_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1215_Sentinel2_092160_0737280_102400_0747520_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1216-Sentinel2-092160-0747520-102400-0757760\r\n", + " collection: Sentinel2\r\n", + " left: 092160\r\n", + " bottom: 0747520\r\n", + " right: 102400\r\n", + " top: 0757760\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1216_Sentinel2_092160_0747520_102400_0757760_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1216_Sentinel2_092160_0747520_102400_0757760_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1226-Sentinel2-092160-0849920-102400-0860160\r\n", + " collection: Sentinel2\r\n", + " left: 092160\r\n", + " bottom: 0849920\r\n", + " right: 102400\r\n", + " top: 0860160\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1226_Sentinel2_092160_0849920_102400_0860160_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1226_Sentinel2_092160_0849920_102400_0860160_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1227-Sentinel2-092160-0860160-102400-0870400\r\n", + " collection: Sentinel2\r\n", + " left: 092160\r\n", + " bottom: 0860160\r\n", + " right: 102400\r\n", + " top: 0870400\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1227_Sentinel2_092160_0860160_102400_0870400_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1227_Sentinel2_092160_0860160_102400_0870400_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1228-Sentinel2-092160-0870400-102400-0880640\r\n", + " collection: Sentinel2\r\n", + " left: 092160\r\n", + " bottom: 0870400\r\n", + " right: 102400\r\n", + " top: 0880640\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1228_Sentinel2_092160_0870400_102400_0880640_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1228_Sentinel2_092160_0870400_102400_0880640_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1229-Sentinel2-092160-0880640-102400-0890880\r\n", + " collection: Sentinel2\r\n", + " left: 092160\r\n", + " bottom: 0880640\r\n", + " right: 102400\r\n", + " top: 0890880\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1229_Sentinel2_092160_0880640_102400_0890880_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1229_Sentinel2_092160_0880640_102400_0890880_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1230-Sentinel2-092160-0890880-102400-0901120\r\n", + " collection: Sentinel2\r\n", + " left: 092160\r\n", + " bottom: 0890880\r\n", + " right: 102400\r\n", + " top: 0901120\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1230_Sentinel2_092160_0890880_102400_0901120_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1230_Sentinel2_092160_0890880_102400_0901120_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1231-Sentinel2-092160-0901120-102400-0911360\r\n", + " collection: Sentinel2\r\n", + " left: 092160\r\n", + " bottom: 0901120\r\n", + " right: 102400\r\n", + " top: 0911360\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1231_Sentinel2_092160_0901120_102400_0911360_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1231_Sentinel2_092160_0901120_102400_0911360_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1232-Sentinel2-092160-0911360-102400-0921600\r\n", + " collection: Sentinel2\r\n", + " left: 092160\r\n", + " bottom: 0911360\r\n", + " right: 102400\r\n", + " top: 0921600\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1232_Sentinel2_092160_0911360_102400_0921600_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1232_Sentinel2_092160_0911360_102400_0921600_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1233-Sentinel2-092160-0921600-102400-0931840\r\n", + " collection: Sentinel2\r\n", + " left: 092160\r\n", + " bottom: 0921600\r\n", + " right: 102400\r\n", + " top: 0931840\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1233_Sentinel2_092160_0921600_102400_0931840_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1233_Sentinel2_092160_0921600_102400_0931840_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1234-Sentinel2-092160-0931840-102400-0942080\r\n", + " collection: Sentinel2\r\n", + " left: 092160\r\n", + " bottom: 0931840\r\n", + " right: 102400\r\n", + " top: 0942080\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1234_Sentinel2_092160_0931840_102400_0942080_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1234_Sentinel2_092160_0931840_102400_0942080_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1272-Sentinel2-102400-0020480-112640-0030720\r\n", + " collection: Sentinel2\r\n", + " left: 102400\r\n", + " bottom: 0020480\r\n", + " right: 112640\r\n", + " top: 0030720\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1272_Sentinel2_102400_0020480_112640_0030720_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1272_Sentinel2_102400_0020480_112640_0030720_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1338-Sentinel2-102400-0696320-112640-0706560\r\n", + " collection: Sentinel2\r\n", + " left: 102400\r\n", + " bottom: 0696320\r\n", + " right: 112640\r\n", + " top: 0706560\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1338_Sentinel2_102400_0696320_112640_0706560_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1338_Sentinel2_102400_0696320_112640_0706560_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1342-Sentinel2-102400-0737280-112640-0747520\r\n", + " collection: Sentinel2\r\n", + " left: 102400\r\n", + " bottom: 0737280\r\n", + " right: 112640\r\n", + " top: 0747520\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1342_Sentinel2_102400_0737280_112640_0747520_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1342_Sentinel2_102400_0737280_112640_0747520_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1343-Sentinel2-102400-0747520-112640-0757760\r\n", + " collection: Sentinel2\r\n", + " left: 102400\r\n", + " bottom: 0747520\r\n", + " right: 112640\r\n", + " top: 0757760\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1343_Sentinel2_102400_0747520_112640_0757760_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1343_Sentinel2_102400_0747520_112640_0757760_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1352-Sentinel2-102400-0839680-112640-0849920\r\n", + " collection: Sentinel2\r\n", + " left: 102400\r\n", + " bottom: 0839680\r\n", + " right: 112640\r\n", + " top: 0849920\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1352_Sentinel2_102400_0839680_112640_0849920_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1352_Sentinel2_102400_0839680_112640_0849920_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1355-Sentinel2-102400-0870400-112640-0880640\r\n", + " collection: Sentinel2\r\n", + " left: 102400\r\n", + " bottom: 0870400\r\n", + " right: 112640\r\n", + " top: 0880640\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1355_Sentinel2_102400_0870400_112640_0880640_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1355_Sentinel2_102400_0870400_112640_0880640_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1356-Sentinel2-102400-0880640-112640-0890880\r\n", + " collection: Sentinel2\r\n", + " left: 102400\r\n", + " bottom: 0880640\r\n", + " right: 112640\r\n", + " top: 0890880\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1356_Sentinel2_102400_0880640_112640_0890880_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1356_Sentinel2_102400_0880640_112640_0890880_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1357-Sentinel2-102400-0890880-112640-0901120\r\n", + " collection: Sentinel2\r\n", + " left: 102400\r\n", + " bottom: 0890880\r\n", + " right: 112640\r\n", + " top: 0901120\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1357_Sentinel2_102400_0890880_112640_0901120_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1357_Sentinel2_102400_0890880_112640_0901120_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1358-Sentinel2-102400-0901120-112640-0911360\r\n", + " collection: Sentinel2\r\n", + " left: 102400\r\n", + " bottom: 0901120\r\n", + " right: 112640\r\n", + " top: 0911360\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1358_Sentinel2_102400_0901120_112640_0911360_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1358_Sentinel2_102400_0901120_112640_0911360_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1359-Sentinel2-102400-0911360-112640-0921600\r\n", + " collection: Sentinel2\r\n", + " left: 102400\r\n", + " bottom: 0911360\r\n", + " right: 112640\r\n", + " top: 0921600\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1359_Sentinel2_102400_0911360_112640_0921600_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1359_Sentinel2_102400_0911360_112640_0921600_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1360-Sentinel2-102400-0921600-112640-0931840\r\n", + " collection: Sentinel2\r\n", + " left: 102400\r\n", + " bottom: 0921600\r\n", + " right: 112640\r\n", + " top: 0931840\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1360_Sentinel2_102400_0921600_112640_0931840_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1360_Sentinel2_102400_0921600_112640_0931840_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1361-Sentinel2-102400-0931840-112640-0942080\r\n", + " collection: Sentinel2\r\n", + " left: 102400\r\n", + " bottom: 0931840\r\n", + " right: 112640\r\n", + " top: 0942080\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1361_Sentinel2_102400_0931840_112640_0942080_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1361_Sentinel2_102400_0931840_112640_0942080_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1362-Sentinel2-102400-0942080-112640-0952320\r\n", + " collection: Sentinel2\r\n", + " left: 102400\r\n", + " bottom: 0942080\r\n", + " right: 112640\r\n", + " top: 0952320\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1362_Sentinel2_102400_0942080_112640_0952320_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1362_Sentinel2_102400_0942080_112640_0952320_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1460-Sentinel2-112640-0645120-122880-0655360\r\n", + " collection: Sentinel2\r\n", + " left: 112640\r\n", + " bottom: 0645120\r\n", + " right: 122880\r\n", + " top: 0655360\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1460_Sentinel2_112640_0645120_122880_0655360_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1460_Sentinel2_112640_0645120_122880_0655360_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1461-Sentinel2-112640-0655360-122880-0665600\r\n", + " collection: Sentinel2\r\n", + " left: 112640\r\n", + " bottom: 0655360\r\n", + " right: 122880\r\n", + " top: 0665600\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1461_Sentinel2_112640_0655360_122880_0665600_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1461_Sentinel2_112640_0655360_122880_0665600_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1462-Sentinel2-112640-0665600-122880-0675840\r\n", + " collection: Sentinel2\r\n", + " left: 112640\r\n", + " bottom: 0665600\r\n", + " right: 122880\r\n", + " top: 0675840\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1462_Sentinel2_112640_0665600_122880_0675840_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1462_Sentinel2_112640_0665600_122880_0675840_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1470-Sentinel2-112640-0747520-122880-0757760\r\n", + " collection: Sentinel2\r\n", + " left: 112640\r\n", + " bottom: 0747520\r\n", + " right: 122880\r\n", + " top: 0757760\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1470_Sentinel2_112640_0747520_122880_0757760_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1470_Sentinel2_112640_0747520_122880_0757760_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1471-Sentinel2-112640-0757760-122880-0768000\r\n", + " collection: Sentinel2\r\n", + " left: 112640\r\n", + " bottom: 0757760\r\n", + " right: 122880\r\n", + " top: 0768000\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1471_Sentinel2_112640_0757760_122880_0768000_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1471_Sentinel2_112640_0757760_122880_0768000_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1474-Sentinel2-112640-0788480-122880-0798720\r\n", + " collection: Sentinel2\r\n", + " left: 112640\r\n", + " bottom: 0788480\r\n", + " right: 122880\r\n", + " top: 0798720\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1474_Sentinel2_112640_0788480_122880_0798720_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1474_Sentinel2_112640_0788480_122880_0798720_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1475-Sentinel2-112640-0798720-122880-0808960\r\n", + " collection: Sentinel2\r\n", + " left: 112640\r\n", + " bottom: 0798720\r\n", + " right: 122880\r\n", + " top: 0808960\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1475_Sentinel2_112640_0798720_122880_0808960_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1475_Sentinel2_112640_0798720_122880_0808960_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1478-Sentinel2-112640-0829440-122880-0839680\r\n", + " collection: Sentinel2\r\n", + " left: 112640\r\n", + " bottom: 0829440\r\n", + " right: 122880\r\n", + " top: 0839680\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1478_Sentinel2_112640_0829440_122880_0839680_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1478_Sentinel2_112640_0829440_122880_0839680_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1479-Sentinel2-112640-0839680-122880-0849920\r\n", + " collection: Sentinel2\r\n", + " left: 112640\r\n", + " bottom: 0839680\r\n", + " right: 122880\r\n", + " top: 0849920\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1479_Sentinel2_112640_0839680_122880_0849920_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1479_Sentinel2_112640_0839680_122880_0849920_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1480-Sentinel2-112640-0849920-122880-0860160\r\n", + " collection: Sentinel2\r\n", + " left: 112640\r\n", + " bottom: 0849920\r\n", + " right: 122880\r\n", + " top: 0860160\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1480_Sentinel2_112640_0849920_122880_0860160_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1480_Sentinel2_112640_0849920_122880_0860160_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1481-Sentinel2-112640-0860160-122880-0870400\r\n", + " collection: Sentinel2\r\n", + " left: 112640\r\n", + " bottom: 0860160\r\n", + " right: 122880\r\n", + " top: 0870400\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1481_Sentinel2_112640_0860160_122880_0870400_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1481_Sentinel2_112640_0860160_122880_0870400_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1483-Sentinel2-112640-0880640-122880-0890880\r\n", + " collection: Sentinel2\r\n", + " left: 112640\r\n", + " bottom: 0880640\r\n", + " right: 122880\r\n", + " top: 0890880\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1483_Sentinel2_112640_0880640_122880_0890880_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1483_Sentinel2_112640_0880640_122880_0890880_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1484-Sentinel2-112640-0890880-122880-0901120\r\n", + " collection: Sentinel2\r\n", + " left: 112640\r\n", + " bottom: 0890880\r\n", + " right: 122880\r\n", + " top: 0901120\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1484_Sentinel2_112640_0890880_122880_0901120_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1484_Sentinel2_112640_0890880_122880_0901120_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1485-Sentinel2-112640-0901120-122880-0911360\r\n", + " collection: Sentinel2\r\n", + " left: 112640\r\n", + " bottom: 0901120\r\n", + " right: 122880\r\n", + " top: 0911360\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1485_Sentinel2_112640_0901120_122880_0911360_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1485_Sentinel2_112640_0901120_122880_0911360_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1486-Sentinel2-112640-0911360-122880-0921600\r\n", + " collection: Sentinel2\r\n", + " left: 112640\r\n", + " bottom: 0911360\r\n", + " right: 122880\r\n", + " top: 0921600\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1486_Sentinel2_112640_0911360_122880_0921600_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1486_Sentinel2_112640_0911360_122880_0921600_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1487-Sentinel2-112640-0921600-122880-0931840\r\n", + " collection: Sentinel2\r\n", + " left: 112640\r\n", + " bottom: 0921600\r\n", + " right: 122880\r\n", + " top: 0931840\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1487_Sentinel2_112640_0921600_122880_0931840_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1487_Sentinel2_112640_0921600_122880_0931840_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1488-Sentinel2-112640-0931840-122880-0942080\r\n", + " collection: Sentinel2\r\n", + " left: 112640\r\n", + " bottom: 0931840\r\n", + " right: 122880\r\n", + " top: 0942080\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1488_Sentinel2_112640_0931840_122880_0942080_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1488_Sentinel2_112640_0931840_122880_0942080_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1489-Sentinel2-112640-0942080-122880-0952320\r\n", + " collection: Sentinel2\r\n", + " left: 112640\r\n", + " bottom: 0942080\r\n", + " right: 122880\r\n", + " top: 0952320\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1489_Sentinel2_112640_0942080_122880_0952320_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1489_Sentinel2_112640_0942080_122880_0952320_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1525-Sentinel2-122880-0010240-133120-0020480\r\n", + " collection: Sentinel2\r\n", + " left: 122880\r\n", + " bottom: 0010240\r\n", + " right: 133120\r\n", + " top: 0020480\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1525_Sentinel2_122880_0010240_133120_0020480_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1525_Sentinel2_122880_0010240_133120_0020480_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1526-Sentinel2-122880-0020480-133120-0030720\r\n", + " collection: Sentinel2\r\n", + " left: 122880\r\n", + " bottom: 0020480\r\n", + " right: 133120\r\n", + " top: 0030720\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1526_Sentinel2_122880_0020480_133120_0030720_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1526_Sentinel2_122880_0020480_133120_0030720_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1586-Sentinel2-122880-0634880-133120-0645120\r\n", + " collection: Sentinel2\r\n", + " left: 122880\r\n", + " bottom: 0634880\r\n", + " right: 133120\r\n", + " top: 0645120\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1586_Sentinel2_122880_0634880_133120_0645120_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1586_Sentinel2_122880_0634880_133120_0645120_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1587-Sentinel2-122880-0645120-133120-0655360\r\n", + " collection: Sentinel2\r\n", + " left: 122880\r\n", + " bottom: 0645120\r\n", + " right: 133120\r\n", + " top: 0655360\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1587_Sentinel2_122880_0645120_133120_0655360_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1587_Sentinel2_122880_0645120_133120_0655360_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1588-Sentinel2-122880-0655360-133120-0665600\r\n", + " collection: Sentinel2\r\n", + " left: 122880\r\n", + " bottom: 0655360\r\n", + " right: 133120\r\n", + " top: 0665600\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1588_Sentinel2_122880_0655360_133120_0665600_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1588_Sentinel2_122880_0655360_133120_0665600_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1589-Sentinel2-122880-0665600-133120-0675840\r\n", + " collection: Sentinel2\r\n", + " left: 122880\r\n", + " bottom: 0665600\r\n", + " right: 133120\r\n", + " top: 0675840\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1589_Sentinel2_122880_0665600_133120_0675840_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1589_Sentinel2_122880_0665600_133120_0675840_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1590-Sentinel2-122880-0675840-133120-0686080\r\n", + " collection: Sentinel2\r\n", + " left: 122880\r\n", + " bottom: 0675840\r\n", + " right: 133120\r\n", + " top: 0686080\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1590_Sentinel2_122880_0675840_133120_0686080_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1590_Sentinel2_122880_0675840_133120_0686080_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1593-Sentinel2-122880-0706560-133120-0716800\r\n", + " collection: Sentinel2\r\n", + " left: 122880\r\n", + " bottom: 0706560\r\n", + " right: 133120\r\n", + " top: 0716800\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1593_Sentinel2_122880_0706560_133120_0716800_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1593_Sentinel2_122880_0706560_133120_0716800_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1594-Sentinel2-122880-0716800-133120-0727040\r\n", + " collection: Sentinel2\r\n", + " left: 122880\r\n", + " bottom: 0716800\r\n", + " right: 133120\r\n", + " top: 0727040\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1594_Sentinel2_122880_0716800_133120_0727040_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1594_Sentinel2_122880_0716800_133120_0727040_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1595-Sentinel2-122880-0727040-133120-0737280\r\n", + " collection: Sentinel2\r\n", + " left: 122880\r\n", + " bottom: 0727040\r\n", + " right: 133120\r\n", + " top: 0737280\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1595_Sentinel2_122880_0727040_133120_0737280_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1595_Sentinel2_122880_0727040_133120_0737280_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1596-Sentinel2-122880-0737280-133120-0747520\r\n", + " collection: Sentinel2\r\n", + " left: 122880\r\n", + " bottom: 0737280\r\n", + " right: 133120\r\n", + " top: 0747520\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1596_Sentinel2_122880_0737280_133120_0747520_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1596_Sentinel2_122880_0737280_133120_0747520_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1597-Sentinel2-122880-0747520-133120-0757760\r\n", + " collection: Sentinel2\r\n", + " left: 122880\r\n", + " bottom: 0747520\r\n", + " right: 133120\r\n", + " top: 0757760\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1597_Sentinel2_122880_0747520_133120_0757760_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1597_Sentinel2_122880_0747520_133120_0757760_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1598-Sentinel2-122880-0757760-133120-0768000\r\n", + " collection: Sentinel2\r\n", + " left: 122880\r\n", + " bottom: 0757760\r\n", + " right: 133120\r\n", + " top: 0768000\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1598_Sentinel2_122880_0757760_133120_0768000_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1598_Sentinel2_122880_0757760_133120_0768000_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1601-Sentinel2-122880-0788480-133120-0798720\r\n", + " collection: Sentinel2\r\n", + " left: 122880\r\n", + " bottom: 0788480\r\n", + " right: 133120\r\n", + " top: 0798720\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1601_Sentinel2_122880_0788480_133120_0798720_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1601_Sentinel2_122880_0788480_133120_0798720_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1602-Sentinel2-122880-0798720-133120-0808960\r\n", + " collection: Sentinel2\r\n", + " left: 122880\r\n", + " bottom: 0798720\r\n", + " right: 133120\r\n", + " top: 0808960\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1602_Sentinel2_122880_0798720_133120_0808960_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1602_Sentinel2_122880_0798720_133120_0808960_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1604-Sentinel2-122880-0819200-133120-0829440\r\n", + " collection: Sentinel2\r\n", + " left: 122880\r\n", + " bottom: 0819200\r\n", + " right: 133120\r\n", + " top: 0829440\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1604_Sentinel2_122880_0819200_133120_0829440_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1604_Sentinel2_122880_0819200_133120_0829440_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1605-Sentinel2-122880-0829440-133120-0839680\r\n", + " collection: Sentinel2\r\n", + " left: 122880\r\n", + " bottom: 0829440\r\n", + " right: 133120\r\n", + " top: 0839680\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1605_Sentinel2_122880_0829440_133120_0839680_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1605_Sentinel2_122880_0829440_133120_0839680_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1606-Sentinel2-122880-0839680-133120-0849920\r\n", + " collection: Sentinel2\r\n", + " left: 122880\r\n", + " bottom: 0839680\r\n", + " right: 133120\r\n", + " top: 0849920\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1606_Sentinel2_122880_0839680_133120_0849920_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1606_Sentinel2_122880_0839680_133120_0849920_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1607-Sentinel2-122880-0849920-133120-0860160\r\n", + " collection: Sentinel2\r\n", + " left: 122880\r\n", + " bottom: 0849920\r\n", + " right: 133120\r\n", + " top: 0860160\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1607_Sentinel2_122880_0849920_133120_0860160_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1607_Sentinel2_122880_0849920_133120_0860160_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1608-Sentinel2-122880-0860160-133120-0870400\r\n", + " collection: Sentinel2\r\n", + " left: 122880\r\n", + " bottom: 0860160\r\n", + " right: 133120\r\n", + " top: 0870400\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1608_Sentinel2_122880_0860160_133120_0870400_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1608_Sentinel2_122880_0860160_133120_0870400_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1611-Sentinel2-122880-0890880-133120-0901120\r\n", + " collection: Sentinel2\r\n", + " left: 122880\r\n", + " bottom: 0890880\r\n", + " right: 133120\r\n", + " top: 0901120\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1611_Sentinel2_122880_0890880_133120_0901120_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1611_Sentinel2_122880_0890880_133120_0901120_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1612-Sentinel2-122880-0901120-133120-0911360\r\n", + " collection: Sentinel2\r\n", + " left: 122880\r\n", + " bottom: 0901120\r\n", + " right: 133120\r\n", + " top: 0911360\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1612_Sentinel2_122880_0901120_133120_0911360_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1612_Sentinel2_122880_0901120_133120_0911360_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1613-Sentinel2-122880-0911360-133120-0921600\r\n", + " collection: Sentinel2\r\n", + " left: 122880\r\n", + " bottom: 0911360\r\n", + " right: 133120\r\n", + " top: 0921600\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1613_Sentinel2_122880_0911360_133120_0921600_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1613_Sentinel2_122880_0911360_133120_0921600_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1614-Sentinel2-122880-0921600-133120-0931840\r\n", + " collection: Sentinel2\r\n", + " left: 122880\r\n", + " bottom: 0921600\r\n", + " right: 133120\r\n", + " top: 0931840\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1614_Sentinel2_122880_0921600_133120_0931840_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1614_Sentinel2_122880_0921600_133120_0931840_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1615-Sentinel2-122880-0931840-133120-0942080\r\n", + " collection: Sentinel2\r\n", + " left: 122880\r\n", + " bottom: 0931840\r\n", + " right: 133120\r\n", + " top: 0942080\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1615_Sentinel2_122880_0931840_133120_0942080_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1615_Sentinel2_122880_0931840_133120_0942080_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1616-Sentinel2-122880-0942080-133120-0952320\r\n", + " collection: Sentinel2\r\n", + " left: 122880\r\n", + " bottom: 0942080\r\n", + " right: 133120\r\n", + " top: 0952320\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1616_Sentinel2_122880_0942080_133120_0952320_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1616_Sentinel2_122880_0942080_133120_0952320_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1652-Sentinel2-133120-0010240-143360-0020480\r\n", + " collection: Sentinel2\r\n", + " left: 133120\r\n", + " bottom: 0010240\r\n", + " right: 143360\r\n", + " top: 0020480\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1652_Sentinel2_133120_0010240_143360_0020480_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1652_Sentinel2_133120_0010240_143360_0020480_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1653-Sentinel2-133120-0020480-143360-0030720\r\n", + " collection: Sentinel2\r\n", + " left: 133120\r\n", + " bottom: 0020480\r\n", + " right: 143360\r\n", + " top: 0030720\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1653_Sentinel2_133120_0020480_143360_0030720_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1653_Sentinel2_133120_0020480_143360_0030720_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1654-Sentinel2-133120-0030720-143360-0040960\r\n", + " collection: Sentinel2\r\n", + " left: 133120\r\n", + " bottom: 0030720\r\n", + " right: 143360\r\n", + " top: 0040960\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1654_Sentinel2_133120_0030720_143360_0040960_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1654_Sentinel2_133120_0030720_143360_0040960_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1713-Sentinel2-133120-0634880-143360-0645120\r\n", + " collection: Sentinel2\r\n", + " left: 133120\r\n", + " bottom: 0634880\r\n", + " right: 143360\r\n", + " top: 0645120\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1713_Sentinel2_133120_0634880_143360_0645120_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1713_Sentinel2_133120_0634880_143360_0645120_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\r\n", + " output_location downloads_output/1714-Sentinel2-133120-0645120-143360-0655360\r\n", + " collection: Sentinel2\r\n", + " left: 133120\r\n", + " bottom: 0645120\r\n", + " right: 143360\r\n", + " top: 0655360\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1714_Sentinel2_133120_0645120_143360_0655360_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1714_Sentinel2_133120_0645120_143360_0655360_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1715-Sentinel2-133120-0655360-143360-0665600\r\n", + " collection: Sentinel2\r\n", + " left: 133120\r\n", + " bottom: 0655360\r\n", + " right: 143360\r\n", + " top: 0665600\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1715_Sentinel2_133120_0655360_143360_0665600_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1715_Sentinel2_133120_0655360_143360_0665600_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1716-Sentinel2-133120-0665600-143360-0675840\r\n", + " collection: Sentinel2\r\n", + " left: 133120\r\n", + " bottom: 0665600\r\n", + " right: 143360\r\n", + " top: 0675840\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1716_Sentinel2_133120_0665600_143360_0675840_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1716_Sentinel2_133120_0665600_143360_0675840_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1717-Sentinel2-133120-0675840-143360-0686080\r\n", + " collection: Sentinel2\r\n", + " left: 133120\r\n", + " bottom: 0675840\r\n", + " right: 143360\r\n", + " top: 0686080\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1717_Sentinel2_133120_0675840_143360_0686080_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1717_Sentinel2_133120_0675840_143360_0686080_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1718-Sentinel2-133120-0686080-143360-0696320\r\n", + " collection: Sentinel2\r\n", + " left: 133120\r\n", + " bottom: 0686080\r\n", + " right: 143360\r\n", + " top: 0696320\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1718_Sentinel2_133120_0686080_143360_0696320_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1718_Sentinel2_133120_0686080_143360_0696320_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1719-Sentinel2-133120-0696320-143360-0706560\r\n", + " collection: Sentinel2\r\n", + " left: 133120\r\n", + " bottom: 0696320\r\n", + " right: 143360\r\n", + " top: 0706560\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1719_Sentinel2_133120_0696320_143360_0706560_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1719_Sentinel2_133120_0696320_143360_0706560_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1720-Sentinel2-133120-0706560-143360-0716800\r\n", + " collection: Sentinel2\r\n", + " left: 133120\r\n", + " bottom: 0706560\r\n", + " right: 143360\r\n", + " top: 0716800\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1720_Sentinel2_133120_0706560_143360_0716800_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1720_Sentinel2_133120_0706560_143360_0716800_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1721-Sentinel2-133120-0716800-143360-0727040\r\n", + " collection: Sentinel2\r\n", + " left: 133120\r\n", + " bottom: 0716800\r\n", + " right: 143360\r\n", + " top: 0727040\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1721_Sentinel2_133120_0716800_143360_0727040_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1721_Sentinel2_133120_0716800_143360_0727040_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1722-Sentinel2-133120-0727040-143360-0737280\r\n", + " collection: Sentinel2\r\n", + " left: 133120\r\n", + " bottom: 0727040\r\n", + " right: 143360\r\n", + " top: 0737280\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1722_Sentinel2_133120_0727040_143360_0737280_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1722_Sentinel2_133120_0727040_143360_0737280_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1723-Sentinel2-133120-0737280-143360-0747520\r\n", + " collection: Sentinel2\r\n", + " left: 133120\r\n", + " bottom: 0737280\r\n", + " right: 143360\r\n", + " top: 0747520\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1723_Sentinel2_133120_0737280_143360_0747520_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1723_Sentinel2_133120_0737280_143360_0747520_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1724-Sentinel2-133120-0747520-143360-0757760\r\n", + " collection: Sentinel2\r\n", + " left: 133120\r\n", + " bottom: 0747520\r\n", + " right: 143360\r\n", + " top: 0757760\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1724_Sentinel2_133120_0747520_143360_0757760_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1724_Sentinel2_133120_0747520_143360_0757760_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1725-Sentinel2-133120-0757760-143360-0768000\r\n", + " collection: Sentinel2\r\n", + " left: 133120\r\n", + " bottom: 0757760\r\n", + " right: 143360\r\n", + " top: 0768000\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1725_Sentinel2_133120_0757760_143360_0768000_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1725_Sentinel2_133120_0757760_143360_0768000_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1726-Sentinel2-133120-0768000-143360-0778240\r\n", + " collection: Sentinel2\r\n", + " left: 133120\r\n", + " bottom: 0768000\r\n", + " right: 143360\r\n", + " top: 0778240\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1726_Sentinel2_133120_0768000_143360_0778240_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1726_Sentinel2_133120_0768000_143360_0778240_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1727-Sentinel2-133120-0778240-143360-0788480\r\n", + " collection: Sentinel2\r\n", + " left: 133120\r\n", + " bottom: 0778240\r\n", + " right: 143360\r\n", + " top: 0788480\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1727_Sentinel2_133120_0778240_143360_0788480_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1727_Sentinel2_133120_0778240_143360_0788480_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1728-Sentinel2-133120-0788480-143360-0798720\r\n", + " collection: Sentinel2\r\n", + " left: 133120\r\n", + " bottom: 0788480\r\n", + " right: 143360\r\n", + " top: 0798720\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1728_Sentinel2_133120_0788480_143360_0798720_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1728_Sentinel2_133120_0788480_143360_0798720_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1729-Sentinel2-133120-0798720-143360-0808960\r\n", + " collection: Sentinel2\r\n", + " left: 133120\r\n", + " bottom: 0798720\r\n", + " right: 143360\r\n", + " top: 0808960\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1729_Sentinel2_133120_0798720_143360_0808960_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1729_Sentinel2_133120_0798720_143360_0808960_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1730-Sentinel2-133120-0808960-143360-0819200\r\n", + " collection: Sentinel2\r\n", + " left: 133120\r\n", + " bottom: 0808960\r\n", + " right: 143360\r\n", + " top: 0819200\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1730_Sentinel2_133120_0808960_143360_0819200_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1730_Sentinel2_133120_0808960_143360_0819200_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1731-Sentinel2-133120-0819200-143360-0829440\r\n", + " collection: Sentinel2\r\n", + " left: 133120\r\n", + " bottom: 0819200\r\n", + " right: 143360\r\n", + " top: 0829440\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1731_Sentinel2_133120_0819200_143360_0829440_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1731_Sentinel2_133120_0819200_143360_0829440_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1732-Sentinel2-133120-0829440-143360-0839680\r\n", + " collection: Sentinel2\r\n", + " left: 133120\r\n", + " bottom: 0829440\r\n", + " right: 143360\r\n", + " top: 0839680\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1732_Sentinel2_133120_0829440_143360_0839680_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1732_Sentinel2_133120_0829440_143360_0839680_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1733-Sentinel2-133120-0839680-143360-0849920\r\n", + " collection: Sentinel2\r\n", + " left: 133120\r\n", + " bottom: 0839680\r\n", + " right: 143360\r\n", + " top: 0849920\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1733_Sentinel2_133120_0839680_143360_0849920_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1733_Sentinel2_133120_0839680_143360_0849920_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1734-Sentinel2-133120-0849920-143360-0860160\r\n", + " collection: Sentinel2\r\n", + " left: 133120\r\n", + " bottom: 0849920\r\n", + " right: 143360\r\n", + " top: 0860160\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1734_Sentinel2_133120_0849920_143360_0860160_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1734_Sentinel2_133120_0849920_143360_0860160_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1735-Sentinel2-133120-0860160-143360-0870400\r\n", + " collection: Sentinel2\r\n", + " left: 133120\r\n", + " bottom: 0860160\r\n", + " right: 143360\r\n", + " top: 0870400\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1735_Sentinel2_133120_0860160_143360_0870400_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1735_Sentinel2_133120_0860160_143360_0870400_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1736-Sentinel2-133120-0870400-143360-0880640\r\n", + " collection: Sentinel2\r\n", + " left: 133120\r\n", + " bottom: 0870400\r\n", + " right: 143360\r\n", + " top: 0880640\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1736_Sentinel2_133120_0870400_143360_0880640_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1736_Sentinel2_133120_0870400_143360_0880640_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1737-Sentinel2-133120-0880640-143360-0890880\r\n", + " collection: Sentinel2\r\n", + " left: 133120\r\n", + " bottom: 0880640\r\n", + " right: 143360\r\n", + " top: 0890880\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1737_Sentinel2_133120_0880640_143360_0890880_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1737_Sentinel2_133120_0880640_143360_0890880_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1738-Sentinel2-133120-0890880-143360-0901120\r\n", + " collection: Sentinel2\r\n", + " left: 133120\r\n", + " bottom: 0890880\r\n", + " right: 143360\r\n", + " top: 0901120\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1738_Sentinel2_133120_0890880_143360_0901120_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1738_Sentinel2_133120_0890880_143360_0901120_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1739-Sentinel2-133120-0901120-143360-0911360\r\n", + " collection: Sentinel2\r\n", + " left: 133120\r\n", + " bottom: 0901120\r\n", + " right: 143360\r\n", + " top: 0911360\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1739_Sentinel2_133120_0901120_143360_0911360_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1739_Sentinel2_133120_0901120_143360_0911360_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1740-Sentinel2-133120-0911360-143360-0921600\r\n", + " collection: Sentinel2\r\n", + " left: 133120\r\n", + " bottom: 0911360\r\n", + " right: 143360\r\n", + " top: 0921600\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1740_Sentinel2_133120_0911360_143360_0921600_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1740_Sentinel2_133120_0911360_143360_0921600_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1741-Sentinel2-133120-0921600-143360-0931840\r\n", + " collection: Sentinel2\r\n", + " left: 133120\r\n", + " bottom: 0921600\r\n", + " right: 143360\r\n", + " top: 0931840\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1741_Sentinel2_133120_0921600_143360_0931840_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1741_Sentinel2_133120_0921600_143360_0931840_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1742-Sentinel2-133120-0931840-143360-0942080\r\n", + " collection: Sentinel2\r\n", + " left: 133120\r\n", + " bottom: 0931840\r\n", + " right: 143360\r\n", + " top: 0942080\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1742_Sentinel2_133120_0931840_143360_0942080_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1742_Sentinel2_133120_0931840_143360_0942080_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1743-Sentinel2-133120-0942080-143360-0952320\r\n", + " collection: Sentinel2\r\n", + " left: 133120\r\n", + " bottom: 0942080\r\n", + " right: 143360\r\n", + " top: 0952320\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1743_Sentinel2_133120_0942080_143360_0952320_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1743_Sentinel2_133120_0942080_143360_0952320_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1744-Sentinel2-133120-0952320-143360-0962560\r\n", + " collection: Sentinel2\r\n", + " left: 133120\r\n", + " bottom: 0952320\r\n", + " right: 143360\r\n", + " top: 0962560\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1744_Sentinel2_133120_0952320_143360_0962560_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1744_Sentinel2_133120_0952320_143360_0962560_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1780-Sentinel2-143360-0020480-153600-0030720\r\n", + " collection: Sentinel2\r\n", + " left: 143360\r\n", + " bottom: 0020480\r\n", + " right: 153600\r\n", + " top: 0030720\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1780_Sentinel2_143360_0020480_153600_0030720_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1780_Sentinel2_143360_0020480_153600_0030720_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1781-Sentinel2-143360-0030720-153600-0040960\r\n", + " collection: Sentinel2\r\n", + " left: 143360\r\n", + " bottom: 0030720\r\n", + " right: 153600\r\n", + " top: 0040960\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1781_Sentinel2_143360_0030720_153600_0040960_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1781_Sentinel2_143360_0030720_153600_0040960_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1782-Sentinel2-143360-0040960-153600-0051200\r\n", + " collection: Sentinel2\r\n", + " left: 143360\r\n", + " bottom: 0040960\r\n", + " right: 153600\r\n", + " top: 0051200\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1782_Sentinel2_143360_0040960_153600_0051200_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1782_Sentinel2_143360_0040960_153600_0051200_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1798-Sentinel2-143360-0204800-153600-0215040\r\n", + " collection: Sentinel2\r\n", + " left: 143360\r\n", + " bottom: 0204800\r\n", + " right: 153600\r\n", + " top: 0215040\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1798_Sentinel2_143360_0204800_153600_0215040_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1798_Sentinel2_143360_0204800_153600_0215040_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1841-Sentinel2-143360-0645120-153600-0655360\r\n", + " collection: Sentinel2\r\n", + " left: 143360\r\n", + " bottom: 0645120\r\n", + " right: 153600\r\n", + " top: 0655360\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1841_Sentinel2_143360_0645120_153600_0655360_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1841_Sentinel2_143360_0645120_153600_0655360_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1842-Sentinel2-143360-0655360-153600-0665600\r\n", + " collection: Sentinel2\r\n", + " left: 143360\r\n", + " bottom: 0655360\r\n", + " right: 153600\r\n", + " top: 0665600\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1842_Sentinel2_143360_0655360_153600_0665600_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1842_Sentinel2_143360_0655360_153600_0665600_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1843-Sentinel2-143360-0665600-153600-0675840\r\n", + " collection: Sentinel2\r\n", + " left: 143360\r\n", + " bottom: 0665600\r\n", + " right: 153600\r\n", + " top: 0675840\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1843_Sentinel2_143360_0665600_153600_0675840_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1843_Sentinel2_143360_0665600_153600_0675840_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1844-Sentinel2-143360-0675840-153600-0686080\r\n", + " collection: Sentinel2\r\n", + " left: 143360\r\n", + " bottom: 0675840\r\n", + " right: 153600\r\n", + " top: 0686080\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1844_Sentinel2_143360_0675840_153600_0686080_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1844_Sentinel2_143360_0675840_153600_0686080_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1845-Sentinel2-143360-0686080-153600-0696320\r\n", + " collection: Sentinel2\r\n", + " left: 143360\r\n", + " bottom: 0686080\r\n", + " right: 153600\r\n", + " top: 0696320\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1845_Sentinel2_143360_0686080_153600_0696320_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1845_Sentinel2_143360_0686080_153600_0696320_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1848-Sentinel2-143360-0716800-153600-0727040\r\n", + " collection: Sentinel2\r\n", + " left: 143360\r\n", + " bottom: 0716800\r\n", + " right: 153600\r\n", + " top: 0727040\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1848_Sentinel2_143360_0716800_153600_0727040_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1848_Sentinel2_143360_0716800_153600_0727040_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1849-Sentinel2-143360-0727040-153600-0737280\r\n", + " collection: Sentinel2\r\n", + " left: 143360\r\n", + " bottom: 0727040\r\n", + " right: 153600\r\n", + " top: 0737280\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1849_Sentinel2_143360_0727040_153600_0737280_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1849_Sentinel2_143360_0727040_153600_0737280_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1850-Sentinel2-143360-0737280-153600-0747520\r\n", + " collection: Sentinel2\r\n", + " left: 143360\r\n", + " bottom: 0737280\r\n", + " right: 153600\r\n", + " top: 0747520\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1850_Sentinel2_143360_0737280_153600_0747520_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1850_Sentinel2_143360_0737280_153600_0747520_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1851-Sentinel2-143360-0747520-153600-0757760\r\n", + " collection: Sentinel2\r\n", + " left: 143360\r\n", + " bottom: 0747520\r\n", + " right: 153600\r\n", + " top: 0757760\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1851_Sentinel2_143360_0747520_153600_0757760_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1851_Sentinel2_143360_0747520_153600_0757760_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1852-Sentinel2-143360-0757760-153600-0768000\r\n", + " collection: Sentinel2\r\n", + " left: 143360\r\n", + " bottom: 0757760\r\n", + " right: 153600\r\n", + " top: 0768000\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1852_Sentinel2_143360_0757760_153600_0768000_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1852_Sentinel2_143360_0757760_153600_0768000_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1853-Sentinel2-143360-0768000-153600-0778240\r\n", + " collection: Sentinel2\r\n", + " left: 143360\r\n", + " bottom: 0768000\r\n", + " right: 153600\r\n", + " top: 0778240\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1853_Sentinel2_143360_0768000_153600_0778240_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1853_Sentinel2_143360_0768000_153600_0778240_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1854-Sentinel2-143360-0778240-153600-0788480\r\n", + " collection: Sentinel2\r\n", + " left: 143360\r\n", + " bottom: 0778240\r\n", + " right: 153600\r\n", + " top: 0788480\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1854_Sentinel2_143360_0778240_153600_0788480_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1854_Sentinel2_143360_0778240_153600_0788480_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1855-Sentinel2-143360-0788480-153600-0798720\r\n", + " collection: Sentinel2\r\n", + " left: 143360\r\n", + " bottom: 0788480\r\n", + " right: 153600\r\n", + " top: 0798720\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1855_Sentinel2_143360_0788480_153600_0798720_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1855_Sentinel2_143360_0788480_153600_0798720_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1857-Sentinel2-143360-0808960-153600-0819200\r\n", + " collection: Sentinel2\r\n", + " left: 143360\r\n", + " bottom: 0808960\r\n", + " right: 153600\r\n", + " top: 0819200\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1857_Sentinel2_143360_0808960_153600_0819200_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1857_Sentinel2_143360_0808960_153600_0819200_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1858-Sentinel2-143360-0819200-153600-0829440\r\n", + " collection: Sentinel2\r\n", + " left: 143360\r\n", + " bottom: 0819200\r\n", + " right: 153600\r\n", + " top: 0829440\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1858_Sentinel2_143360_0819200_153600_0829440_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1858_Sentinel2_143360_0819200_153600_0829440_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1859-Sentinel2-143360-0829440-153600-0839680\r\n", + " collection: Sentinel2\r\n", + " left: 143360\r\n", + " bottom: 0829440\r\n", + " right: 153600\r\n", + " top: 0839680\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1859_Sentinel2_143360_0829440_153600_0839680_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1859_Sentinel2_143360_0829440_153600_0839680_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1860-Sentinel2-143360-0839680-153600-0849920\r\n", + " collection: Sentinel2\r\n", + " left: 143360\r\n", + " bottom: 0839680\r\n", + " right: 153600\r\n", + " top: 0849920\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1860_Sentinel2_143360_0839680_153600_0849920_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1860_Sentinel2_143360_0839680_153600_0849920_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1861-Sentinel2-143360-0849920-153600-0860160\r\n", + " collection: Sentinel2\r\n", + " left: 143360\r\n", + " bottom: 0849920\r\n", + " right: 153600\r\n", + " top: 0860160\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1861_Sentinel2_143360_0849920_153600_0860160_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1861_Sentinel2_143360_0849920_153600_0860160_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1862-Sentinel2-143360-0860160-153600-0870400\r\n", + " collection: Sentinel2\r\n", + " left: 143360\r\n", + " bottom: 0860160\r\n", + " right: 153600\r\n", + " top: 0870400\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1862_Sentinel2_143360_0860160_153600_0870400_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1862_Sentinel2_143360_0860160_153600_0870400_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1863-Sentinel2-143360-0870400-153600-0880640\r\n", + " collection: Sentinel2\r\n", + " left: 143360\r\n", + " bottom: 0870400\r\n", + " right: 153600\r\n", + " top: 0880640\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1863_Sentinel2_143360_0870400_153600_0880640_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1863_Sentinel2_143360_0870400_153600_0880640_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1865-Sentinel2-143360-0890880-153600-0901120\r\n", + " collection: Sentinel2\r\n", + " left: 143360\r\n", + " bottom: 0890880\r\n", + " right: 153600\r\n", + " top: 0901120\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1865_Sentinel2_143360_0890880_153600_0901120_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1865_Sentinel2_143360_0890880_153600_0901120_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1868-Sentinel2-143360-0921600-153600-0931840\r\n", + " collection: Sentinel2\r\n", + " left: 143360\r\n", + " bottom: 0921600\r\n", + " right: 153600\r\n", + " top: 0931840\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1868_Sentinel2_143360_0921600_153600_0931840_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1868_Sentinel2_143360_0921600_153600_0931840_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1869-Sentinel2-143360-0931840-153600-0942080\r\n", + " collection: Sentinel2\r\n", + " left: 143360\r\n", + " bottom: 0931840\r\n", + " right: 153600\r\n", + " top: 0942080\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1869_Sentinel2_143360_0931840_153600_0942080_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1869_Sentinel2_143360_0931840_153600_0942080_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1870-Sentinel2-143360-0942080-153600-0952320\r\n", + " collection: Sentinel2\r\n", + " left: 143360\r\n", + " bottom: 0942080\r\n", + " right: 153600\r\n", + " top: 0952320\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1870_Sentinel2_143360_0942080_153600_0952320_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1870_Sentinel2_143360_0942080_153600_0952320_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1871-Sentinel2-143360-0952320-153600-0962560\r\n", + " collection: Sentinel2\r\n", + " left: 143360\r\n", + " bottom: 0952320\r\n", + " right: 153600\r\n", + " top: 0962560\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1871_Sentinel2_143360_0952320_153600_0962560_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1871_Sentinel2_143360_0952320_153600_0962560_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1872-Sentinel2-143360-0962560-153600-0972800\r\n", + " collection: Sentinel2\r\n", + " left: 143360\r\n", + " bottom: 0962560\r\n", + " right: 153600\r\n", + " top: 0972800\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1872_Sentinel2_143360_0962560_153600_0972800_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1872_Sentinel2_143360_0962560_153600_0972800_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1907-Sentinel2-153600-0020480-163840-0030720\r\n", + " collection: Sentinel2\r\n", + " left: 153600\r\n", + " bottom: 0020480\r\n", + " right: 163840\r\n", + " top: 0030720\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1907_Sentinel2_153600_0020480_163840_0030720_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1907_Sentinel2_153600_0020480_163840_0030720_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1908-Sentinel2-153600-0030720-163840-0040960\r\n", + " collection: Sentinel2\r\n", + " left: 153600\r\n", + " bottom: 0030720\r\n", + " right: 163840\r\n", + " top: 0040960\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1908_Sentinel2_153600_0030720_163840_0040960_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1908_Sentinel2_153600_0030720_163840_0040960_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1909-Sentinel2-153600-0040960-163840-0051200\r\n", + " collection: Sentinel2\r\n", + " left: 153600\r\n", + " bottom: 0040960\r\n", + " right: 163840\r\n", + " top: 0051200\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1909_Sentinel2_153600_0040960_163840_0051200_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1909_Sentinel2_153600_0040960_163840_0051200_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1925-Sentinel2-153600-0204800-163840-0215040\r\n", + " collection: Sentinel2\r\n", + " left: 153600\r\n", + " bottom: 0204800\r\n", + " right: 163840\r\n", + " top: 0215040\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1925_Sentinel2_153600_0204800_163840_0215040_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1925_Sentinel2_153600_0204800_163840_0215040_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1964-Sentinel2-153600-0604160-163840-0614400\r\n", + " collection: Sentinel2\r\n", + " left: 153600\r\n", + " bottom: 0604160\r\n", + " right: 163840\r\n", + " top: 0614400\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1964_Sentinel2_153600_0604160_163840_0614400_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1964_Sentinel2_153600_0604160_163840_0614400_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1965-Sentinel2-153600-0614400-163840-0624640\r\n", + " collection: Sentinel2\r\n", + " left: 153600\r\n", + " bottom: 0614400\r\n", + " right: 163840\r\n", + " top: 0624640\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1965_Sentinel2_153600_0614400_163840_0624640_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1965_Sentinel2_153600_0614400_163840_0624640_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1967-Sentinel2-153600-0634880-163840-0645120\r\n", + " collection: Sentinel2\r\n", + " left: 153600\r\n", + " bottom: 0634880\r\n", + " right: 163840\r\n", + " top: 0645120\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1967_Sentinel2_153600_0634880_163840_0645120_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1967_Sentinel2_153600_0634880_163840_0645120_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1968-Sentinel2-153600-0645120-163840-0655360\r\n", + " collection: Sentinel2\r\n", + " left: 153600\r\n", + " bottom: 0645120\r\n", + " right: 163840\r\n", + " top: 0655360\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1968_Sentinel2_153600_0645120_163840_0655360_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1968_Sentinel2_153600_0645120_163840_0655360_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1969-Sentinel2-153600-0655360-163840-0665600\r\n", + " collection: Sentinel2\r\n", + " left: 153600\r\n", + " bottom: 0655360\r\n", + " right: 163840\r\n", + " top: 0665600\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1969_Sentinel2_153600_0655360_163840_0665600_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1969_Sentinel2_153600_0655360_163840_0665600_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1970-Sentinel2-153600-0665600-163840-0675840\r\n", + " collection: Sentinel2\r\n", + " left: 153600\r\n", + " bottom: 0665600\r\n", + " right: 163840\r\n", + " top: 0675840\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1970_Sentinel2_153600_0665600_163840_0675840_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1970_Sentinel2_153600_0665600_163840_0675840_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1971-Sentinel2-153600-0675840-163840-0686080\r\n", + " collection: Sentinel2\r\n", + " left: 153600\r\n", + " bottom: 0675840\r\n", + " right: 163840\r\n", + " top: 0686080\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1971_Sentinel2_153600_0675840_163840_0686080_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1971_Sentinel2_153600_0675840_163840_0686080_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1972-Sentinel2-153600-0686080-163840-0696320\r\n", + " collection: Sentinel2\r\n", + " left: 153600\r\n", + " bottom: 0686080\r\n", + " right: 163840\r\n", + " top: 0696320\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1972_Sentinel2_153600_0686080_163840_0696320_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1972_Sentinel2_153600_0686080_163840_0696320_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1973-Sentinel2-153600-0696320-163840-0706560\r\n", + " collection: Sentinel2\r\n", + " left: 153600\r\n", + " bottom: 0696320\r\n", + " right: 163840\r\n", + " top: 0706560\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1973_Sentinel2_153600_0696320_163840_0706560_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1973_Sentinel2_153600_0696320_163840_0706560_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1974-Sentinel2-153600-0706560-163840-0716800\r\n", + " collection: Sentinel2\r\n", + " left: 153600\r\n", + " bottom: 0706560\r\n", + " right: 163840\r\n", + " top: 0716800\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1974_Sentinel2_153600_0706560_163840_0716800_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1974_Sentinel2_153600_0706560_163840_0716800_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1975-Sentinel2-153600-0716800-163840-0727040\r\n", + " collection: Sentinel2\r\n", + " left: 153600\r\n", + " bottom: 0716800\r\n", + " right: 163840\r\n", + " top: 0727040\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1975_Sentinel2_153600_0716800_163840_0727040_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1975_Sentinel2_153600_0716800_163840_0727040_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1976-Sentinel2-153600-0727040-163840-0737280\r\n", + " collection: Sentinel2\r\n", + " left: 153600\r\n", + " bottom: 0727040\r\n", + " right: 163840\r\n", + " top: 0737280\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1976_Sentinel2_153600_0727040_163840_0737280_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1976_Sentinel2_153600_0727040_163840_0737280_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1977-Sentinel2-153600-0737280-163840-0747520\r\n", + " collection: Sentinel2\r\n", + " left: 153600\r\n", + " bottom: 0737280\r\n", + " right: 163840\r\n", + " top: 0747520\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1977_Sentinel2_153600_0737280_163840_0747520_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1977_Sentinel2_153600_0737280_163840_0747520_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1978-Sentinel2-153600-0747520-163840-0757760\r\n", + " collection: Sentinel2\r\n", + " left: 153600\r\n", + " bottom: 0747520\r\n", + " right: 163840\r\n", + " top: 0757760\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1978_Sentinel2_153600_0747520_163840_0757760_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1978_Sentinel2_153600_0747520_163840_0757760_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1979-Sentinel2-153600-0757760-163840-0768000\r\n", + " collection: Sentinel2\r\n", + " left: 153600\r\n", + " bottom: 0757760\r\n", + " right: 163840\r\n", + " top: 0768000\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1979_Sentinel2_153600_0757760_163840_0768000_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1979_Sentinel2_153600_0757760_163840_0768000_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1980-Sentinel2-153600-0768000-163840-0778240\r\n", + " collection: Sentinel2\r\n", + " left: 153600\r\n", + " bottom: 0768000\r\n", + " right: 163840\r\n", + " top: 0778240\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1980_Sentinel2_153600_0768000_163840_0778240_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1980_Sentinel2_153600_0768000_163840_0778240_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1981-Sentinel2-153600-0778240-163840-0788480\r\n", + " collection: Sentinel2\r\n", + " left: 153600\r\n", + " bottom: 0778240\r\n", + " right: 163840\r\n", + " top: 0788480\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1981_Sentinel2_153600_0778240_163840_0788480_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1981_Sentinel2_153600_0778240_163840_0788480_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1983-Sentinel2-153600-0798720-163840-0808960\r\n", + " collection: Sentinel2\r\n", + " left: 153600\r\n", + " bottom: 0798720\r\n", + " right: 163840\r\n", + " top: 0808960\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1983_Sentinel2_153600_0798720_163840_0808960_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1983_Sentinel2_153600_0798720_163840_0808960_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1984-Sentinel2-153600-0808960-163840-0819200\r\n", + " collection: Sentinel2\r\n", + " left: 153600\r\n", + " bottom: 0808960\r\n", + " right: 163840\r\n", + " top: 0819200\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1984_Sentinel2_153600_0808960_163840_0819200_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1984_Sentinel2_153600_0808960_163840_0819200_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1985-Sentinel2-153600-0819200-163840-0829440\r\n", + " collection: Sentinel2\r\n", + " left: 153600\r\n", + " bottom: 0819200\r\n", + " right: 163840\r\n", + " top: 0829440\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1985_Sentinel2_153600_0819200_163840_0829440_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1985_Sentinel2_153600_0819200_163840_0829440_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1986-Sentinel2-153600-0829440-163840-0839680\r\n", + " collection: Sentinel2\r\n", + " left: 153600\r\n", + " bottom: 0829440\r\n", + " right: 163840\r\n", + " top: 0839680\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1986_Sentinel2_153600_0829440_163840_0839680_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1986_Sentinel2_153600_0829440_163840_0839680_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1987-Sentinel2-153600-0839680-163840-0849920\r\n", + " collection: Sentinel2\r\n", + " left: 153600\r\n", + " bottom: 0839680\r\n", + " right: 163840\r\n", + " top: 0849920\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1987_Sentinel2_153600_0839680_163840_0849920_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1987_Sentinel2_153600_0839680_163840_0849920_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1988-Sentinel2-153600-0849920-163840-0860160\r\n", + " collection: Sentinel2\r\n", + " left: 153600\r\n", + " bottom: 0849920\r\n", + " right: 163840\r\n", + " top: 0860160\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1988_Sentinel2_153600_0849920_163840_0860160_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1988_Sentinel2_153600_0849920_163840_0860160_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1989-Sentinel2-153600-0860160-163840-0870400\r\n", + " collection: Sentinel2\r\n", + " left: 153600\r\n", + " bottom: 0860160\r\n", + " right: 163840\r\n", + " top: 0870400\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1989_Sentinel2_153600_0860160_163840_0870400_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1989_Sentinel2_153600_0860160_163840_0870400_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1995-Sentinel2-153600-0921600-163840-0931840\r\n", + " collection: Sentinel2\r\n", + " left: 153600\r\n", + " bottom: 0921600\r\n", + " right: 163840\r\n", + " top: 0931840\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1995_Sentinel2_153600_0921600_163840_0931840_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1995_Sentinel2_153600_0921600_163840_0931840_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1996-Sentinel2-153600-0931840-163840-0942080\r\n", + " collection: Sentinel2\r\n", + " left: 153600\r\n", + " bottom: 0931840\r\n", + " right: 163840\r\n", + " top: 0942080\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1996_Sentinel2_153600_0931840_163840_0942080_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1996_Sentinel2_153600_0931840_163840_0942080_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1997-Sentinel2-153600-0942080-163840-0952320\r\n", + " collection: Sentinel2\r\n", + " left: 153600\r\n", + " bottom: 0942080\r\n", + " right: 163840\r\n", + " top: 0952320\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1997_Sentinel2_153600_0942080_163840_0952320_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1997_Sentinel2_153600_0942080_163840_0952320_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1998-Sentinel2-153600-0952320-163840-0962560\r\n", + " collection: Sentinel2\r\n", + " left: 153600\r\n", + " bottom: 0952320\r\n", + " right: 163840\r\n", + " top: 0962560\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1998_Sentinel2_153600_0952320_163840_0962560_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1998_Sentinel2_153600_0952320_163840_0962560_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/1999-Sentinel2-153600-0962560-163840-0972800\r\n", + " collection: Sentinel2\r\n", + " left: 153600\r\n", + " bottom: 0962560\r\n", + " right: 163840\r\n", + " top: 0972800\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_1999_Sentinel2_153600_0962560_163840_0972800_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_1999_Sentinel2_153600_0962560_163840_0972800_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2005-Sentinel2-153600-1024000-163840-1034240\r\n", + " collection: Sentinel2\r\n", + " left: 153600\r\n", + " bottom: 1024000\r\n", + " right: 163840\r\n", + " top: 1034240\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2005_Sentinel2_153600_1024000_163840_1034240_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2005_Sentinel2_153600_1024000_163840_1034240_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2033-Sentinel2-163840-0010240-174080-0020480\r\n", + " collection: Sentinel2\r\n", + " left: 163840\r\n", + " bottom: 0010240\r\n", + " right: 174080\r\n", + " top: 0020480\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2033_Sentinel2_163840_0010240_174080_0020480_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2033_Sentinel2_163840_0010240_174080_0020480_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2034-Sentinel2-163840-0020480-174080-0030720\r\n", + " collection: Sentinel2\r\n", + " left: 163840\r\n", + " bottom: 0020480\r\n", + " right: 174080\r\n", + " top: 0030720\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2034_Sentinel2_163840_0020480_174080_0030720_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2034_Sentinel2_163840_0020480_174080_0030720_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2035-Sentinel2-163840-0030720-174080-0040960\r\n", + " collection: Sentinel2\r\n", + " left: 163840\r\n", + " bottom: 0030720\r\n", + " right: 174080\r\n", + " top: 0040960\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2035_Sentinel2_163840_0030720_174080_0040960_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2035_Sentinel2_163840_0030720_174080_0040960_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2036-Sentinel2-163840-0040960-174080-0051200\r\n", + " collection: Sentinel2\r\n", + " left: 163840\r\n", + " bottom: 0040960\r\n", + " right: 174080\r\n", + " top: 0051200\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2036_Sentinel2_163840_0040960_174080_0051200_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2036_Sentinel2_163840_0040960_174080_0051200_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2037-Sentinel2-163840-0051200-174080-0061440\r\n", + " collection: Sentinel2\r\n", + " left: 163840\r\n", + " bottom: 0051200\r\n", + " right: 174080\r\n", + " top: 0061440\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2037_Sentinel2_163840_0051200_174080_0061440_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2037_Sentinel2_163840_0051200_174080_0061440_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2051-Sentinel2-163840-0194560-174080-0204800\r\n", + " collection: Sentinel2\r\n", + " left: 163840\r\n", + " bottom: 0194560\r\n", + " right: 174080\r\n", + " top: 0204800\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2051_Sentinel2_163840_0194560_174080_0204800_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2051_Sentinel2_163840_0194560_174080_0204800_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2052-Sentinel2-163840-0204800-174080-0215040\r\n", + " collection: Sentinel2\r\n", + " left: 163840\r\n", + " bottom: 0204800\r\n", + " right: 174080\r\n", + " top: 0215040\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2052_Sentinel2_163840_0204800_174080_0215040_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2052_Sentinel2_163840_0204800_174080_0215040_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2053-Sentinel2-163840-0215040-174080-0225280\r\n", + " collection: Sentinel2\r\n", + " left: 163840\r\n", + " bottom: 0215040\r\n", + " right: 174080\r\n", + " top: 0225280\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2053_Sentinel2_163840_0215040_174080_0225280_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2053_Sentinel2_163840_0215040_174080_0225280_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2054-Sentinel2-163840-0225280-174080-0235520\r\n", + " collection: Sentinel2\r\n", + " left: 163840\r\n", + " bottom: 0225280\r\n", + " right: 174080\r\n", + " top: 0235520\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2054_Sentinel2_163840_0225280_174080_0235520_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2054_Sentinel2_163840_0225280_174080_0235520_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2090-Sentinel2-163840-0593920-174080-0604160\r\n", + " collection: Sentinel2\r\n", + " left: 163840\r\n", + " bottom: 0593920\r\n", + " right: 174080\r\n", + " top: 0604160\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2090_Sentinel2_163840_0593920_174080_0604160_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2090_Sentinel2_163840_0593920_174080_0604160_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2091-Sentinel2-163840-0604160-174080-0614400\r\n", + " collection: Sentinel2\r\n", + " left: 163840\r\n", + " bottom: 0604160\r\n", + " right: 174080\r\n", + " top: 0614400\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2091_Sentinel2_163840_0604160_174080_0614400_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2091_Sentinel2_163840_0604160_174080_0614400_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2092-Sentinel2-163840-0614400-174080-0624640\r\n", + " collection: Sentinel2\r\n", + " left: 163840\r\n", + " bottom: 0614400\r\n", + " right: 174080\r\n", + " top: 0624640\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2092_Sentinel2_163840_0614400_174080_0624640_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2092_Sentinel2_163840_0614400_174080_0624640_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2093-Sentinel2-163840-0624640-174080-0634880\r\n", + " collection: Sentinel2\r\n", + " left: 163840\r\n", + " bottom: 0624640\r\n", + " right: 174080\r\n", + " top: 0634880\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2093_Sentinel2_163840_0624640_174080_0634880_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2093_Sentinel2_163840_0624640_174080_0634880_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2094-Sentinel2-163840-0634880-174080-0645120\r\n", + " collection: Sentinel2\r\n", + " left: 163840\r\n", + " bottom: 0634880\r\n", + " right: 174080\r\n", + " top: 0645120\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2094_Sentinel2_163840_0634880_174080_0645120_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2094_Sentinel2_163840_0634880_174080_0645120_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2095-Sentinel2-163840-0645120-174080-0655360\r\n", + " collection: Sentinel2\r\n", + " left: 163840\r\n", + " bottom: 0645120\r\n", + " right: 174080\r\n", + " top: 0655360\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2095_Sentinel2_163840_0645120_174080_0655360_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2095_Sentinel2_163840_0645120_174080_0655360_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2096-Sentinel2-163840-0655360-174080-0665600\r\n", + " collection: Sentinel2\r\n", + " left: 163840\r\n", + " bottom: 0655360\r\n", + " right: 174080\r\n", + " top: 0665600\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2096_Sentinel2_163840_0655360_174080_0665600_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2096_Sentinel2_163840_0655360_174080_0665600_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2097-Sentinel2-163840-0665600-174080-0675840\r\n", + " collection: Sentinel2\r\n", + " left: 163840\r\n", + " bottom: 0665600\r\n", + " right: 174080\r\n", + " top: 0675840\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2097_Sentinel2_163840_0665600_174080_0675840_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2097_Sentinel2_163840_0665600_174080_0675840_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2098-Sentinel2-163840-0675840-174080-0686080\r\n", + " collection: Sentinel2\r\n", + " left: 163840\r\n", + " bottom: 0675840\r\n", + " right: 174080\r\n", + " top: 0686080\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2098_Sentinel2_163840_0675840_174080_0686080_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2098_Sentinel2_163840_0675840_174080_0686080_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2099-Sentinel2-163840-0686080-174080-0696320\r\n", + " collection: Sentinel2\r\n", + " left: 163840\r\n", + " bottom: 0686080\r\n", + " right: 174080\r\n", + " top: 0696320\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2099_Sentinel2_163840_0686080_174080_0696320_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2099_Sentinel2_163840_0686080_174080_0696320_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2100-Sentinel2-163840-0696320-174080-0706560\r\n", + " collection: Sentinel2\r\n", + " left: 163840\r\n", + " bottom: 0696320\r\n", + " right: 174080\r\n", + " top: 0706560\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2100_Sentinel2_163840_0696320_174080_0706560_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2100_Sentinel2_163840_0696320_174080_0706560_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2101-Sentinel2-163840-0706560-174080-0716800\r\n", + " collection: Sentinel2\r\n", + " left: 163840\r\n", + " bottom: 0706560\r\n", + " right: 174080\r\n", + " top: 0716800\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2101_Sentinel2_163840_0706560_174080_0716800_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2101_Sentinel2_163840_0706560_174080_0716800_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2102-Sentinel2-163840-0716800-174080-0727040\r\n", + " collection: Sentinel2\r\n", + " left: 163840\r\n", + " bottom: 0716800\r\n", + " right: 174080\r\n", + " top: 0727040\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2102_Sentinel2_163840_0716800_174080_0727040_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2102_Sentinel2_163840_0716800_174080_0727040_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2103-Sentinel2-163840-0727040-174080-0737280\r\n", + " collection: Sentinel2\r\n", + " left: 163840\r\n", + " bottom: 0727040\r\n", + " right: 174080\r\n", + " top: 0737280\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2103_Sentinel2_163840_0727040_174080_0737280_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2103_Sentinel2_163840_0727040_174080_0737280_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2104-Sentinel2-163840-0737280-174080-0747520\r\n", + " collection: Sentinel2\r\n", + " left: 163840\r\n", + " bottom: 0737280\r\n", + " right: 174080\r\n", + " top: 0747520\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2104_Sentinel2_163840_0737280_174080_0747520_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2104_Sentinel2_163840_0737280_174080_0747520_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2105-Sentinel2-163840-0747520-174080-0757760\r\n", + " collection: Sentinel2\r\n", + " left: 163840\r\n", + " bottom: 0747520\r\n", + " right: 174080\r\n", + " top: 0757760\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2105_Sentinel2_163840_0747520_174080_0757760_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2105_Sentinel2_163840_0747520_174080_0757760_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2106-Sentinel2-163840-0757760-174080-0768000\r\n", + " collection: Sentinel2\r\n", + " left: 163840\r\n", + " bottom: 0757760\r\n", + " right: 174080\r\n", + " top: 0768000\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2106_Sentinel2_163840_0757760_174080_0768000_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2106_Sentinel2_163840_0757760_174080_0768000_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2107-Sentinel2-163840-0768000-174080-0778240\r\n", + " collection: Sentinel2\r\n", + " left: 163840\r\n", + " bottom: 0768000\r\n", + " right: 174080\r\n", + " top: 0778240\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2107_Sentinel2_163840_0768000_174080_0778240_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2107_Sentinel2_163840_0768000_174080_0778240_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2108-Sentinel2-163840-0778240-174080-0788480\r\n", + " collection: Sentinel2\r\n", + " left: 163840\r\n", + " bottom: 0778240\r\n", + " right: 174080\r\n", + " top: 0788480\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2108_Sentinel2_163840_0778240_174080_0788480_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2108_Sentinel2_163840_0778240_174080_0788480_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2109-Sentinel2-163840-0788480-174080-0798720\r\n", + " collection: Sentinel2\r\n", + " left: 163840\r\n", + " bottom: 0788480\r\n", + " right: 174080\r\n", + " top: 0798720\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2109_Sentinel2_163840_0788480_174080_0798720_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2109_Sentinel2_163840_0788480_174080_0798720_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2110-Sentinel2-163840-0798720-174080-0808960\r\n", + " collection: Sentinel2\r\n", + " left: 163840\r\n", + " bottom: 0798720\r\n", + " right: 174080\r\n", + " top: 0808960\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2110_Sentinel2_163840_0798720_174080_0808960_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2110_Sentinel2_163840_0798720_174080_0808960_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2111-Sentinel2-163840-0808960-174080-0819200\r\n", + " collection: Sentinel2\r\n", + " left: 163840\r\n", + " bottom: 0808960\r\n", + " right: 174080\r\n", + " top: 0819200\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2111_Sentinel2_163840_0808960_174080_0819200_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2111_Sentinel2_163840_0808960_174080_0819200_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2112-Sentinel2-163840-0819200-174080-0829440\r\n", + " collection: Sentinel2\r\n", + " left: 163840\r\n", + " bottom: 0819200\r\n", + " right: 174080\r\n", + " top: 0829440\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2112_Sentinel2_163840_0819200_174080_0829440_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2112_Sentinel2_163840_0819200_174080_0829440_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2113-Sentinel2-163840-0829440-174080-0839680\r\n", + " collection: Sentinel2\r\n", + " left: 163840\r\n", + " bottom: 0829440\r\n", + " right: 174080\r\n", + " top: 0839680\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2113_Sentinel2_163840_0829440_174080_0839680_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2113_Sentinel2_163840_0829440_174080_0839680_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2114-Sentinel2-163840-0839680-174080-0849920\r\n", + " collection: Sentinel2\r\n", + " left: 163840\r\n", + " bottom: 0839680\r\n", + " right: 174080\r\n", + " top: 0849920\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2114_Sentinel2_163840_0839680_174080_0849920_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2114_Sentinel2_163840_0839680_174080_0849920_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2115-Sentinel2-163840-0849920-174080-0860160\r\n", + " collection: Sentinel2\r\n", + " left: 163840\r\n", + " bottom: 0849920\r\n", + " right: 174080\r\n", + " top: 0860160\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2115_Sentinel2_163840_0849920_174080_0860160_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2115_Sentinel2_163840_0849920_174080_0860160_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2116-Sentinel2-163840-0860160-174080-0870400\r\n", + " collection: Sentinel2\r\n", + " left: 163840\r\n", + " bottom: 0860160\r\n", + " right: 174080\r\n", + " top: 0870400\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2116_Sentinel2_163840_0860160_174080_0870400_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2116_Sentinel2_163840_0860160_174080_0870400_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2117-Sentinel2-163840-0870400-174080-0880640\r\n", + " collection: Sentinel2\r\n", + " left: 163840\r\n", + " bottom: 0870400\r\n", + " right: 174080\r\n", + " top: 0880640\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2117_Sentinel2_163840_0870400_174080_0880640_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2117_Sentinel2_163840_0870400_174080_0880640_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2118-Sentinel2-163840-0880640-174080-0890880\r\n", + " collection: Sentinel2\r\n", + " left: 163840\r\n", + " bottom: 0880640\r\n", + " right: 174080\r\n", + " top: 0890880\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2118_Sentinel2_163840_0880640_174080_0890880_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2118_Sentinel2_163840_0880640_174080_0890880_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2119-Sentinel2-163840-0890880-174080-0901120\r\n", + " collection: Sentinel2\r\n", + " left: 163840\r\n", + " bottom: 0890880\r\n", + " right: 174080\r\n", + " top: 0901120\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2119_Sentinel2_163840_0890880_174080_0901120_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2119_Sentinel2_163840_0890880_174080_0901120_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2160-Sentinel2-174080-0010240-184320-0020480\r\n", + " collection: Sentinel2\r\n", + " left: 174080\r\n", + " bottom: 0010240\r\n", + " right: 184320\r\n", + " top: 0020480\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2160_Sentinel2_174080_0010240_184320_0020480_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2160_Sentinel2_174080_0010240_184320_0020480_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2161-Sentinel2-174080-0020480-184320-0030720\r\n", + " collection: Sentinel2\r\n", + " left: 174080\r\n", + " bottom: 0020480\r\n", + " right: 184320\r\n", + " top: 0030720\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2161_Sentinel2_174080_0020480_184320_0030720_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2161_Sentinel2_174080_0020480_184320_0030720_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2162-Sentinel2-174080-0030720-184320-0040960\r\n", + " collection: Sentinel2\r\n", + " left: 174080\r\n", + " bottom: 0030720\r\n", + " right: 184320\r\n", + " top: 0040960\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2162_Sentinel2_174080_0030720_184320_0040960_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2162_Sentinel2_174080_0030720_184320_0040960_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2163-Sentinel2-174080-0040960-184320-0051200\r\n", + " collection: Sentinel2\r\n", + " left: 174080\r\n", + " bottom: 0040960\r\n", + " right: 184320\r\n", + " top: 0051200\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2163_Sentinel2_174080_0040960_184320_0051200_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2163_Sentinel2_174080_0040960_184320_0051200_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2164-Sentinel2-174080-0051200-184320-0061440\r\n", + " collection: Sentinel2\r\n", + " left: 174080\r\n", + " bottom: 0051200\r\n", + " right: 184320\r\n", + " top: 0061440\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2164_Sentinel2_174080_0051200_184320_0061440_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2164_Sentinel2_174080_0051200_184320_0061440_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2165-Sentinel2-174080-0061440-184320-0071680\r\n", + " collection: Sentinel2\r\n", + " left: 174080\r\n", + " bottom: 0061440\r\n", + " right: 184320\r\n", + " top: 0071680\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2165_Sentinel2_174080_0061440_184320_0071680_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2165_Sentinel2_174080_0061440_184320_0071680_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2166-Sentinel2-174080-0071680-184320-0081920\r\n", + " collection: Sentinel2\r\n", + " left: 174080\r\n", + " bottom: 0071680\r\n", + " right: 184320\r\n", + " top: 0081920\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2166_Sentinel2_174080_0071680_184320_0081920_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2166_Sentinel2_174080_0071680_184320_0081920_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2178-Sentinel2-174080-0194560-184320-0204800\r\n", + " collection: Sentinel2\r\n", + " left: 174080\r\n", + " bottom: 0194560\r\n", + " right: 184320\r\n", + " top: 0204800\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2178_Sentinel2_174080_0194560_184320_0204800_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2178_Sentinel2_174080_0194560_184320_0204800_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2179-Sentinel2-174080-0204800-184320-0215040\r\n", + " collection: Sentinel2\r\n", + " left: 174080\r\n", + " bottom: 0204800\r\n", + " right: 184320\r\n", + " top: 0215040\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2179_Sentinel2_174080_0204800_184320_0215040_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2179_Sentinel2_174080_0204800_184320_0215040_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2180-Sentinel2-174080-0215040-184320-0225280\r\n", + " collection: Sentinel2\r\n", + " left: 174080\r\n", + " bottom: 0215040\r\n", + " right: 184320\r\n", + " top: 0225280\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2180_Sentinel2_174080_0215040_184320_0225280_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2180_Sentinel2_174080_0215040_184320_0225280_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2181-Sentinel2-174080-0225280-184320-0235520\r\n", + " collection: Sentinel2\r\n", + " left: 174080\r\n", + " bottom: 0225280\r\n", + " right: 184320\r\n", + " top: 0235520\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2181_Sentinel2_174080_0225280_184320_0235520_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2181_Sentinel2_174080_0225280_184320_0235520_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2218-Sentinel2-174080-0604160-184320-0614400\r\n", + " collection: Sentinel2\r\n", + " left: 174080\r\n", + " bottom: 0604160\r\n", + " right: 184320\r\n", + " top: 0614400\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2218_Sentinel2_174080_0604160_184320_0614400_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2218_Sentinel2_174080_0604160_184320_0614400_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2219-Sentinel2-174080-0614400-184320-0624640\r\n", + " collection: Sentinel2\r\n", + " left: 174080\r\n", + " bottom: 0614400\r\n", + " right: 184320\r\n", + " top: 0624640\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2219_Sentinel2_174080_0614400_184320_0624640_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2219_Sentinel2_174080_0614400_184320_0624640_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2220-Sentinel2-174080-0624640-184320-0634880\r\n", + " collection: Sentinel2\r\n", + " left: 174080\r\n", + " bottom: 0624640\r\n", + " right: 184320\r\n", + " top: 0634880\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2220_Sentinel2_174080_0624640_184320_0634880_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2220_Sentinel2_174080_0624640_184320_0634880_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2221-Sentinel2-174080-0634880-184320-0645120\r\n", + " collection: Sentinel2\r\n", + " left: 174080\r\n", + " bottom: 0634880\r\n", + " right: 184320\r\n", + " top: 0645120\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2221_Sentinel2_174080_0634880_184320_0645120_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2221_Sentinel2_174080_0634880_184320_0645120_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2222-Sentinel2-174080-0645120-184320-0655360\r\n", + " collection: Sentinel2\r\n", + " left: 174080\r\n", + " bottom: 0645120\r\n", + " right: 184320\r\n", + " top: 0655360\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2222_Sentinel2_174080_0645120_184320_0655360_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2222_Sentinel2_174080_0645120_184320_0655360_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2223-Sentinel2-174080-0655360-184320-0665600\r\n", + " collection: Sentinel2\r\n", + " left: 174080\r\n", + " bottom: 0655360\r\n", + " right: 184320\r\n", + " top: 0665600\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2223_Sentinel2_174080_0655360_184320_0665600_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2223_Sentinel2_174080_0655360_184320_0665600_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2224-Sentinel2-174080-0665600-184320-0675840\r\n", + " collection: Sentinel2\r\n", + " left: 174080\r\n", + " bottom: 0665600\r\n", + " right: 184320\r\n", + " top: 0675840\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2224_Sentinel2_174080_0665600_184320_0675840_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2224_Sentinel2_174080_0665600_184320_0675840_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2225-Sentinel2-174080-0675840-184320-0686080\r\n", + " collection: Sentinel2\r\n", + " left: 174080\r\n", + " bottom: 0675840\r\n", + " right: 184320\r\n", + " top: 0686080\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2225_Sentinel2_174080_0675840_184320_0686080_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2225_Sentinel2_174080_0675840_184320_0686080_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2226-Sentinel2-174080-0686080-184320-0696320\r\n", + " collection: Sentinel2\r\n", + " left: 174080\r\n", + " bottom: 0686080\r\n", + " right: 184320\r\n", + " top: 0696320\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2226_Sentinel2_174080_0686080_184320_0696320_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2226_Sentinel2_174080_0686080_184320_0696320_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2227-Sentinel2-174080-0696320-184320-0706560\r\n", + " collection: Sentinel2\r\n", + " left: 174080\r\n", + " bottom: 0696320\r\n", + " right: 184320\r\n", + " top: 0706560\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2227_Sentinel2_174080_0696320_184320_0706560_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2227_Sentinel2_174080_0696320_184320_0706560_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2228-Sentinel2-174080-0706560-184320-0716800\r\n", + " collection: Sentinel2\r\n", + " left: 174080\r\n", + " bottom: 0706560\r\n", + " right: 184320\r\n", + " top: 0716800\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2228_Sentinel2_174080_0706560_184320_0716800_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2228_Sentinel2_174080_0706560_184320_0716800_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2229-Sentinel2-174080-0716800-184320-0727040\r\n", + " collection: Sentinel2\r\n", + " left: 174080\r\n", + " bottom: 0716800\r\n", + " right: 184320\r\n", + " top: 0727040\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2229_Sentinel2_174080_0716800_184320_0727040_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2229_Sentinel2_174080_0716800_184320_0727040_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2230-Sentinel2-174080-0727040-184320-0737280\r\n", + " collection: Sentinel2\r\n", + " left: 174080\r\n", + " bottom: 0727040\r\n", + " right: 184320\r\n", + " top: 0737280\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2230_Sentinel2_174080_0727040_184320_0737280_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2230_Sentinel2_174080_0727040_184320_0737280_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2231-Sentinel2-174080-0737280-184320-0747520\r\n", + " collection: Sentinel2\r\n", + " left: 174080\r\n", + " bottom: 0737280\r\n", + " right: 184320\r\n", + " top: 0747520\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2231_Sentinel2_174080_0737280_184320_0747520_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2231_Sentinel2_174080_0737280_184320_0747520_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2232-Sentinel2-174080-0747520-184320-0757760\r\n", + " collection: Sentinel2\r\n", + " left: 174080\r\n", + " bottom: 0747520\r\n", + " right: 184320\r\n", + " top: 0757760\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2232_Sentinel2_174080_0747520_184320_0757760_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2232_Sentinel2_174080_0747520_184320_0757760_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2233-Sentinel2-174080-0757760-184320-0768000\r\n", + " collection: Sentinel2\r\n", + " left: 174080\r\n", + " bottom: 0757760\r\n", + " right: 184320\r\n", + " top: 0768000\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2233_Sentinel2_174080_0757760_184320_0768000_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2233_Sentinel2_174080_0757760_184320_0768000_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2234-Sentinel2-174080-0768000-184320-0778240\r\n", + " collection: Sentinel2\r\n", + " left: 174080\r\n", + " bottom: 0768000\r\n", + " right: 184320\r\n", + " top: 0778240\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2234_Sentinel2_174080_0768000_184320_0778240_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2234_Sentinel2_174080_0768000_184320_0778240_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2235-Sentinel2-174080-0778240-184320-0788480\r\n", + " collection: Sentinel2\r\n", + " left: 174080\r\n", + " bottom: 0778240\r\n", + " right: 184320\r\n", + " top: 0788480\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2235_Sentinel2_174080_0778240_184320_0788480_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2235_Sentinel2_174080_0778240_184320_0788480_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2236-Sentinel2-174080-0788480-184320-0798720\r\n", + " collection: Sentinel2\r\n", + " left: 174080\r\n", + " bottom: 0788480\r\n", + " right: 184320\r\n", + " top: 0798720\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2236_Sentinel2_174080_0788480_184320_0798720_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2236_Sentinel2_174080_0788480_184320_0798720_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2237-Sentinel2-174080-0798720-184320-0808960\r\n", + " collection: Sentinel2\r\n", + " left: 174080\r\n", + " bottom: 0798720\r\n", + " right: 184320\r\n", + " top: 0808960\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2237_Sentinel2_174080_0798720_184320_0808960_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2237_Sentinel2_174080_0798720_184320_0808960_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2238-Sentinel2-174080-0808960-184320-0819200\r\n", + " collection: Sentinel2\r\n", + " left: 174080\r\n", + " bottom: 0808960\r\n", + " right: 184320\r\n", + " top: 0819200\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2238_Sentinel2_174080_0808960_184320_0819200_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2238_Sentinel2_174080_0808960_184320_0819200_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2239-Sentinel2-174080-0819200-184320-0829440\r\n", + " collection: Sentinel2\r\n", + " left: 174080\r\n", + " bottom: 0819200\r\n", + " right: 184320\r\n", + " top: 0829440\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2239_Sentinel2_174080_0819200_184320_0829440_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2239_Sentinel2_174080_0819200_184320_0829440_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2240-Sentinel2-174080-0829440-184320-0839680\r\n", + " collection: Sentinel2\r\n", + " left: 174080\r\n", + " bottom: 0829440\r\n", + " right: 184320\r\n", + " top: 0839680\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2240_Sentinel2_174080_0829440_184320_0839680_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2240_Sentinel2_174080_0829440_184320_0839680_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2241-Sentinel2-174080-0839680-184320-0849920\r\n", + " collection: Sentinel2\r\n", + " left: 174080\r\n", + " bottom: 0839680\r\n", + " right: 184320\r\n", + " top: 0849920\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2241_Sentinel2_174080_0839680_184320_0849920_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2241_Sentinel2_174080_0839680_184320_0849920_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2242-Sentinel2-174080-0849920-184320-0860160\r\n", + " collection: Sentinel2\r\n", + " left: 174080\r\n", + " bottom: 0849920\r\n", + " right: 184320\r\n", + " top: 0860160\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2242_Sentinel2_174080_0849920_184320_0860160_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2242_Sentinel2_174080_0849920_184320_0860160_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2243-Sentinel2-174080-0860160-184320-0870400\r\n", + " collection: Sentinel2\r\n", + " left: 174080\r\n", + " bottom: 0860160\r\n", + " right: 184320\r\n", + " top: 0870400\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2243_Sentinel2_174080_0860160_184320_0870400_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2243_Sentinel2_174080_0860160_184320_0870400_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2244-Sentinel2-174080-0870400-184320-0880640\r\n", + " collection: Sentinel2\r\n", + " left: 174080\r\n", + " bottom: 0870400\r\n", + " right: 184320\r\n", + " top: 0880640\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2244_Sentinel2_174080_0870400_184320_0880640_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2244_Sentinel2_174080_0870400_184320_0880640_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2245-Sentinel2-174080-0880640-184320-0890880\r\n", + " collection: Sentinel2\r\n", + " left: 174080\r\n", + " bottom: 0880640\r\n", + " right: 184320\r\n", + " top: 0890880\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2245_Sentinel2_174080_0880640_184320_0890880_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2245_Sentinel2_174080_0880640_184320_0890880_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2246-Sentinel2-174080-0890880-184320-0901120\r\n", + " collection: Sentinel2\r\n", + " left: 174080\r\n", + " bottom: 0890880\r\n", + " right: 184320\r\n", + " top: 0901120\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2246_Sentinel2_174080_0890880_184320_0901120_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2246_Sentinel2_174080_0890880_184320_0901120_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2259-Sentinel2-174080-1024000-184320-1034240\r\n", + " collection: Sentinel2\r\n", + " left: 174080\r\n", + " bottom: 1024000\r\n", + " right: 184320\r\n", + " top: 1034240\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2259_Sentinel2_174080_1024000_184320_1034240_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2259_Sentinel2_174080_1024000_184320_1034240_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2289-Sentinel2-184320-0030720-194560-0040960\r\n", + " collection: Sentinel2\r\n", + " left: 184320\r\n", + " bottom: 0030720\r\n", + " right: 194560\r\n", + " top: 0040960\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2289_Sentinel2_184320_0030720_194560_0040960_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2289_Sentinel2_184320_0030720_194560_0040960_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2290-Sentinel2-184320-0040960-194560-0051200\r\n", + " collection: Sentinel2\r\n", + " left: 184320\r\n", + " bottom: 0040960\r\n", + " right: 194560\r\n", + " top: 0051200\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2290_Sentinel2_184320_0040960_194560_0051200_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2290_Sentinel2_184320_0040960_194560_0051200_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2291-Sentinel2-184320-0051200-194560-0061440\r\n", + " collection: Sentinel2\r\n", + " left: 184320\r\n", + " bottom: 0051200\r\n", + " right: 194560\r\n", + " top: 0061440\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2291_Sentinel2_184320_0051200_194560_0061440_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2291_Sentinel2_184320_0051200_194560_0061440_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2292-Sentinel2-184320-0061440-194560-0071680\r\n", + " collection: Sentinel2\r\n", + " left: 184320\r\n", + " bottom: 0061440\r\n", + " right: 194560\r\n", + " top: 0071680\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2292_Sentinel2_184320_0061440_194560_0071680_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2292_Sentinel2_184320_0061440_194560_0071680_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2293-Sentinel2-184320-0071680-194560-0081920\r\n", + " collection: Sentinel2\r\n", + " left: 184320\r\n", + " bottom: 0071680\r\n", + " right: 194560\r\n", + " top: 0081920\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2293_Sentinel2_184320_0071680_194560_0081920_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2293_Sentinel2_184320_0071680_194560_0081920_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2304-Sentinel2-184320-0184320-194560-0194560\r\n", + " collection: Sentinel2\r\n", + " left: 184320\r\n", + " bottom: 0184320\r\n", + " right: 194560\r\n", + " top: 0194560\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2304_Sentinel2_184320_0184320_194560_0194560_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2304_Sentinel2_184320_0184320_194560_0194560_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2305-Sentinel2-184320-0194560-194560-0204800\r\n", + " collection: Sentinel2\r\n", + " left: 184320\r\n", + " bottom: 0194560\r\n", + " right: 194560\r\n", + " top: 0204800\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2305_Sentinel2_184320_0194560_194560_0204800_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2305_Sentinel2_184320_0194560_194560_0204800_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2306-Sentinel2-184320-0204800-194560-0215040\r\n", + " collection: Sentinel2\r\n", + " left: 184320\r\n", + " bottom: 0204800\r\n", + " right: 194560\r\n", + " top: 0215040\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2306_Sentinel2_184320_0204800_194560_0215040_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2306_Sentinel2_184320_0204800_194560_0215040_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2307-Sentinel2-184320-0215040-194560-0225280\r\n", + " collection: Sentinel2\r\n", + " left: 184320\r\n", + " bottom: 0215040\r\n", + " right: 194560\r\n", + " top: 0225280\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2307_Sentinel2_184320_0215040_194560_0225280_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2307_Sentinel2_184320_0215040_194560_0225280_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2308-Sentinel2-184320-0225280-194560-0235520\r\n", + " collection: Sentinel2\r\n", + " left: 184320\r\n", + " bottom: 0225280\r\n", + " right: 194560\r\n", + " top: 0235520\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2308_Sentinel2_184320_0225280_194560_0235520_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2308_Sentinel2_184320_0225280_194560_0235520_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2309-Sentinel2-184320-0235520-194560-0245760\r\n", + " collection: Sentinel2\r\n", + " left: 184320\r\n", + " bottom: 0235520\r\n", + " right: 194560\r\n", + " top: 0245760\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2309_Sentinel2_184320_0235520_194560_0245760_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2309_Sentinel2_184320_0235520_194560_0245760_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2346-Sentinel2-184320-0614400-194560-0624640\r\n", + " collection: Sentinel2\r\n", + " left: 184320\r\n", + " bottom: 0614400\r\n", + " right: 194560\r\n", + " top: 0624640\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2346_Sentinel2_184320_0614400_194560_0624640_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2346_Sentinel2_184320_0614400_194560_0624640_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2347-Sentinel2-184320-0624640-194560-0634880\r\n", + " collection: Sentinel2\r\n", + " left: 184320\r\n", + " bottom: 0624640\r\n", + " right: 194560\r\n", + " top: 0634880\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2347_Sentinel2_184320_0624640_194560_0634880_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2347_Sentinel2_184320_0624640_194560_0634880_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2348-Sentinel2-184320-0634880-194560-0645120\r\n", + " collection: Sentinel2\r\n", + " left: 184320\r\n", + " bottom: 0634880\r\n", + " right: 194560\r\n", + " top: 0645120\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2348_Sentinel2_184320_0634880_194560_0645120_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2348_Sentinel2_184320_0634880_194560_0645120_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2349-Sentinel2-184320-0645120-194560-0655360\r\n", + " collection: Sentinel2\r\n", + " left: 184320\r\n", + " bottom: 0645120\r\n", + " right: 194560\r\n", + " top: 0655360\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2349_Sentinel2_184320_0645120_194560_0655360_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2349_Sentinel2_184320_0645120_194560_0655360_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2350-Sentinel2-184320-0655360-194560-0665600\r\n", + " collection: Sentinel2\r\n", + " left: 184320\r\n", + " bottom: 0655360\r\n", + " right: 194560\r\n", + " top: 0665600\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2350_Sentinel2_184320_0655360_194560_0665600_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2350_Sentinel2_184320_0655360_194560_0665600_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2351-Sentinel2-184320-0665600-194560-0675840\r\n", + " collection: Sentinel2\r\n", + " left: 184320\r\n", + " bottom: 0665600\r\n", + " right: 194560\r\n", + " top: 0675840\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2351_Sentinel2_184320_0665600_194560_0675840_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2351_Sentinel2_184320_0665600_194560_0675840_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2352-Sentinel2-184320-0675840-194560-0686080\r\n", + " collection: Sentinel2\r\n", + " left: 184320\r\n", + " bottom: 0675840\r\n", + " right: 194560\r\n", + " top: 0686080\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2352_Sentinel2_184320_0675840_194560_0686080_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2352_Sentinel2_184320_0675840_194560_0686080_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2353-Sentinel2-184320-0686080-194560-0696320\r\n", + " collection: Sentinel2\r\n", + " left: 184320\r\n", + " bottom: 0686080\r\n", + " right: 194560\r\n", + " top: 0696320\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2353_Sentinel2_184320_0686080_194560_0696320_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2353_Sentinel2_184320_0686080_194560_0696320_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2354-Sentinel2-184320-0696320-194560-0706560\r\n", + " collection: Sentinel2\r\n", + " left: 184320\r\n", + " bottom: 0696320\r\n", + " right: 194560\r\n", + " top: 0706560\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2354_Sentinel2_184320_0696320_194560_0706560_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2354_Sentinel2_184320_0696320_194560_0706560_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2355-Sentinel2-184320-0706560-194560-0716800\r\n", + " collection: Sentinel2\r\n", + " left: 184320\r\n", + " bottom: 0706560\r\n", + " right: 194560\r\n", + " top: 0716800\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2355_Sentinel2_184320_0706560_194560_0716800_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2355_Sentinel2_184320_0706560_194560_0716800_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2356-Sentinel2-184320-0716800-194560-0727040\r\n", + " collection: Sentinel2\r\n", + " left: 184320\r\n", + " bottom: 0716800\r\n", + " right: 194560\r\n", + " top: 0727040\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2356_Sentinel2_184320_0716800_194560_0727040_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2356_Sentinel2_184320_0716800_194560_0727040_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2357-Sentinel2-184320-0727040-194560-0737280\r\n", + " collection: Sentinel2\r\n", + " left: 184320\r\n", + " bottom: 0727040\r\n", + " right: 194560\r\n", + " top: 0737280\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2357_Sentinel2_184320_0727040_194560_0737280_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2357_Sentinel2_184320_0727040_194560_0737280_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2358-Sentinel2-184320-0737280-194560-0747520\r\n", + " collection: Sentinel2\r\n", + " left: 184320\r\n", + " bottom: 0737280\r\n", + " right: 194560\r\n", + " top: 0747520\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2358_Sentinel2_184320_0737280_194560_0747520_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2358_Sentinel2_184320_0737280_194560_0747520_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2359-Sentinel2-184320-0747520-194560-0757760\r\n", + " collection: Sentinel2\r\n", + " left: 184320\r\n", + " bottom: 0747520\r\n", + " right: 194560\r\n", + " top: 0757760\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2359_Sentinel2_184320_0747520_194560_0757760_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2359_Sentinel2_184320_0747520_194560_0757760_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2360-Sentinel2-184320-0757760-194560-0768000\r\n", + " collection: Sentinel2\r\n", + " left: 184320\r\n", + " bottom: 0757760\r\n", + " right: 194560\r\n", + " top: 0768000\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2360_Sentinel2_184320_0757760_194560_0768000_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2360_Sentinel2_184320_0757760_194560_0768000_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2361-Sentinel2-184320-0768000-194560-0778240\r\n", + " collection: Sentinel2\r\n", + " left: 184320\r\n", + " bottom: 0768000\r\n", + " right: 194560\r\n", + " top: 0778240\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2361_Sentinel2_184320_0768000_194560_0778240_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2361_Sentinel2_184320_0768000_194560_0778240_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2362-Sentinel2-184320-0778240-194560-0788480\r\n", + " collection: Sentinel2\r\n", + " left: 184320\r\n", + " bottom: 0778240\r\n", + " right: 194560\r\n", + " top: 0788480\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2362_Sentinel2_184320_0778240_194560_0788480_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2362_Sentinel2_184320_0778240_194560_0788480_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2363-Sentinel2-184320-0788480-194560-0798720\r\n", + " collection: Sentinel2\r\n", + " left: 184320\r\n", + " bottom: 0788480\r\n", + " right: 194560\r\n", + " top: 0798720\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2363_Sentinel2_184320_0788480_194560_0798720_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2363_Sentinel2_184320_0788480_194560_0798720_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2364-Sentinel2-184320-0798720-194560-0808960\r\n", + " collection: Sentinel2\r\n", + " left: 184320\r\n", + " bottom: 0798720\r\n", + " right: 194560\r\n", + " top: 0808960\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2364_Sentinel2_184320_0798720_194560_0808960_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2364_Sentinel2_184320_0798720_194560_0808960_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2365-Sentinel2-184320-0808960-194560-0819200\r\n", + " collection: Sentinel2\r\n", + " left: 184320\r\n", + " bottom: 0808960\r\n", + " right: 194560\r\n", + " top: 0819200\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2365_Sentinel2_184320_0808960_194560_0819200_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2365_Sentinel2_184320_0808960_194560_0819200_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2366-Sentinel2-184320-0819200-194560-0829440\r\n", + " collection: Sentinel2\r\n", + " left: 184320\r\n", + " bottom: 0819200\r\n", + " right: 194560\r\n", + " top: 0829440\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2366_Sentinel2_184320_0819200_194560_0829440_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2366_Sentinel2_184320_0819200_194560_0829440_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2367-Sentinel2-184320-0829440-194560-0839680\r\n", + " collection: Sentinel2\r\n", + " left: 184320\r\n", + " bottom: 0829440\r\n", + " right: 194560\r\n", + " top: 0839680\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2367_Sentinel2_184320_0829440_194560_0839680_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2367_Sentinel2_184320_0829440_194560_0839680_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2368-Sentinel2-184320-0839680-194560-0849920\r\n", + " collection: Sentinel2\r\n", + " left: 184320\r\n", + " bottom: 0839680\r\n", + " right: 194560\r\n", + " top: 0849920\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2368_Sentinel2_184320_0839680_194560_0849920_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2368_Sentinel2_184320_0839680_194560_0849920_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2369-Sentinel2-184320-0849920-194560-0860160\r\n", + " collection: Sentinel2\r\n", + " left: 184320\r\n", + " bottom: 0849920\r\n", + " right: 194560\r\n", + " top: 0860160\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2369_Sentinel2_184320_0849920_194560_0860160_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2369_Sentinel2_184320_0849920_194560_0860160_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2370-Sentinel2-184320-0860160-194560-0870400\r\n", + " collection: Sentinel2\r\n", + " left: 184320\r\n", + " bottom: 0860160\r\n", + " right: 194560\r\n", + " top: 0870400\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2370_Sentinel2_184320_0860160_194560_0870400_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2370_Sentinel2_184320_0860160_194560_0870400_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2371-Sentinel2-184320-0870400-194560-0880640\r\n", + " collection: Sentinel2\r\n", + " left: 184320\r\n", + " bottom: 0870400\r\n", + " right: 194560\r\n", + " top: 0880640\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2371_Sentinel2_184320_0870400_194560_0880640_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2371_Sentinel2_184320_0870400_194560_0880640_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2372-Sentinel2-184320-0880640-194560-0890880\r\n", + " collection: Sentinel2\r\n", + " left: 184320\r\n", + " bottom: 0880640\r\n", + " right: 194560\r\n", + " top: 0890880\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2372_Sentinel2_184320_0880640_194560_0890880_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2372_Sentinel2_184320_0880640_194560_0890880_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2373-Sentinel2-184320-0890880-194560-0901120\r\n", + " collection: Sentinel2\r\n", + " left: 184320\r\n", + " bottom: 0890880\r\n", + " right: 194560\r\n", + " top: 0901120\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2373_Sentinel2_184320_0890880_194560_0901120_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2373_Sentinel2_184320_0890880_194560_0901120_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2374-Sentinel2-184320-0901120-194560-0911360\r\n", + " collection: Sentinel2\r\n", + " left: 184320\r\n", + " bottom: 0901120\r\n", + " right: 194560\r\n", + " top: 0911360\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2374_Sentinel2_184320_0901120_194560_0911360_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2374_Sentinel2_184320_0901120_194560_0911360_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2416-Sentinel2-194560-0030720-204800-0040960\r\n", + " collection: Sentinel2\r\n", + " left: 194560\r\n", + " bottom: 0030720\r\n", + " right: 204800\r\n", + " top: 0040960\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2416_Sentinel2_194560_0030720_204800_0040960_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2416_Sentinel2_194560_0030720_204800_0040960_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2417-Sentinel2-194560-0040960-204800-0051200\r\n", + " collection: Sentinel2\r\n", + " left: 194560\r\n", + " bottom: 0040960\r\n", + " right: 204800\r\n", + " top: 0051200\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2417_Sentinel2_194560_0040960_204800_0051200_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2417_Sentinel2_194560_0040960_204800_0051200_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2418-Sentinel2-194560-0051200-204800-0061440\r\n", + " collection: Sentinel2\r\n", + " left: 194560\r\n", + " bottom: 0051200\r\n", + " right: 204800\r\n", + " top: 0061440\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2418_Sentinel2_194560_0051200_204800_0061440_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2418_Sentinel2_194560_0051200_204800_0061440_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2419-Sentinel2-194560-0061440-204800-0071680\r\n", + " collection: Sentinel2\r\n", + " left: 194560\r\n", + " bottom: 0061440\r\n", + " right: 204800\r\n", + " top: 0071680\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2419_Sentinel2_194560_0061440_204800_0071680_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2419_Sentinel2_194560_0061440_204800_0071680_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2420-Sentinel2-194560-0071680-204800-0081920\r\n", + " collection: Sentinel2\r\n", + " left: 194560\r\n", + " bottom: 0071680\r\n", + " right: 204800\r\n", + " top: 0081920\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2420_Sentinel2_194560_0071680_204800_0081920_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2420_Sentinel2_194560_0071680_204800_0081920_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2421-Sentinel2-194560-0081920-204800-0092160\r\n", + " collection: Sentinel2\r\n", + " left: 194560\r\n", + " bottom: 0081920\r\n", + " right: 204800\r\n", + " top: 0092160\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2421_Sentinel2_194560_0081920_204800_0092160_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2421_Sentinel2_194560_0081920_204800_0092160_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2431-Sentinel2-194560-0184320-204800-0194560\r\n", + " collection: Sentinel2\r\n", + " left: 194560\r\n", + " bottom: 0184320\r\n", + " right: 204800\r\n", + " top: 0194560\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2431_Sentinel2_194560_0184320_204800_0194560_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2431_Sentinel2_194560_0184320_204800_0194560_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2432-Sentinel2-194560-0194560-204800-0204800\r\n", + " collection: Sentinel2\r\n", + " left: 194560\r\n", + " bottom: 0194560\r\n", + " right: 204800\r\n", + " top: 0204800\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2432_Sentinel2_194560_0194560_204800_0204800_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2432_Sentinel2_194560_0194560_204800_0204800_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2433-Sentinel2-194560-0204800-204800-0215040\r\n", + " collection: Sentinel2\r\n", + " left: 194560\r\n", + " bottom: 0204800\r\n", + " right: 204800\r\n", + " top: 0215040\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2433_Sentinel2_194560_0204800_204800_0215040_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2433_Sentinel2_194560_0204800_204800_0215040_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2434-Sentinel2-194560-0215040-204800-0225280\r\n", + " collection: Sentinel2\r\n", + " left: 194560\r\n", + " bottom: 0215040\r\n", + " right: 204800\r\n", + " top: 0225280\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2434_Sentinel2_194560_0215040_204800_0225280_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2434_Sentinel2_194560_0215040_204800_0225280_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2435-Sentinel2-194560-0225280-204800-0235520\r\n", + " collection: Sentinel2\r\n", + " left: 194560\r\n", + " bottom: 0225280\r\n", + " right: 204800\r\n", + " top: 0235520\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2435_Sentinel2_194560_0225280_204800_0235520_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2435_Sentinel2_194560_0225280_204800_0235520_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2436-Sentinel2-194560-0235520-204800-0245760\r\n", + " collection: Sentinel2\r\n", + " left: 194560\r\n", + " bottom: 0235520\r\n", + " right: 204800\r\n", + " top: 0245760\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2436_Sentinel2_194560_0235520_204800_0245760_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2436_Sentinel2_194560_0235520_204800_0245760_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2466-Sentinel2-194560-0542720-204800-0552960\r\n", + " collection: Sentinel2\r\n", + " left: 194560\r\n", + " bottom: 0542720\r\n", + " right: 204800\r\n", + " top: 0552960\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2466_Sentinel2_194560_0542720_204800_0552960_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2466_Sentinel2_194560_0542720_204800_0552960_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2467-Sentinel2-194560-0552960-204800-0563200\r\n", + " collection: Sentinel2\r\n", + " left: 194560\r\n", + " bottom: 0552960\r\n", + " right: 204800\r\n", + " top: 0563200\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2467_Sentinel2_194560_0552960_204800_0563200_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2467_Sentinel2_194560_0552960_204800_0563200_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2468-Sentinel2-194560-0563200-204800-0573440\r\n", + " collection: Sentinel2\r\n", + " left: 194560\r\n", + " bottom: 0563200\r\n", + " right: 204800\r\n", + " top: 0573440\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2468_Sentinel2_194560_0563200_204800_0573440_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2468_Sentinel2_194560_0563200_204800_0573440_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2469-Sentinel2-194560-0573440-204800-0583680\r\n", + " collection: Sentinel2\r\n", + " left: 194560\r\n", + " bottom: 0573440\r\n", + " right: 204800\r\n", + " top: 0583680\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2469_Sentinel2_194560_0573440_204800_0583680_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2469_Sentinel2_194560_0573440_204800_0583680_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2471-Sentinel2-194560-0593920-204800-0604160\r\n", + " collection: Sentinel2\r\n", + " left: 194560\r\n", + " bottom: 0593920\r\n", + " right: 204800\r\n", + " top: 0604160\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2471_Sentinel2_194560_0593920_204800_0604160_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2471_Sentinel2_194560_0593920_204800_0604160_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2473-Sentinel2-194560-0614400-204800-0624640\r\n", + " collection: Sentinel2\r\n", + " left: 194560\r\n", + " bottom: 0614400\r\n", + " right: 204800\r\n", + " top: 0624640\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2473_Sentinel2_194560_0614400_204800_0624640_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2473_Sentinel2_194560_0614400_204800_0624640_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2474-Sentinel2-194560-0624640-204800-0634880\r\n", + " collection: Sentinel2\r\n", + " left: 194560\r\n", + " bottom: 0624640\r\n", + " right: 204800\r\n", + " top: 0634880\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2474_Sentinel2_194560_0624640_204800_0634880_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2474_Sentinel2_194560_0624640_204800_0634880_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2475-Sentinel2-194560-0634880-204800-0645120\r\n", + " collection: Sentinel2\r\n", + " left: 194560\r\n", + " bottom: 0634880\r\n", + " right: 204800\r\n", + " top: 0645120\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2475_Sentinel2_194560_0634880_204800_0645120_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2475_Sentinel2_194560_0634880_204800_0645120_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2476-Sentinel2-194560-0645120-204800-0655360\r\n", + " collection: Sentinel2\r\n", + " left: 194560\r\n", + " bottom: 0645120\r\n", + " right: 204800\r\n", + " top: 0655360\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2476_Sentinel2_194560_0645120_204800_0655360_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2476_Sentinel2_194560_0645120_204800_0655360_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2477-Sentinel2-194560-0655360-204800-0665600\r\n", + " collection: Sentinel2\r\n", + " left: 194560\r\n", + " bottom: 0655360\r\n", + " right: 204800\r\n", + " top: 0665600\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2477_Sentinel2_194560_0655360_204800_0665600_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2477_Sentinel2_194560_0655360_204800_0665600_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2478-Sentinel2-194560-0665600-204800-0675840\r\n", + " collection: Sentinel2\r\n", + " left: 194560\r\n", + " bottom: 0665600\r\n", + " right: 204800\r\n", + " top: 0675840\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2478_Sentinel2_194560_0665600_204800_0675840_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2478_Sentinel2_194560_0665600_204800_0675840_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2479-Sentinel2-194560-0675840-204800-0686080\r\n", + " collection: Sentinel2\r\n", + " left: 194560\r\n", + " bottom: 0675840\r\n", + " right: 204800\r\n", + " top: 0686080\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2479_Sentinel2_194560_0675840_204800_0686080_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2479_Sentinel2_194560_0675840_204800_0686080_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2480-Sentinel2-194560-0686080-204800-0696320\r\n", + " collection: Sentinel2\r\n", + " left: 194560\r\n", + " bottom: 0686080\r\n", + " right: 204800\r\n", + " top: 0696320\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2480_Sentinel2_194560_0686080_204800_0696320_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2480_Sentinel2_194560_0686080_204800_0696320_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2481-Sentinel2-194560-0696320-204800-0706560\r\n", + " collection: Sentinel2\r\n", + " left: 194560\r\n", + " bottom: 0696320\r\n", + " right: 204800\r\n", + " top: 0706560\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2481_Sentinel2_194560_0696320_204800_0706560_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2481_Sentinel2_194560_0696320_204800_0706560_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2482-Sentinel2-194560-0706560-204800-0716800\r\n", + " collection: Sentinel2\r\n", + " left: 194560\r\n", + " bottom: 0706560\r\n", + " right: 204800\r\n", + " top: 0716800\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2482_Sentinel2_194560_0706560_204800_0716800_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2482_Sentinel2_194560_0706560_204800_0716800_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2483-Sentinel2-194560-0716800-204800-0727040\r\n", + " collection: Sentinel2\r\n", + " left: 194560\r\n", + " bottom: 0716800\r\n", + " right: 204800\r\n", + " top: 0727040\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2483_Sentinel2_194560_0716800_204800_0727040_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2483_Sentinel2_194560_0716800_204800_0727040_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2484-Sentinel2-194560-0727040-204800-0737280\r\n", + " collection: Sentinel2\r\n", + " left: 194560\r\n", + " bottom: 0727040\r\n", + " right: 204800\r\n", + " top: 0737280\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2484_Sentinel2_194560_0727040_204800_0737280_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2484_Sentinel2_194560_0727040_204800_0737280_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2485-Sentinel2-194560-0737280-204800-0747520\r\n", + " collection: Sentinel2\r\n", + " left: 194560\r\n", + " bottom: 0737280\r\n", + " right: 204800\r\n", + " top: 0747520\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2485_Sentinel2_194560_0737280_204800_0747520_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2485_Sentinel2_194560_0737280_204800_0747520_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2486-Sentinel2-194560-0747520-204800-0757760\r\n", + " collection: Sentinel2\r\n", + " left: 194560\r\n", + " bottom: 0747520\r\n", + " right: 204800\r\n", + " top: 0757760\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2486_Sentinel2_194560_0747520_204800_0757760_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2486_Sentinel2_194560_0747520_204800_0757760_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2487-Sentinel2-194560-0757760-204800-0768000\r\n", + " collection: Sentinel2\r\n", + " left: 194560\r\n", + " bottom: 0757760\r\n", + " right: 204800\r\n", + " top: 0768000\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2487_Sentinel2_194560_0757760_204800_0768000_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2487_Sentinel2_194560_0757760_204800_0768000_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2488-Sentinel2-194560-0768000-204800-0778240\r\n", + " collection: Sentinel2\r\n", + " left: 194560\r\n", + " bottom: 0768000\r\n", + " right: 204800\r\n", + " top: 0778240\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2488_Sentinel2_194560_0768000_204800_0778240_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2488_Sentinel2_194560_0768000_204800_0778240_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2489-Sentinel2-194560-0778240-204800-0788480\r\n", + " collection: Sentinel2\r\n", + " left: 194560\r\n", + " bottom: 0778240\r\n", + " right: 204800\r\n", + " top: 0788480\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2489_Sentinel2_194560_0778240_204800_0788480_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2489_Sentinel2_194560_0778240_204800_0788480_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2490-Sentinel2-194560-0788480-204800-0798720\r\n", + " collection: Sentinel2\r\n", + " left: 194560\r\n", + " bottom: 0788480\r\n", + " right: 204800\r\n", + " top: 0798720\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2490_Sentinel2_194560_0788480_204800_0798720_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2490_Sentinel2_194560_0788480_204800_0798720_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2491-Sentinel2-194560-0798720-204800-0808960\r\n", + " collection: Sentinel2\r\n", + " left: 194560\r\n", + " bottom: 0798720\r\n", + " right: 204800\r\n", + " top: 0808960\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2491_Sentinel2_194560_0798720_204800_0808960_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2491_Sentinel2_194560_0798720_204800_0808960_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2492-Sentinel2-194560-0808960-204800-0819200\r\n", + " collection: Sentinel2\r\n", + " left: 194560\r\n", + " bottom: 0808960\r\n", + " right: 204800\r\n", + " top: 0819200\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2492_Sentinel2_194560_0808960_204800_0819200_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2492_Sentinel2_194560_0808960_204800_0819200_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2493-Sentinel2-194560-0819200-204800-0829440\r\n", + " collection: Sentinel2\r\n", + " left: 194560\r\n", + " bottom: 0819200\r\n", + " right: 204800\r\n", + " top: 0829440\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2493_Sentinel2_194560_0819200_204800_0829440_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2493_Sentinel2_194560_0819200_204800_0829440_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2494-Sentinel2-194560-0829440-204800-0839680\r\n", + " collection: Sentinel2\r\n", + " left: 194560\r\n", + " bottom: 0829440\r\n", + " right: 204800\r\n", + " top: 0839680\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2494_Sentinel2_194560_0829440_204800_0839680_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2494_Sentinel2_194560_0829440_204800_0839680_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2495-Sentinel2-194560-0839680-204800-0849920\r\n", + " collection: Sentinel2\r\n", + " left: 194560\r\n", + " bottom: 0839680\r\n", + " right: 204800\r\n", + " top: 0849920\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2495_Sentinel2_194560_0839680_204800_0849920_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2495_Sentinel2_194560_0839680_204800_0849920_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2496-Sentinel2-194560-0849920-204800-0860160\r\n", + " collection: Sentinel2\r\n", + " left: 194560\r\n", + " bottom: 0849920\r\n", + " right: 204800\r\n", + " top: 0860160\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2496_Sentinel2_194560_0849920_204800_0860160_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2496_Sentinel2_194560_0849920_204800_0860160_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\r\n", + " output_location downloads_output/2497-Sentinel2-194560-0860160-204800-0870400\r\n", + " collection: Sentinel2\r\n", + " left: 194560\r\n", + " bottom: 0860160\r\n", + " right: 204800\r\n", + " top: 0870400\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2497_Sentinel2_194560_0860160_204800_0870400_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2497_Sentinel2_194560_0860160_204800_0870400_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2498-Sentinel2-194560-0870400-204800-0880640\r\n", + " collection: Sentinel2\r\n", + " left: 194560\r\n", + " bottom: 0870400\r\n", + " right: 204800\r\n", + " top: 0880640\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2498_Sentinel2_194560_0870400_204800_0880640_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2498_Sentinel2_194560_0870400_204800_0880640_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2499-Sentinel2-194560-0880640-204800-0890880\r\n", + " collection: Sentinel2\r\n", + " left: 194560\r\n", + " bottom: 0880640\r\n", + " right: 204800\r\n", + " top: 0890880\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2499_Sentinel2_194560_0880640_204800_0890880_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2499_Sentinel2_194560_0880640_204800_0890880_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2500-Sentinel2-194560-0890880-204800-0901120\r\n", + " collection: Sentinel2\r\n", + " left: 194560\r\n", + " bottom: 0890880\r\n", + " right: 204800\r\n", + " top: 0901120\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2500_Sentinel2_194560_0890880_204800_0901120_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2500_Sentinel2_194560_0890880_204800_0901120_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2501-Sentinel2-194560-0901120-204800-0911360\r\n", + " collection: Sentinel2\r\n", + " left: 194560\r\n", + " bottom: 0901120\r\n", + " right: 204800\r\n", + " top: 0911360\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2501_Sentinel2_194560_0901120_204800_0911360_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2501_Sentinel2_194560_0901120_204800_0911360_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2502-Sentinel2-194560-0911360-204800-0921600\r\n", + " collection: Sentinel2\r\n", + " left: 194560\r\n", + " bottom: 0911360\r\n", + " right: 204800\r\n", + " top: 0921600\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2502_Sentinel2_194560_0911360_204800_0921600_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2502_Sentinel2_194560_0911360_204800_0921600_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2503-Sentinel2-194560-0921600-204800-0931840\r\n", + " collection: Sentinel2\r\n", + " left: 194560\r\n", + " bottom: 0921600\r\n", + " right: 204800\r\n", + " top: 0931840\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2503_Sentinel2_194560_0921600_204800_0931840_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2503_Sentinel2_194560_0921600_204800_0931840_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2504-Sentinel2-194560-0931840-204800-0942080\r\n", + " collection: Sentinel2\r\n", + " left: 194560\r\n", + " bottom: 0931840\r\n", + " right: 204800\r\n", + " top: 0942080\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2504_Sentinel2_194560_0931840_204800_0942080_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2504_Sentinel2_194560_0931840_204800_0942080_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2544-Sentinel2-204800-0040960-215040-0051200\r\n", + " collection: Sentinel2\r\n", + " left: 204800\r\n", + " bottom: 0040960\r\n", + " right: 215040\r\n", + " top: 0051200\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2544_Sentinel2_204800_0040960_215040_0051200_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2544_Sentinel2_204800_0040960_215040_0051200_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2545-Sentinel2-204800-0051200-215040-0061440\r\n", + " collection: Sentinel2\r\n", + " left: 204800\r\n", + " bottom: 0051200\r\n", + " right: 215040\r\n", + " top: 0061440\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2545_Sentinel2_204800_0051200_215040_0061440_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2545_Sentinel2_204800_0051200_215040_0061440_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2546-Sentinel2-204800-0061440-215040-0071680\r\n", + " collection: Sentinel2\r\n", + " left: 204800\r\n", + " bottom: 0061440\r\n", + " right: 215040\r\n", + " top: 0071680\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2546_Sentinel2_204800_0061440_215040_0071680_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2546_Sentinel2_204800_0061440_215040_0071680_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2547-Sentinel2-204800-0071680-215040-0081920\r\n", + " collection: Sentinel2\r\n", + " left: 204800\r\n", + " bottom: 0071680\r\n", + " right: 215040\r\n", + " top: 0081920\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2547_Sentinel2_204800_0071680_215040_0081920_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2547_Sentinel2_204800_0071680_215040_0081920_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2548-Sentinel2-204800-0081920-215040-0092160\r\n", + " collection: Sentinel2\r\n", + " left: 204800\r\n", + " bottom: 0081920\r\n", + " right: 215040\r\n", + " top: 0092160\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2548_Sentinel2_204800_0081920_215040_0092160_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2548_Sentinel2_204800_0081920_215040_0092160_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2549-Sentinel2-204800-0092160-215040-0102400\r\n", + " collection: Sentinel2\r\n", + " left: 204800\r\n", + " bottom: 0092160\r\n", + " right: 215040\r\n", + " top: 0102400\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2549_Sentinel2_204800_0092160_215040_0102400_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2549_Sentinel2_204800_0092160_215040_0102400_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2553-Sentinel2-204800-0133120-215040-0143360\r\n", + " collection: Sentinel2\r\n", + " left: 204800\r\n", + " bottom: 0133120\r\n", + " right: 215040\r\n", + " top: 0143360\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2553_Sentinel2_204800_0133120_215040_0143360_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2553_Sentinel2_204800_0133120_215040_0143360_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2554-Sentinel2-204800-0143360-215040-0153600\r\n", + " collection: Sentinel2\r\n", + " left: 204800\r\n", + " bottom: 0143360\r\n", + " right: 215040\r\n", + " top: 0153600\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2554_Sentinel2_204800_0143360_215040_0153600_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2554_Sentinel2_204800_0143360_215040_0153600_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2559-Sentinel2-204800-0194560-215040-0204800\r\n", + " collection: Sentinel2\r\n", + " left: 204800\r\n", + " bottom: 0194560\r\n", + " right: 215040\r\n", + " top: 0204800\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2559_Sentinel2_204800_0194560_215040_0204800_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2559_Sentinel2_204800_0194560_215040_0204800_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2560-Sentinel2-204800-0204800-215040-0215040\r\n", + " collection: Sentinel2\r\n", + " left: 204800\r\n", + " bottom: 0204800\r\n", + " right: 215040\r\n", + " top: 0215040\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2560_Sentinel2_204800_0204800_215040_0215040_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2560_Sentinel2_204800_0204800_215040_0215040_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2561-Sentinel2-204800-0215040-215040-0225280\r\n", + " collection: Sentinel2\r\n", + " left: 204800\r\n", + " bottom: 0215040\r\n", + " right: 215040\r\n", + " top: 0225280\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2561_Sentinel2_204800_0215040_215040_0225280_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2561_Sentinel2_204800_0215040_215040_0225280_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2562-Sentinel2-204800-0225280-215040-0235520\r\n", + " collection: Sentinel2\r\n", + " left: 204800\r\n", + " bottom: 0225280\r\n", + " right: 215040\r\n", + " top: 0235520\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2562_Sentinel2_204800_0225280_215040_0235520_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2562_Sentinel2_204800_0225280_215040_0235520_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2563-Sentinel2-204800-0235520-215040-0245760\r\n", + " collection: Sentinel2\r\n", + " left: 204800\r\n", + " bottom: 0235520\r\n", + " right: 215040\r\n", + " top: 0245760\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2563_Sentinel2_204800_0235520_215040_0245760_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2563_Sentinel2_204800_0235520_215040_0245760_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2564-Sentinel2-204800-0245760-215040-0256000\r\n", + " collection: Sentinel2\r\n", + " left: 204800\r\n", + " bottom: 0245760\r\n", + " right: 215040\r\n", + " top: 0256000\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2564_Sentinel2_204800_0245760_215040_0256000_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2564_Sentinel2_204800_0245760_215040_0256000_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2571-Sentinel2-204800-0317440-215040-0327680\r\n", + " collection: Sentinel2\r\n", + " left: 204800\r\n", + " bottom: 0317440\r\n", + " right: 215040\r\n", + " top: 0327680\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2571_Sentinel2_204800_0317440_215040_0327680_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2571_Sentinel2_204800_0317440_215040_0327680_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2572-Sentinel2-204800-0327680-215040-0337920\r\n", + " collection: Sentinel2\r\n", + " left: 204800\r\n", + " bottom: 0327680\r\n", + " right: 215040\r\n", + " top: 0337920\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2572_Sentinel2_204800_0327680_215040_0337920_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2572_Sentinel2_204800_0327680_215040_0337920_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2585-Sentinel2-204800-0460800-215040-0471040\r\n", + " collection: Sentinel2\r\n", + " left: 204800\r\n", + " bottom: 0460800\r\n", + " right: 215040\r\n", + " top: 0471040\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2585_Sentinel2_204800_0460800_215040_0471040_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2585_Sentinel2_204800_0460800_215040_0471040_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2591-Sentinel2-204800-0522240-215040-0532480\r\n", + " collection: Sentinel2\r\n", + " left: 204800\r\n", + " bottom: 0522240\r\n", + " right: 215040\r\n", + " top: 0532480\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2591_Sentinel2_204800_0522240_215040_0532480_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2591_Sentinel2_204800_0522240_215040_0532480_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2592-Sentinel2-204800-0532480-215040-0542720\r\n", + " collection: Sentinel2\r\n", + " left: 204800\r\n", + " bottom: 0532480\r\n", + " right: 215040\r\n", + " top: 0542720\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2592_Sentinel2_204800_0532480_215040_0542720_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2592_Sentinel2_204800_0532480_215040_0542720_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2593-Sentinel2-204800-0542720-215040-0552960\r\n", + " collection: Sentinel2\r\n", + " left: 204800\r\n", + " bottom: 0542720\r\n", + " right: 215040\r\n", + " top: 0552960\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2593_Sentinel2_204800_0542720_215040_0552960_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2593_Sentinel2_204800_0542720_215040_0552960_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2594-Sentinel2-204800-0552960-215040-0563200\r\n", + " collection: Sentinel2\r\n", + " left: 204800\r\n", + " bottom: 0552960\r\n", + " right: 215040\r\n", + " top: 0563200\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2594_Sentinel2_204800_0552960_215040_0563200_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2594_Sentinel2_204800_0552960_215040_0563200_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2595-Sentinel2-204800-0563200-215040-0573440\r\n", + " collection: Sentinel2\r\n", + " left: 204800\r\n", + " bottom: 0563200\r\n", + " right: 215040\r\n", + " top: 0573440\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2595_Sentinel2_204800_0563200_215040_0573440_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2595_Sentinel2_204800_0563200_215040_0573440_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2596-Sentinel2-204800-0573440-215040-0583680\r\n", + " collection: Sentinel2\r\n", + " left: 204800\r\n", + " bottom: 0573440\r\n", + " right: 215040\r\n", + " top: 0583680\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2596_Sentinel2_204800_0573440_215040_0583680_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2596_Sentinel2_204800_0573440_215040_0583680_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2597-Sentinel2-204800-0583680-215040-0593920\r\n", + " collection: Sentinel2\r\n", + " left: 204800\r\n", + " bottom: 0583680\r\n", + " right: 215040\r\n", + " top: 0593920\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2597_Sentinel2_204800_0583680_215040_0593920_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2597_Sentinel2_204800_0583680_215040_0593920_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2600-Sentinel2-204800-0614400-215040-0624640\r\n", + " collection: Sentinel2\r\n", + " left: 204800\r\n", + " bottom: 0614400\r\n", + " right: 215040\r\n", + " top: 0624640\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2600_Sentinel2_204800_0614400_215040_0624640_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2600_Sentinel2_204800_0614400_215040_0624640_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2601-Sentinel2-204800-0624640-215040-0634880\r\n", + " collection: Sentinel2\r\n", + " left: 204800\r\n", + " bottom: 0624640\r\n", + " right: 215040\r\n", + " top: 0634880\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2601_Sentinel2_204800_0624640_215040_0634880_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2601_Sentinel2_204800_0624640_215040_0634880_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2603-Sentinel2-204800-0645120-215040-0655360\r\n", + " collection: Sentinel2\r\n", + " left: 204800\r\n", + " bottom: 0645120\r\n", + " right: 215040\r\n", + " top: 0655360\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2603_Sentinel2_204800_0645120_215040_0655360_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2603_Sentinel2_204800_0645120_215040_0655360_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2604-Sentinel2-204800-0655360-215040-0665600\r\n", + " collection: Sentinel2\r\n", + " left: 204800\r\n", + " bottom: 0655360\r\n", + " right: 215040\r\n", + " top: 0665600\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2604_Sentinel2_204800_0655360_215040_0665600_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2604_Sentinel2_204800_0655360_215040_0665600_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2605-Sentinel2-204800-0665600-215040-0675840\r\n", + " collection: Sentinel2\r\n", + " left: 204800\r\n", + " bottom: 0665600\r\n", + " right: 215040\r\n", + " top: 0675840\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2605_Sentinel2_204800_0665600_215040_0675840_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2605_Sentinel2_204800_0665600_215040_0675840_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2606-Sentinel2-204800-0675840-215040-0686080\r\n", + " collection: Sentinel2\r\n", + " left: 204800\r\n", + " bottom: 0675840\r\n", + " right: 215040\r\n", + " top: 0686080\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2606_Sentinel2_204800_0675840_215040_0686080_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2606_Sentinel2_204800_0675840_215040_0686080_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2607-Sentinel2-204800-0686080-215040-0696320\r\n", + " collection: Sentinel2\r\n", + " left: 204800\r\n", + " bottom: 0686080\r\n", + " right: 215040\r\n", + " top: 0696320\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2607_Sentinel2_204800_0686080_215040_0696320_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2607_Sentinel2_204800_0686080_215040_0696320_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2608-Sentinel2-204800-0696320-215040-0706560\r\n", + " collection: Sentinel2\r\n", + " left: 204800\r\n", + " bottom: 0696320\r\n", + " right: 215040\r\n", + " top: 0706560\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2608_Sentinel2_204800_0696320_215040_0706560_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2608_Sentinel2_204800_0696320_215040_0706560_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2609-Sentinel2-204800-0706560-215040-0716800\r\n", + " collection: Sentinel2\r\n", + " left: 204800\r\n", + " bottom: 0706560\r\n", + " right: 215040\r\n", + " top: 0716800\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2609_Sentinel2_204800_0706560_215040_0716800_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2609_Sentinel2_204800_0706560_215040_0716800_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2610-Sentinel2-204800-0716800-215040-0727040\r\n", + " collection: Sentinel2\r\n", + " left: 204800\r\n", + " bottom: 0716800\r\n", + " right: 215040\r\n", + " top: 0727040\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2610_Sentinel2_204800_0716800_215040_0727040_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2610_Sentinel2_204800_0716800_215040_0727040_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2611-Sentinel2-204800-0727040-215040-0737280\r\n", + " collection: Sentinel2\r\n", + " left: 204800\r\n", + " bottom: 0727040\r\n", + " right: 215040\r\n", + " top: 0737280\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2611_Sentinel2_204800_0727040_215040_0737280_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2611_Sentinel2_204800_0727040_215040_0737280_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2612-Sentinel2-204800-0737280-215040-0747520\r\n", + " collection: Sentinel2\r\n", + " left: 204800\r\n", + " bottom: 0737280\r\n", + " right: 215040\r\n", + " top: 0747520\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2612_Sentinel2_204800_0737280_215040_0747520_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2612_Sentinel2_204800_0737280_215040_0747520_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2613-Sentinel2-204800-0747520-215040-0757760\r\n", + " collection: Sentinel2\r\n", + " left: 204800\r\n", + " bottom: 0747520\r\n", + " right: 215040\r\n", + " top: 0757760\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2613_Sentinel2_204800_0747520_215040_0757760_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2613_Sentinel2_204800_0747520_215040_0757760_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2614-Sentinel2-204800-0757760-215040-0768000\r\n", + " collection: Sentinel2\r\n", + " left: 204800\r\n", + " bottom: 0757760\r\n", + " right: 215040\r\n", + " top: 0768000\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2614_Sentinel2_204800_0757760_215040_0768000_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2614_Sentinel2_204800_0757760_215040_0768000_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2615-Sentinel2-204800-0768000-215040-0778240\r\n", + " collection: Sentinel2\r\n", + " left: 204800\r\n", + " bottom: 0768000\r\n", + " right: 215040\r\n", + " top: 0778240\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2615_Sentinel2_204800_0768000_215040_0778240_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2615_Sentinel2_204800_0768000_215040_0778240_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2616-Sentinel2-204800-0778240-215040-0788480\r\n", + " collection: Sentinel2\r\n", + " left: 204800\r\n", + " bottom: 0778240\r\n", + " right: 215040\r\n", + " top: 0788480\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2616_Sentinel2_204800_0778240_215040_0788480_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2616_Sentinel2_204800_0778240_215040_0788480_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2617-Sentinel2-204800-0788480-215040-0798720\r\n", + " collection: Sentinel2\r\n", + " left: 204800\r\n", + " bottom: 0788480\r\n", + " right: 215040\r\n", + " top: 0798720\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2617_Sentinel2_204800_0788480_215040_0798720_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2617_Sentinel2_204800_0788480_215040_0798720_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2618-Sentinel2-204800-0798720-215040-0808960\r\n", + " collection: Sentinel2\r\n", + " left: 204800\r\n", + " bottom: 0798720\r\n", + " right: 215040\r\n", + " top: 0808960\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2618_Sentinel2_204800_0798720_215040_0808960_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2618_Sentinel2_204800_0798720_215040_0808960_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2619-Sentinel2-204800-0808960-215040-0819200\r\n", + " collection: Sentinel2\r\n", + " left: 204800\r\n", + " bottom: 0808960\r\n", + " right: 215040\r\n", + " top: 0819200\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2619_Sentinel2_204800_0808960_215040_0819200_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2619_Sentinel2_204800_0808960_215040_0819200_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2620-Sentinel2-204800-0819200-215040-0829440\r\n", + " collection: Sentinel2\r\n", + " left: 204800\r\n", + " bottom: 0819200\r\n", + " right: 215040\r\n", + " top: 0829440\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2620_Sentinel2_204800_0819200_215040_0829440_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2620_Sentinel2_204800_0819200_215040_0829440_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2621-Sentinel2-204800-0829440-215040-0839680\r\n", + " collection: Sentinel2\r\n", + " left: 204800\r\n", + " bottom: 0829440\r\n", + " right: 215040\r\n", + " top: 0839680\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2621_Sentinel2_204800_0829440_215040_0839680_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2621_Sentinel2_204800_0829440_215040_0839680_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2622-Sentinel2-204800-0839680-215040-0849920\r\n", + " collection: Sentinel2\r\n", + " left: 204800\r\n", + " bottom: 0839680\r\n", + " right: 215040\r\n", + " top: 0849920\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2622_Sentinel2_204800_0839680_215040_0849920_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2622_Sentinel2_204800_0839680_215040_0849920_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2623-Sentinel2-204800-0849920-215040-0860160\r\n", + " collection: Sentinel2\r\n", + " left: 204800\r\n", + " bottom: 0849920\r\n", + " right: 215040\r\n", + " top: 0860160\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2623_Sentinel2_204800_0849920_215040_0860160_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2623_Sentinel2_204800_0849920_215040_0860160_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2624-Sentinel2-204800-0860160-215040-0870400\r\n", + " collection: Sentinel2\r\n", + " left: 204800\r\n", + " bottom: 0860160\r\n", + " right: 215040\r\n", + " top: 0870400\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2624_Sentinel2_204800_0860160_215040_0870400_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2624_Sentinel2_204800_0860160_215040_0870400_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2625-Sentinel2-204800-0870400-215040-0880640\r\n", + " collection: Sentinel2\r\n", + " left: 204800\r\n", + " bottom: 0870400\r\n", + " right: 215040\r\n", + " top: 0880640\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2625_Sentinel2_204800_0870400_215040_0880640_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2625_Sentinel2_204800_0870400_215040_0880640_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2626-Sentinel2-204800-0880640-215040-0890880\r\n", + " collection: Sentinel2\r\n", + " left: 204800\r\n", + " bottom: 0880640\r\n", + " right: 215040\r\n", + " top: 0890880\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2626_Sentinel2_204800_0880640_215040_0890880_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2626_Sentinel2_204800_0880640_215040_0890880_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2627-Sentinel2-204800-0890880-215040-0901120\r\n", + " collection: Sentinel2\r\n", + " left: 204800\r\n", + " bottom: 0890880\r\n", + " right: 215040\r\n", + " top: 0901120\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2627_Sentinel2_204800_0890880_215040_0901120_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2627_Sentinel2_204800_0890880_215040_0901120_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2628-Sentinel2-204800-0901120-215040-0911360\r\n", + " collection: Sentinel2\r\n", + " left: 204800\r\n", + " bottom: 0901120\r\n", + " right: 215040\r\n", + " top: 0911360\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2628_Sentinel2_204800_0901120_215040_0911360_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2628_Sentinel2_204800_0901120_215040_0911360_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2629-Sentinel2-204800-0911360-215040-0921600\r\n", + " collection: Sentinel2\r\n", + " left: 204800\r\n", + " bottom: 0911360\r\n", + " right: 215040\r\n", + " top: 0921600\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2629_Sentinel2_204800_0911360_215040_0921600_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2629_Sentinel2_204800_0911360_215040_0921600_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2630-Sentinel2-204800-0921600-215040-0931840\r\n", + " collection: Sentinel2\r\n", + " left: 204800\r\n", + " bottom: 0921600\r\n", + " right: 215040\r\n", + " top: 0931840\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2630_Sentinel2_204800_0921600_215040_0931840_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2630_Sentinel2_204800_0921600_215040_0931840_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2631-Sentinel2-204800-0931840-215040-0942080\r\n", + " collection: Sentinel2\r\n", + " left: 204800\r\n", + " bottom: 0931840\r\n", + " right: 215040\r\n", + " top: 0942080\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2631_Sentinel2_204800_0931840_215040_0942080_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2631_Sentinel2_204800_0931840_215040_0942080_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2632-Sentinel2-204800-0942080-215040-0952320\r\n", + " collection: Sentinel2\r\n", + " left: 204800\r\n", + " bottom: 0942080\r\n", + " right: 215040\r\n", + " top: 0952320\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2632_Sentinel2_204800_0942080_215040_0952320_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2632_Sentinel2_204800_0942080_215040_0952320_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2671-Sentinel2-215040-0040960-225280-0051200\r\n", + " collection: Sentinel2\r\n", + " left: 215040\r\n", + " bottom: 0040960\r\n", + " right: 225280\r\n", + " top: 0051200\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2671_Sentinel2_215040_0040960_225280_0051200_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2671_Sentinel2_215040_0040960_225280_0051200_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2672-Sentinel2-215040-0051200-225280-0061440\r\n", + " collection: Sentinel2\r\n", + " left: 215040\r\n", + " bottom: 0051200\r\n", + " right: 225280\r\n", + " top: 0061440\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2672_Sentinel2_215040_0051200_225280_0061440_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2672_Sentinel2_215040_0051200_225280_0061440_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2673-Sentinel2-215040-0061440-225280-0071680\r\n", + " collection: Sentinel2\r\n", + " left: 215040\r\n", + " bottom: 0061440\r\n", + " right: 225280\r\n", + " top: 0071680\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2673_Sentinel2_215040_0061440_225280_0071680_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2673_Sentinel2_215040_0061440_225280_0071680_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2674-Sentinel2-215040-0071680-225280-0081920\r\n", + " collection: Sentinel2\r\n", + " left: 215040\r\n", + " bottom: 0071680\r\n", + " right: 225280\r\n", + " top: 0081920\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2674_Sentinel2_215040_0071680_225280_0081920_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2674_Sentinel2_215040_0071680_225280_0081920_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2675-Sentinel2-215040-0081920-225280-0092160\r\n", + " collection: Sentinel2\r\n", + " left: 215040\r\n", + " bottom: 0081920\r\n", + " right: 225280\r\n", + " top: 0092160\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2675_Sentinel2_215040_0081920_225280_0092160_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2675_Sentinel2_215040_0081920_225280_0092160_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2676-Sentinel2-215040-0092160-225280-0102400\r\n", + " collection: Sentinel2\r\n", + " left: 215040\r\n", + " bottom: 0092160\r\n", + " right: 225280\r\n", + " top: 0102400\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2676_Sentinel2_215040_0092160_225280_0102400_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2676_Sentinel2_215040_0092160_225280_0102400_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2677-Sentinel2-215040-0102400-225280-0112640\r\n", + " collection: Sentinel2\r\n", + " left: 215040\r\n", + " bottom: 0102400\r\n", + " right: 225280\r\n", + " top: 0112640\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2677_Sentinel2_215040_0102400_225280_0112640_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2677_Sentinel2_215040_0102400_225280_0112640_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2678-Sentinel2-215040-0112640-225280-0122880\r\n", + " collection: Sentinel2\r\n", + " left: 215040\r\n", + " bottom: 0112640\r\n", + " right: 225280\r\n", + " top: 0122880\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2678_Sentinel2_215040_0112640_225280_0122880_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2678_Sentinel2_215040_0112640_225280_0122880_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2679-Sentinel2-215040-0122880-225280-0133120\r\n", + " collection: Sentinel2\r\n", + " left: 215040\r\n", + " bottom: 0122880\r\n", + " right: 225280\r\n", + " top: 0133120\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2679_Sentinel2_215040_0122880_225280_0133120_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2679_Sentinel2_215040_0122880_225280_0133120_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2687-Sentinel2-215040-0204800-225280-0215040\r\n", + " collection: Sentinel2\r\n", + " left: 215040\r\n", + " bottom: 0204800\r\n", + " right: 225280\r\n", + " top: 0215040\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2687_Sentinel2_215040_0204800_225280_0215040_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2687_Sentinel2_215040_0204800_225280_0215040_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2688-Sentinel2-215040-0215040-225280-0225280\r\n", + " collection: Sentinel2\r\n", + " left: 215040\r\n", + " bottom: 0215040\r\n", + " right: 225280\r\n", + " top: 0225280\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2688_Sentinel2_215040_0215040_225280_0225280_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2688_Sentinel2_215040_0215040_225280_0225280_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2689-Sentinel2-215040-0225280-225280-0235520\r\n", + " collection: Sentinel2\r\n", + " left: 215040\r\n", + " bottom: 0225280\r\n", + " right: 225280\r\n", + " top: 0235520\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2689_Sentinel2_215040_0225280_225280_0235520_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2689_Sentinel2_215040_0225280_225280_0235520_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2690-Sentinel2-215040-0235520-225280-0245760\r\n", + " collection: Sentinel2\r\n", + " left: 215040\r\n", + " bottom: 0235520\r\n", + " right: 225280\r\n", + " top: 0245760\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2690_Sentinel2_215040_0235520_225280_0245760_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2690_Sentinel2_215040_0235520_225280_0245760_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2691-Sentinel2-215040-0245760-225280-0256000\r\n", + " collection: Sentinel2\r\n", + " left: 215040\r\n", + " bottom: 0245760\r\n", + " right: 225280\r\n", + " top: 0256000\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2691_Sentinel2_215040_0245760_225280_0256000_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2691_Sentinel2_215040_0245760_225280_0256000_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2698-Sentinel2-215040-0317440-225280-0327680\r\n", + " collection: Sentinel2\r\n", + " left: 215040\r\n", + " bottom: 0317440\r\n", + " right: 225280\r\n", + " top: 0327680\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2698_Sentinel2_215040_0317440_225280_0327680_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2698_Sentinel2_215040_0317440_225280_0327680_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2699-Sentinel2-215040-0327680-225280-0337920\r\n", + " collection: Sentinel2\r\n", + " left: 215040\r\n", + " bottom: 0327680\r\n", + " right: 225280\r\n", + " top: 0337920\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2699_Sentinel2_215040_0327680_225280_0337920_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2699_Sentinel2_215040_0327680_225280_0337920_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2700-Sentinel2-215040-0337920-225280-0348160\r\n", + " collection: Sentinel2\r\n", + " left: 215040\r\n", + " bottom: 0337920\r\n", + " right: 225280\r\n", + " top: 0348160\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2700_Sentinel2_215040_0337920_225280_0348160_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2700_Sentinel2_215040_0337920_225280_0348160_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2703-Sentinel2-215040-0368640-225280-0378880\r\n", + " collection: Sentinel2\r\n", + " left: 215040\r\n", + " bottom: 0368640\r\n", + " right: 225280\r\n", + " top: 0378880\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2703_Sentinel2_215040_0368640_225280_0378880_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2703_Sentinel2_215040_0368640_225280_0378880_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2704-Sentinel2-215040-0378880-225280-0389120\r\n", + " collection: Sentinel2\r\n", + " left: 215040\r\n", + " bottom: 0378880\r\n", + " right: 225280\r\n", + " top: 0389120\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2704_Sentinel2_215040_0378880_225280_0389120_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2704_Sentinel2_215040_0378880_225280_0389120_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2712-Sentinel2-215040-0460800-225280-0471040\r\n", + " collection: Sentinel2\r\n", + " left: 215040\r\n", + " bottom: 0460800\r\n", + " right: 225280\r\n", + " top: 0471040\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2712_Sentinel2_215040_0460800_225280_0471040_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2712_Sentinel2_215040_0460800_225280_0471040_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2713-Sentinel2-215040-0471040-225280-0481280\r\n", + " collection: Sentinel2\r\n", + " left: 215040\r\n", + " bottom: 0471040\r\n", + " right: 225280\r\n", + " top: 0481280\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2713_Sentinel2_215040_0471040_225280_0481280_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2713_Sentinel2_215040_0471040_225280_0481280_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2714-Sentinel2-215040-0481280-225280-0491520\r\n", + " collection: Sentinel2\r\n", + " left: 215040\r\n", + " bottom: 0481280\r\n", + " right: 225280\r\n", + " top: 0491520\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2714_Sentinel2_215040_0481280_225280_0491520_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2714_Sentinel2_215040_0481280_225280_0491520_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2718-Sentinel2-215040-0522240-225280-0532480\r\n", + " collection: Sentinel2\r\n", + " left: 215040\r\n", + " bottom: 0522240\r\n", + " right: 225280\r\n", + " top: 0532480\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2718_Sentinel2_215040_0522240_225280_0532480_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2718_Sentinel2_215040_0522240_225280_0532480_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2719-Sentinel2-215040-0532480-225280-0542720\r\n", + " collection: Sentinel2\r\n", + " left: 215040\r\n", + " bottom: 0532480\r\n", + " right: 225280\r\n", + " top: 0542720\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2719_Sentinel2_215040_0532480_225280_0542720_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2719_Sentinel2_215040_0532480_225280_0542720_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2720-Sentinel2-215040-0542720-225280-0552960\r\n", + " collection: Sentinel2\r\n", + " left: 215040\r\n", + " bottom: 0542720\r\n", + " right: 225280\r\n", + " top: 0552960\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2720_Sentinel2_215040_0542720_225280_0552960_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2720_Sentinel2_215040_0542720_225280_0552960_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2721-Sentinel2-215040-0552960-225280-0563200\r\n", + " collection: Sentinel2\r\n", + " left: 215040\r\n", + " bottom: 0552960\r\n", + " right: 225280\r\n", + " top: 0563200\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2721_Sentinel2_215040_0552960_225280_0563200_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2721_Sentinel2_215040_0552960_225280_0563200_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2722-Sentinel2-215040-0563200-225280-0573440\r\n", + " collection: Sentinel2\r\n", + " left: 215040\r\n", + " bottom: 0563200\r\n", + " right: 225280\r\n", + " top: 0573440\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2722_Sentinel2_215040_0563200_225280_0573440_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2722_Sentinel2_215040_0563200_225280_0573440_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2723-Sentinel2-215040-0573440-225280-0583680\r\n", + " collection: Sentinel2\r\n", + " left: 215040\r\n", + " bottom: 0573440\r\n", + " right: 225280\r\n", + " top: 0583680\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2723_Sentinel2_215040_0573440_225280_0583680_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2723_Sentinel2_215040_0573440_225280_0583680_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2724-Sentinel2-215040-0583680-225280-0593920\r\n", + " collection: Sentinel2\r\n", + " left: 215040\r\n", + " bottom: 0583680\r\n", + " right: 225280\r\n", + " top: 0593920\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2724_Sentinel2_215040_0583680_225280_0593920_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2724_Sentinel2_215040_0583680_225280_0593920_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2725-Sentinel2-215040-0593920-225280-0604160\r\n", + " collection: Sentinel2\r\n", + " left: 215040\r\n", + " bottom: 0593920\r\n", + " right: 225280\r\n", + " top: 0604160\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2725_Sentinel2_215040_0593920_225280_0604160_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2725_Sentinel2_215040_0593920_225280_0604160_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2726-Sentinel2-215040-0604160-225280-0614400\r\n", + " collection: Sentinel2\r\n", + " left: 215040\r\n", + " bottom: 0604160\r\n", + " right: 225280\r\n", + " top: 0614400\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2726_Sentinel2_215040_0604160_225280_0614400_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2726_Sentinel2_215040_0604160_225280_0614400_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2727-Sentinel2-215040-0614400-225280-0624640\r\n", + " collection: Sentinel2\r\n", + " left: 215040\r\n", + " bottom: 0614400\r\n", + " right: 225280\r\n", + " top: 0624640\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2727_Sentinel2_215040_0614400_225280_0624640_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2727_Sentinel2_215040_0614400_225280_0624640_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2729-Sentinel2-215040-0634880-225280-0645120\r\n", + " collection: Sentinel2\r\n", + " left: 215040\r\n", + " bottom: 0634880\r\n", + " right: 225280\r\n", + " top: 0645120\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2729_Sentinel2_215040_0634880_225280_0645120_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2729_Sentinel2_215040_0634880_225280_0645120_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2730-Sentinel2-215040-0645120-225280-0655360\r\n", + " collection: Sentinel2\r\n", + " left: 215040\r\n", + " bottom: 0645120\r\n", + " right: 225280\r\n", + " top: 0655360\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2730_Sentinel2_215040_0645120_225280_0655360_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2730_Sentinel2_215040_0645120_225280_0655360_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2731-Sentinel2-215040-0655360-225280-0665600\r\n", + " collection: Sentinel2\r\n", + " left: 215040\r\n", + " bottom: 0655360\r\n", + " right: 225280\r\n", + " top: 0665600\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2731_Sentinel2_215040_0655360_225280_0665600_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2731_Sentinel2_215040_0655360_225280_0665600_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2732-Sentinel2-215040-0665600-225280-0675840\r\n", + " collection: Sentinel2\r\n", + " left: 215040\r\n", + " bottom: 0665600\r\n", + " right: 225280\r\n", + " top: 0675840\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2732_Sentinel2_215040_0665600_225280_0675840_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2732_Sentinel2_215040_0665600_225280_0675840_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2733-Sentinel2-215040-0675840-225280-0686080\r\n", + " collection: Sentinel2\r\n", + " left: 215040\r\n", + " bottom: 0675840\r\n", + " right: 225280\r\n", + " top: 0686080\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2733_Sentinel2_215040_0675840_225280_0686080_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2733_Sentinel2_215040_0675840_225280_0686080_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2734-Sentinel2-215040-0686080-225280-0696320\r\n", + " collection: Sentinel2\r\n", + " left: 215040\r\n", + " bottom: 0686080\r\n", + " right: 225280\r\n", + " top: 0696320\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2734_Sentinel2_215040_0686080_225280_0696320_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2734_Sentinel2_215040_0686080_225280_0696320_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2735-Sentinel2-215040-0696320-225280-0706560\r\n", + " collection: Sentinel2\r\n", + " left: 215040\r\n", + " bottom: 0696320\r\n", + " right: 225280\r\n", + " top: 0706560\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2735_Sentinel2_215040_0696320_225280_0706560_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2735_Sentinel2_215040_0696320_225280_0706560_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2736-Sentinel2-215040-0706560-225280-0716800\r\n", + " collection: Sentinel2\r\n", + " left: 215040\r\n", + " bottom: 0706560\r\n", + " right: 225280\r\n", + " top: 0716800\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2736_Sentinel2_215040_0706560_225280_0716800_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2736_Sentinel2_215040_0706560_225280_0716800_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2737-Sentinel2-215040-0716800-225280-0727040\r\n", + " collection: Sentinel2\r\n", + " left: 215040\r\n", + " bottom: 0716800\r\n", + " right: 225280\r\n", + " top: 0727040\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2737_Sentinel2_215040_0716800_225280_0727040_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2737_Sentinel2_215040_0716800_225280_0727040_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2738-Sentinel2-215040-0727040-225280-0737280\r\n", + " collection: Sentinel2\r\n", + " left: 215040\r\n", + " bottom: 0727040\r\n", + " right: 225280\r\n", + " top: 0737280\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2738_Sentinel2_215040_0727040_225280_0737280_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2738_Sentinel2_215040_0727040_225280_0737280_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2739-Sentinel2-215040-0737280-225280-0747520\r\n", + " collection: Sentinel2\r\n", + " left: 215040\r\n", + " bottom: 0737280\r\n", + " right: 225280\r\n", + " top: 0747520\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2739_Sentinel2_215040_0737280_225280_0747520_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2739_Sentinel2_215040_0737280_225280_0747520_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2740-Sentinel2-215040-0747520-225280-0757760\r\n", + " collection: Sentinel2\r\n", + " left: 215040\r\n", + " bottom: 0747520\r\n", + " right: 225280\r\n", + " top: 0757760\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2740_Sentinel2_215040_0747520_225280_0757760_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2740_Sentinel2_215040_0747520_225280_0757760_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2741-Sentinel2-215040-0757760-225280-0768000\r\n", + " collection: Sentinel2\r\n", + " left: 215040\r\n", + " bottom: 0757760\r\n", + " right: 225280\r\n", + " top: 0768000\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2741_Sentinel2_215040_0757760_225280_0768000_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2741_Sentinel2_215040_0757760_225280_0768000_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2742-Sentinel2-215040-0768000-225280-0778240\r\n", + " collection: Sentinel2\r\n", + " left: 215040\r\n", + " bottom: 0768000\r\n", + " right: 225280\r\n", + " top: 0778240\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2742_Sentinel2_215040_0768000_225280_0778240_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2742_Sentinel2_215040_0768000_225280_0778240_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2743-Sentinel2-215040-0778240-225280-0788480\r\n", + " collection: Sentinel2\r\n", + " left: 215040\r\n", + " bottom: 0778240\r\n", + " right: 225280\r\n", + " top: 0788480\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2743_Sentinel2_215040_0778240_225280_0788480_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2743_Sentinel2_215040_0778240_225280_0788480_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2744-Sentinel2-215040-0788480-225280-0798720\r\n", + " collection: Sentinel2\r\n", + " left: 215040\r\n", + " bottom: 0788480\r\n", + " right: 225280\r\n", + " top: 0798720\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2744_Sentinel2_215040_0788480_225280_0798720_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2744_Sentinel2_215040_0788480_225280_0798720_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2745-Sentinel2-215040-0798720-225280-0808960\r\n", + " collection: Sentinel2\r\n", + " left: 215040\r\n", + " bottom: 0798720\r\n", + " right: 225280\r\n", + " top: 0808960\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2745_Sentinel2_215040_0798720_225280_0808960_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2745_Sentinel2_215040_0798720_225280_0808960_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2746-Sentinel2-215040-0808960-225280-0819200\r\n", + " collection: Sentinel2\r\n", + " left: 215040\r\n", + " bottom: 0808960\r\n", + " right: 225280\r\n", + " top: 0819200\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2746_Sentinel2_215040_0808960_225280_0819200_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2746_Sentinel2_215040_0808960_225280_0819200_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2747-Sentinel2-215040-0819200-225280-0829440\r\n", + " collection: Sentinel2\r\n", + " left: 215040\r\n", + " bottom: 0819200\r\n", + " right: 225280\r\n", + " top: 0829440\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2747_Sentinel2_215040_0819200_225280_0829440_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2747_Sentinel2_215040_0819200_225280_0829440_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2748-Sentinel2-215040-0829440-225280-0839680\r\n", + " collection: Sentinel2\r\n", + " left: 215040\r\n", + " bottom: 0829440\r\n", + " right: 225280\r\n", + " top: 0839680\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2748_Sentinel2_215040_0829440_225280_0839680_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2748_Sentinel2_215040_0829440_225280_0839680_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2749-Sentinel2-215040-0839680-225280-0849920\r\n", + " collection: Sentinel2\r\n", + " left: 215040\r\n", + " bottom: 0839680\r\n", + " right: 225280\r\n", + " top: 0849920\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2749_Sentinel2_215040_0839680_225280_0849920_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2749_Sentinel2_215040_0839680_225280_0849920_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2750-Sentinel2-215040-0849920-225280-0860160\r\n", + " collection: Sentinel2\r\n", + " left: 215040\r\n", + " bottom: 0849920\r\n", + " right: 225280\r\n", + " top: 0860160\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2750_Sentinel2_215040_0849920_225280_0860160_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2750_Sentinel2_215040_0849920_225280_0860160_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2751-Sentinel2-215040-0860160-225280-0870400\r\n", + " collection: Sentinel2\r\n", + " left: 215040\r\n", + " bottom: 0860160\r\n", + " right: 225280\r\n", + " top: 0870400\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2751_Sentinel2_215040_0860160_225280_0870400_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2751_Sentinel2_215040_0860160_225280_0870400_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2752-Sentinel2-215040-0870400-225280-0880640\r\n", + " collection: Sentinel2\r\n", + " left: 215040\r\n", + " bottom: 0870400\r\n", + " right: 225280\r\n", + " top: 0880640\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2752_Sentinel2_215040_0870400_225280_0880640_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2752_Sentinel2_215040_0870400_225280_0880640_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2753-Sentinel2-215040-0880640-225280-0890880\r\n", + " collection: Sentinel2\r\n", + " left: 215040\r\n", + " bottom: 0880640\r\n", + " right: 225280\r\n", + " top: 0890880\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2753_Sentinel2_215040_0880640_225280_0890880_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2753_Sentinel2_215040_0880640_225280_0890880_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2754-Sentinel2-215040-0890880-225280-0901120\r\n", + " collection: Sentinel2\r\n", + " left: 215040\r\n", + " bottom: 0890880\r\n", + " right: 225280\r\n", + " top: 0901120\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2754_Sentinel2_215040_0890880_225280_0901120_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2754_Sentinel2_215040_0890880_225280_0901120_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2755-Sentinel2-215040-0901120-225280-0911360\r\n", + " collection: Sentinel2\r\n", + " left: 215040\r\n", + " bottom: 0901120\r\n", + " right: 225280\r\n", + " top: 0911360\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2755_Sentinel2_215040_0901120_225280_0911360_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2755_Sentinel2_215040_0901120_225280_0911360_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2756-Sentinel2-215040-0911360-225280-0921600\r\n", + " collection: Sentinel2\r\n", + " left: 215040\r\n", + " bottom: 0911360\r\n", + " right: 225280\r\n", + " top: 0921600\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2756_Sentinel2_215040_0911360_225280_0921600_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2756_Sentinel2_215040_0911360_225280_0921600_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2757-Sentinel2-215040-0921600-225280-0931840\r\n", + " collection: Sentinel2\r\n", + " left: 215040\r\n", + " bottom: 0921600\r\n", + " right: 225280\r\n", + " top: 0931840\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2757_Sentinel2_215040_0921600_225280_0931840_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2757_Sentinel2_215040_0921600_225280_0931840_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2758-Sentinel2-215040-0931840-225280-0942080\r\n", + " collection: Sentinel2\r\n", + " left: 215040\r\n", + " bottom: 0931840\r\n", + " right: 225280\r\n", + " top: 0942080\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2758_Sentinel2_215040_0931840_225280_0942080_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2758_Sentinel2_215040_0931840_225280_0942080_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2759-Sentinel2-215040-0942080-225280-0952320\r\n", + " collection: Sentinel2\r\n", + " left: 215040\r\n", + " bottom: 0942080\r\n", + " right: 225280\r\n", + " top: 0952320\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2759_Sentinel2_215040_0942080_225280_0952320_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2759_Sentinel2_215040_0942080_225280_0952320_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2760-Sentinel2-215040-0952320-225280-0962560\r\n", + " collection: Sentinel2\r\n", + " left: 215040\r\n", + " bottom: 0952320\r\n", + " right: 225280\r\n", + " top: 0962560\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2760_Sentinel2_215040_0952320_225280_0962560_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2760_Sentinel2_215040_0952320_225280_0962560_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2761-Sentinel2-215040-0962560-225280-0972800\r\n", + " collection: Sentinel2\r\n", + " left: 215040\r\n", + " bottom: 0962560\r\n", + " right: 225280\r\n", + " top: 0972800\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2761_Sentinel2_215040_0962560_225280_0972800_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2761_Sentinel2_215040_0962560_225280_0972800_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2762-Sentinel2-215040-0972800-225280-0983040\r\n", + " collection: Sentinel2\r\n", + " left: 215040\r\n", + " bottom: 0972800\r\n", + " right: 225280\r\n", + " top: 0983040\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2762_Sentinel2_215040_0972800_225280_0983040_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2762_Sentinel2_215040_0972800_225280_0983040_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2799-Sentinel2-225280-0051200-235520-0061440\r\n", + " collection: Sentinel2\r\n", + " left: 225280\r\n", + " bottom: 0051200\r\n", + " right: 235520\r\n", + " top: 0061440\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2799_Sentinel2_225280_0051200_235520_0061440_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2799_Sentinel2_225280_0051200_235520_0061440_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2800-Sentinel2-225280-0061440-235520-0071680\r\n", + " collection: Sentinel2\r\n", + " left: 225280\r\n", + " bottom: 0061440\r\n", + " right: 235520\r\n", + " top: 0071680\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2800_Sentinel2_225280_0061440_235520_0071680_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2800_Sentinel2_225280_0061440_235520_0071680_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2801-Sentinel2-225280-0071680-235520-0081920\r\n", + " collection: Sentinel2\r\n", + " left: 225280\r\n", + " bottom: 0071680\r\n", + " right: 235520\r\n", + " top: 0081920\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2801_Sentinel2_225280_0071680_235520_0081920_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2801_Sentinel2_225280_0071680_235520_0081920_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2802-Sentinel2-225280-0081920-235520-0092160\r\n", + " collection: Sentinel2\r\n", + " left: 225280\r\n", + " bottom: 0081920\r\n", + " right: 235520\r\n", + " top: 0092160\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2802_Sentinel2_225280_0081920_235520_0092160_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2802_Sentinel2_225280_0081920_235520_0092160_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2803-Sentinel2-225280-0092160-235520-0102400\r\n", + " collection: Sentinel2\r\n", + " left: 225280\r\n", + " bottom: 0092160\r\n", + " right: 235520\r\n", + " top: 0102400\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2803_Sentinel2_225280_0092160_235520_0102400_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2803_Sentinel2_225280_0092160_235520_0102400_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2804-Sentinel2-225280-0102400-235520-0112640\r\n", + " collection: Sentinel2\r\n", + " left: 225280\r\n", + " bottom: 0102400\r\n", + " right: 235520\r\n", + " top: 0112640\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2804_Sentinel2_225280_0102400_235520_0112640_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2804_Sentinel2_225280_0102400_235520_0112640_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2805-Sentinel2-225280-0112640-235520-0122880\r\n", + " collection: Sentinel2\r\n", + " left: 225280\r\n", + " bottom: 0112640\r\n", + " right: 235520\r\n", + " top: 0122880\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2805_Sentinel2_225280_0112640_235520_0122880_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2805_Sentinel2_225280_0112640_235520_0122880_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2806-Sentinel2-225280-0122880-235520-0133120\r\n", + " collection: Sentinel2\r\n", + " left: 225280\r\n", + " bottom: 0122880\r\n", + " right: 235520\r\n", + " top: 0133120\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2806_Sentinel2_225280_0122880_235520_0133120_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2806_Sentinel2_225280_0122880_235520_0133120_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2814-Sentinel2-225280-0204800-235520-0215040\r\n", + " collection: Sentinel2\r\n", + " left: 225280\r\n", + " bottom: 0204800\r\n", + " right: 235520\r\n", + " top: 0215040\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2814_Sentinel2_225280_0204800_235520_0215040_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2814_Sentinel2_225280_0204800_235520_0215040_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2815-Sentinel2-225280-0215040-235520-0225280\r\n", + " collection: Sentinel2\r\n", + " left: 225280\r\n", + " bottom: 0215040\r\n", + " right: 235520\r\n", + " top: 0225280\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2815_Sentinel2_225280_0215040_235520_0225280_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2815_Sentinel2_225280_0215040_235520_0225280_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2816-Sentinel2-225280-0225280-235520-0235520\r\n", + " collection: Sentinel2\r\n", + " left: 225280\r\n", + " bottom: 0225280\r\n", + " right: 235520\r\n", + " top: 0235520\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2816_Sentinel2_225280_0225280_235520_0235520_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2816_Sentinel2_225280_0225280_235520_0235520_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2817-Sentinel2-225280-0235520-235520-0245760\r\n", + " collection: Sentinel2\r\n", + " left: 225280\r\n", + " bottom: 0235520\r\n", + " right: 235520\r\n", + " top: 0245760\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2817_Sentinel2_225280_0235520_235520_0245760_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2817_Sentinel2_225280_0235520_235520_0245760_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2818-Sentinel2-225280-0245760-235520-0256000\r\n", + " collection: Sentinel2\r\n", + " left: 225280\r\n", + " bottom: 0245760\r\n", + " right: 235520\r\n", + " top: 0256000\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2818_Sentinel2_225280_0245760_235520_0256000_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2818_Sentinel2_225280_0245760_235520_0256000_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2819-Sentinel2-225280-0256000-235520-0266240\r\n", + " collection: Sentinel2\r\n", + " left: 225280\r\n", + " bottom: 0256000\r\n", + " right: 235520\r\n", + " top: 0266240\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2819_Sentinel2_225280_0256000_235520_0266240_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2819_Sentinel2_225280_0256000_235520_0266240_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2825-Sentinel2-225280-0317440-235520-0327680\r\n", + " collection: Sentinel2\r\n", + " left: 225280\r\n", + " bottom: 0317440\r\n", + " right: 235520\r\n", + " top: 0327680\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2825_Sentinel2_225280_0317440_235520_0327680_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2825_Sentinel2_225280_0317440_235520_0327680_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2826-Sentinel2-225280-0327680-235520-0337920\r\n", + " collection: Sentinel2\r\n", + " left: 225280\r\n", + " bottom: 0327680\r\n", + " right: 235520\r\n", + " top: 0337920\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2826_Sentinel2_225280_0327680_235520_0337920_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2826_Sentinel2_225280_0327680_235520_0337920_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2827-Sentinel2-225280-0337920-235520-0348160\r\n", + " collection: Sentinel2\r\n", + " left: 225280\r\n", + " bottom: 0337920\r\n", + " right: 235520\r\n", + " top: 0348160\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2827_Sentinel2_225280_0337920_235520_0348160_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2827_Sentinel2_225280_0337920_235520_0348160_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2829-Sentinel2-225280-0358400-235520-0368640\r\n", + " collection: Sentinel2\r\n", + " left: 225280\r\n", + " bottom: 0358400\r\n", + " right: 235520\r\n", + " top: 0368640\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2829_Sentinel2_225280_0358400_235520_0368640_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2829_Sentinel2_225280_0358400_235520_0368640_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2830-Sentinel2-225280-0368640-235520-0378880\r\n", + " collection: Sentinel2\r\n", + " left: 225280\r\n", + " bottom: 0368640\r\n", + " right: 235520\r\n", + " top: 0378880\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2830_Sentinel2_225280_0368640_235520_0378880_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2830_Sentinel2_225280_0368640_235520_0378880_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2831-Sentinel2-225280-0378880-235520-0389120\r\n", + " collection: Sentinel2\r\n", + " left: 225280\r\n", + " bottom: 0378880\r\n", + " right: 235520\r\n", + " top: 0389120\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2831_Sentinel2_225280_0378880_235520_0389120_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2831_Sentinel2_225280_0378880_235520_0389120_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2832-Sentinel2-225280-0389120-235520-0399360\r\n", + " collection: Sentinel2\r\n", + " left: 225280\r\n", + " bottom: 0389120\r\n", + " right: 235520\r\n", + " top: 0399360\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2832_Sentinel2_225280_0389120_235520_0399360_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2832_Sentinel2_225280_0389120_235520_0399360_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2839-Sentinel2-225280-0460800-235520-0471040\r\n", + " collection: Sentinel2\r\n", + " left: 225280\r\n", + " bottom: 0460800\r\n", + " right: 235520\r\n", + " top: 0471040\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2839_Sentinel2_225280_0460800_235520_0471040_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2839_Sentinel2_225280_0460800_235520_0471040_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2840-Sentinel2-225280-0471040-235520-0481280\r\n", + " collection: Sentinel2\r\n", + " left: 225280\r\n", + " bottom: 0471040\r\n", + " right: 235520\r\n", + " top: 0481280\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2840_Sentinel2_225280_0471040_235520_0481280_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2840_Sentinel2_225280_0471040_235520_0481280_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2841-Sentinel2-225280-0481280-235520-0491520\r\n", + " collection: Sentinel2\r\n", + " left: 225280\r\n", + " bottom: 0481280\r\n", + " right: 235520\r\n", + " top: 0491520\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2841_Sentinel2_225280_0481280_235520_0491520_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2841_Sentinel2_225280_0481280_235520_0491520_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2842-Sentinel2-225280-0491520-235520-0501760\r\n", + " collection: Sentinel2\r\n", + " left: 225280\r\n", + " bottom: 0491520\r\n", + " right: 235520\r\n", + " top: 0501760\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2842_Sentinel2_225280_0491520_235520_0501760_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2842_Sentinel2_225280_0491520_235520_0501760_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2846-Sentinel2-225280-0532480-235520-0542720\r\n", + " collection: Sentinel2\r\n", + " left: 225280\r\n", + " bottom: 0532480\r\n", + " right: 235520\r\n", + " top: 0542720\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2846_Sentinel2_225280_0532480_235520_0542720_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2846_Sentinel2_225280_0532480_235520_0542720_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2847-Sentinel2-225280-0542720-235520-0552960\r\n", + " collection: Sentinel2\r\n", + " left: 225280\r\n", + " bottom: 0542720\r\n", + " right: 235520\r\n", + " top: 0552960\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2847_Sentinel2_225280_0542720_235520_0552960_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2847_Sentinel2_225280_0542720_235520_0552960_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2848-Sentinel2-225280-0552960-235520-0563200\r\n", + " collection: Sentinel2\r\n", + " left: 225280\r\n", + " bottom: 0552960\r\n", + " right: 235520\r\n", + " top: 0563200\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2848_Sentinel2_225280_0552960_235520_0563200_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2848_Sentinel2_225280_0552960_235520_0563200_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2849-Sentinel2-225280-0563200-235520-0573440\r\n", + " collection: Sentinel2\r\n", + " left: 225280\r\n", + " bottom: 0563200\r\n", + " right: 235520\r\n", + " top: 0573440\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2849_Sentinel2_225280_0563200_235520_0573440_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2849_Sentinel2_225280_0563200_235520_0573440_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2850-Sentinel2-225280-0573440-235520-0583680\r\n", + " collection: Sentinel2\r\n", + " left: 225280\r\n", + " bottom: 0573440\r\n", + " right: 235520\r\n", + " top: 0583680\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2850_Sentinel2_225280_0573440_235520_0583680_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2850_Sentinel2_225280_0573440_235520_0583680_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2851-Sentinel2-225280-0583680-235520-0593920\r\n", + " collection: Sentinel2\r\n", + " left: 225280\r\n", + " bottom: 0583680\r\n", + " right: 235520\r\n", + " top: 0593920\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2851_Sentinel2_225280_0583680_235520_0593920_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2851_Sentinel2_225280_0583680_235520_0593920_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2852-Sentinel2-225280-0593920-235520-0604160\r\n", + " collection: Sentinel2\r\n", + " left: 225280\r\n", + " bottom: 0593920\r\n", + " right: 235520\r\n", + " top: 0604160\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2852_Sentinel2_225280_0593920_235520_0604160_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2852_Sentinel2_225280_0593920_235520_0604160_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2853-Sentinel2-225280-0604160-235520-0614400\r\n", + " collection: Sentinel2\r\n", + " left: 225280\r\n", + " bottom: 0604160\r\n", + " right: 235520\r\n", + " top: 0614400\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2853_Sentinel2_225280_0604160_235520_0614400_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2853_Sentinel2_225280_0604160_235520_0614400_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2854-Sentinel2-225280-0614400-235520-0624640\r\n", + " collection: Sentinel2\r\n", + " left: 225280\r\n", + " bottom: 0614400\r\n", + " right: 235520\r\n", + " top: 0624640\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2854_Sentinel2_225280_0614400_235520_0624640_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2854_Sentinel2_225280_0614400_235520_0624640_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2855-Sentinel2-225280-0624640-235520-0634880\r\n", + " collection: Sentinel2\r\n", + " left: 225280\r\n", + " bottom: 0624640\r\n", + " right: 235520\r\n", + " top: 0634880\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2855_Sentinel2_225280_0624640_235520_0634880_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2855_Sentinel2_225280_0624640_235520_0634880_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2856-Sentinel2-225280-0634880-235520-0645120\r\n", + " collection: Sentinel2\r\n", + " left: 225280\r\n", + " bottom: 0634880\r\n", + " right: 235520\r\n", + " top: 0645120\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2856_Sentinel2_225280_0634880_235520_0645120_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2856_Sentinel2_225280_0634880_235520_0645120_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2857-Sentinel2-225280-0645120-235520-0655360\r\n", + " collection: Sentinel2\r\n", + " left: 225280\r\n", + " bottom: 0645120\r\n", + " right: 235520\r\n", + " top: 0655360\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2857_Sentinel2_225280_0645120_235520_0655360_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2857_Sentinel2_225280_0645120_235520_0655360_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2858-Sentinel2-225280-0655360-235520-0665600\r\n", + " collection: Sentinel2\r\n", + " left: 225280\r\n", + " bottom: 0655360\r\n", + " right: 235520\r\n", + " top: 0665600\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2858_Sentinel2_225280_0655360_235520_0665600_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2858_Sentinel2_225280_0655360_235520_0665600_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2859-Sentinel2-225280-0665600-235520-0675840\r\n", + " collection: Sentinel2\r\n", + " left: 225280\r\n", + " bottom: 0665600\r\n", + " right: 235520\r\n", + " top: 0675840\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2859_Sentinel2_225280_0665600_235520_0675840_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2859_Sentinel2_225280_0665600_235520_0675840_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2860-Sentinel2-225280-0675840-235520-0686080\r\n", + " collection: Sentinel2\r\n", + " left: 225280\r\n", + " bottom: 0675840\r\n", + " right: 235520\r\n", + " top: 0686080\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2860_Sentinel2_225280_0675840_235520_0686080_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2860_Sentinel2_225280_0675840_235520_0686080_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2861-Sentinel2-225280-0686080-235520-0696320\r\n", + " collection: Sentinel2\r\n", + " left: 225280\r\n", + " bottom: 0686080\r\n", + " right: 235520\r\n", + " top: 0696320\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2861_Sentinel2_225280_0686080_235520_0696320_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2861_Sentinel2_225280_0686080_235520_0696320_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2862-Sentinel2-225280-0696320-235520-0706560\r\n", + " collection: Sentinel2\r\n", + " left: 225280\r\n", + " bottom: 0696320\r\n", + " right: 235520\r\n", + " top: 0706560\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2862_Sentinel2_225280_0696320_235520_0706560_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2862_Sentinel2_225280_0696320_235520_0706560_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2863-Sentinel2-225280-0706560-235520-0716800\r\n", + " collection: Sentinel2\r\n", + " left: 225280\r\n", + " bottom: 0706560\r\n", + " right: 235520\r\n", + " top: 0716800\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2863_Sentinel2_225280_0706560_235520_0716800_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2863_Sentinel2_225280_0706560_235520_0716800_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2864-Sentinel2-225280-0716800-235520-0727040\r\n", + " collection: Sentinel2\r\n", + " left: 225280\r\n", + " bottom: 0716800\r\n", + " right: 235520\r\n", + " top: 0727040\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2864_Sentinel2_225280_0716800_235520_0727040_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2864_Sentinel2_225280_0716800_235520_0727040_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2865-Sentinel2-225280-0727040-235520-0737280\r\n", + " collection: Sentinel2\r\n", + " left: 225280\r\n", + " bottom: 0727040\r\n", + " right: 235520\r\n", + " top: 0737280\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2865_Sentinel2_225280_0727040_235520_0737280_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2865_Sentinel2_225280_0727040_235520_0737280_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2866-Sentinel2-225280-0737280-235520-0747520\r\n", + " collection: Sentinel2\r\n", + " left: 225280\r\n", + " bottom: 0737280\r\n", + " right: 235520\r\n", + " top: 0747520\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2866_Sentinel2_225280_0737280_235520_0747520_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2866_Sentinel2_225280_0737280_235520_0747520_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2867-Sentinel2-225280-0747520-235520-0757760\r\n", + " collection: Sentinel2\r\n", + " left: 225280\r\n", + " bottom: 0747520\r\n", + " right: 235520\r\n", + " top: 0757760\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2867_Sentinel2_225280_0747520_235520_0757760_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2867_Sentinel2_225280_0747520_235520_0757760_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2868-Sentinel2-225280-0757760-235520-0768000\r\n", + " collection: Sentinel2\r\n", + " left: 225280\r\n", + " bottom: 0757760\r\n", + " right: 235520\r\n", + " top: 0768000\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2868_Sentinel2_225280_0757760_235520_0768000_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2868_Sentinel2_225280_0757760_235520_0768000_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2869-Sentinel2-225280-0768000-235520-0778240\r\n", + " collection: Sentinel2\r\n", + " left: 225280\r\n", + " bottom: 0768000\r\n", + " right: 235520\r\n", + " top: 0778240\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2869_Sentinel2_225280_0768000_235520_0778240_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2869_Sentinel2_225280_0768000_235520_0778240_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2870-Sentinel2-225280-0778240-235520-0788480\r\n", + " collection: Sentinel2\r\n", + " left: 225280\r\n", + " bottom: 0778240\r\n", + " right: 235520\r\n", + " top: 0788480\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2870_Sentinel2_225280_0778240_235520_0788480_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2870_Sentinel2_225280_0778240_235520_0788480_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2871-Sentinel2-225280-0788480-235520-0798720\r\n", + " collection: Sentinel2\r\n", + " left: 225280\r\n", + " bottom: 0788480\r\n", + " right: 235520\r\n", + " top: 0798720\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2871_Sentinel2_225280_0788480_235520_0798720_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2871_Sentinel2_225280_0788480_235520_0798720_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2872-Sentinel2-225280-0798720-235520-0808960\r\n", + " collection: Sentinel2\r\n", + " left: 225280\r\n", + " bottom: 0798720\r\n", + " right: 235520\r\n", + " top: 0808960\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2872_Sentinel2_225280_0798720_235520_0808960_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2872_Sentinel2_225280_0798720_235520_0808960_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2873-Sentinel2-225280-0808960-235520-0819200\r\n", + " collection: Sentinel2\r\n", + " left: 225280\r\n", + " bottom: 0808960\r\n", + " right: 235520\r\n", + " top: 0819200\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2873_Sentinel2_225280_0808960_235520_0819200_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2873_Sentinel2_225280_0808960_235520_0819200_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2874-Sentinel2-225280-0819200-235520-0829440\r\n", + " collection: Sentinel2\r\n", + " left: 225280\r\n", + " bottom: 0819200\r\n", + " right: 235520\r\n", + " top: 0829440\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2874_Sentinel2_225280_0819200_235520_0829440_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2874_Sentinel2_225280_0819200_235520_0829440_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2875-Sentinel2-225280-0829440-235520-0839680\r\n", + " collection: Sentinel2\r\n", + " left: 225280\r\n", + " bottom: 0829440\r\n", + " right: 235520\r\n", + " top: 0839680\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2875_Sentinel2_225280_0829440_235520_0839680_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2875_Sentinel2_225280_0829440_235520_0839680_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2876-Sentinel2-225280-0839680-235520-0849920\r\n", + " collection: Sentinel2\r\n", + " left: 225280\r\n", + " bottom: 0839680\r\n", + " right: 235520\r\n", + " top: 0849920\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2876_Sentinel2_225280_0839680_235520_0849920_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2876_Sentinel2_225280_0839680_235520_0849920_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2877-Sentinel2-225280-0849920-235520-0860160\r\n", + " collection: Sentinel2\r\n", + " left: 225280\r\n", + " bottom: 0849920\r\n", + " right: 235520\r\n", + " top: 0860160\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2877_Sentinel2_225280_0849920_235520_0860160_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2877_Sentinel2_225280_0849920_235520_0860160_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2878-Sentinel2-225280-0860160-235520-0870400\r\n", + " collection: Sentinel2\r\n", + " left: 225280\r\n", + " bottom: 0860160\r\n", + " right: 235520\r\n", + " top: 0870400\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2878_Sentinel2_225280_0860160_235520_0870400_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2878_Sentinel2_225280_0860160_235520_0870400_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2879-Sentinel2-225280-0870400-235520-0880640\r\n", + " collection: Sentinel2\r\n", + " left: 225280\r\n", + " bottom: 0870400\r\n", + " right: 235520\r\n", + " top: 0880640\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2879_Sentinel2_225280_0870400_235520_0880640_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2879_Sentinel2_225280_0870400_235520_0880640_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2880-Sentinel2-225280-0880640-235520-0890880\r\n", + " collection: Sentinel2\r\n", + " left: 225280\r\n", + " bottom: 0880640\r\n", + " right: 235520\r\n", + " top: 0890880\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2880_Sentinel2_225280_0880640_235520_0890880_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2880_Sentinel2_225280_0880640_235520_0890880_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2881-Sentinel2-225280-0890880-235520-0901120\r\n", + " collection: Sentinel2\r\n", + " left: 225280\r\n", + " bottom: 0890880\r\n", + " right: 235520\r\n", + " top: 0901120\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2881_Sentinel2_225280_0890880_235520_0901120_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2881_Sentinel2_225280_0890880_235520_0901120_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2882-Sentinel2-225280-0901120-235520-0911360\r\n", + " collection: Sentinel2\r\n", + " left: 225280\r\n", + " bottom: 0901120\r\n", + " right: 235520\r\n", + " top: 0911360\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2882_Sentinel2_225280_0901120_235520_0911360_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2882_Sentinel2_225280_0901120_235520_0911360_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2883-Sentinel2-225280-0911360-235520-0921600\r\n", + " collection: Sentinel2\r\n", + " left: 225280\r\n", + " bottom: 0911360\r\n", + " right: 235520\r\n", + " top: 0921600\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2883_Sentinel2_225280_0911360_235520_0921600_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2883_Sentinel2_225280_0911360_235520_0921600_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2884-Sentinel2-225280-0921600-235520-0931840\r\n", + " collection: Sentinel2\r\n", + " left: 225280\r\n", + " bottom: 0921600\r\n", + " right: 235520\r\n", + " top: 0931840\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2884_Sentinel2_225280_0921600_235520_0931840_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2884_Sentinel2_225280_0921600_235520_0931840_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2885-Sentinel2-225280-0931840-235520-0942080\r\n", + " collection: Sentinel2\r\n", + " left: 225280\r\n", + " bottom: 0931840\r\n", + " right: 235520\r\n", + " top: 0942080\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2885_Sentinel2_225280_0931840_235520_0942080_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2885_Sentinel2_225280_0931840_235520_0942080_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2886-Sentinel2-225280-0942080-235520-0952320\r\n", + " collection: Sentinel2\r\n", + " left: 225280\r\n", + " bottom: 0942080\r\n", + " right: 235520\r\n", + " top: 0952320\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2886_Sentinel2_225280_0942080_235520_0952320_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2886_Sentinel2_225280_0942080_235520_0952320_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2887-Sentinel2-225280-0952320-235520-0962560\r\n", + " collection: Sentinel2\r\n", + " left: 225280\r\n", + " bottom: 0952320\r\n", + " right: 235520\r\n", + " top: 0962560\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2887_Sentinel2_225280_0952320_235520_0962560_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2887_Sentinel2_225280_0952320_235520_0962560_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2888-Sentinel2-225280-0962560-235520-0972800\r\n", + " collection: Sentinel2\r\n", + " left: 225280\r\n", + " bottom: 0962560\r\n", + " right: 235520\r\n", + " top: 0972800\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2888_Sentinel2_225280_0962560_235520_0972800_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2888_Sentinel2_225280_0962560_235520_0972800_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2889-Sentinel2-225280-0972800-235520-0983040\r\n", + " collection: Sentinel2\r\n", + " left: 225280\r\n", + " bottom: 0972800\r\n", + " right: 235520\r\n", + " top: 0983040\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2889_Sentinel2_225280_0972800_235520_0983040_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2889_Sentinel2_225280_0972800_235520_0983040_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2924-Sentinel2-235520-0030720-245760-0040960\r\n", + " collection: Sentinel2\r\n", + " left: 235520\r\n", + " bottom: 0030720\r\n", + " right: 245760\r\n", + " top: 0040960\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2924_Sentinel2_235520_0030720_245760_0040960_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2924_Sentinel2_235520_0030720_245760_0040960_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2925-Sentinel2-235520-0040960-245760-0051200\r\n", + " collection: Sentinel2\r\n", + " left: 235520\r\n", + " bottom: 0040960\r\n", + " right: 245760\r\n", + " top: 0051200\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2925_Sentinel2_235520_0040960_245760_0051200_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2925_Sentinel2_235520_0040960_245760_0051200_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2926-Sentinel2-235520-0051200-245760-0061440\r\n", + " collection: Sentinel2\r\n", + " left: 235520\r\n", + " bottom: 0051200\r\n", + " right: 245760\r\n", + " top: 0061440\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2926_Sentinel2_235520_0051200_245760_0061440_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2926_Sentinel2_235520_0051200_245760_0061440_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2927-Sentinel2-235520-0061440-245760-0071680\r\n", + " collection: Sentinel2\r\n", + " left: 235520\r\n", + " bottom: 0061440\r\n", + " right: 245760\r\n", + " top: 0071680\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2927_Sentinel2_235520_0061440_245760_0071680_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2927_Sentinel2_235520_0061440_245760_0071680_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2928-Sentinel2-235520-0071680-245760-0081920\r\n", + " collection: Sentinel2\r\n", + " left: 235520\r\n", + " bottom: 0071680\r\n", + " right: 245760\r\n", + " top: 0081920\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2928_Sentinel2_235520_0071680_245760_0081920_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2928_Sentinel2_235520_0071680_245760_0081920_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2929-Sentinel2-235520-0081920-245760-0092160\r\n", + " collection: Sentinel2\r\n", + " left: 235520\r\n", + " bottom: 0081920\r\n", + " right: 245760\r\n", + " top: 0092160\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2929_Sentinel2_235520_0081920_245760_0092160_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2929_Sentinel2_235520_0081920_245760_0092160_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2930-Sentinel2-235520-0092160-245760-0102400\r\n", + " collection: Sentinel2\r\n", + " left: 235520\r\n", + " bottom: 0092160\r\n", + " right: 245760\r\n", + " top: 0102400\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2930_Sentinel2_235520_0092160_245760_0102400_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2930_Sentinel2_235520_0092160_245760_0102400_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2931-Sentinel2-235520-0102400-245760-0112640\r\n", + " collection: Sentinel2\r\n", + " left: 235520\r\n", + " bottom: 0102400\r\n", + " right: 245760\r\n", + " top: 0112640\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2931_Sentinel2_235520_0102400_245760_0112640_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2931_Sentinel2_235520_0102400_245760_0112640_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2932-Sentinel2-235520-0112640-245760-0122880\r\n", + " collection: Sentinel2\r\n", + " left: 235520\r\n", + " bottom: 0112640\r\n", + " right: 245760\r\n", + " top: 0122880\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2932_Sentinel2_235520_0112640_245760_0122880_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2932_Sentinel2_235520_0112640_245760_0122880_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2933-Sentinel2-235520-0122880-245760-0133120\r\n", + " collection: Sentinel2\r\n", + " left: 235520\r\n", + " bottom: 0122880\r\n", + " right: 245760\r\n", + " top: 0133120\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2933_Sentinel2_235520_0122880_245760_0133120_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2933_Sentinel2_235520_0122880_245760_0133120_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2934-Sentinel2-235520-0133120-245760-0143360\r\n", + " collection: Sentinel2\r\n", + " left: 235520\r\n", + " bottom: 0133120\r\n", + " right: 245760\r\n", + " top: 0143360\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2934_Sentinel2_235520_0133120_245760_0143360_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2934_Sentinel2_235520_0133120_245760_0143360_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2935-Sentinel2-235520-0143360-245760-0153600\r\n", + " collection: Sentinel2\r\n", + " left: 235520\r\n", + " bottom: 0143360\r\n", + " right: 245760\r\n", + " top: 0153600\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2935_Sentinel2_235520_0143360_245760_0153600_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2935_Sentinel2_235520_0143360_245760_0153600_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2939-Sentinel2-235520-0184320-245760-0194560\r\n", + " collection: Sentinel2\r\n", + " left: 235520\r\n", + " bottom: 0184320\r\n", + " right: 245760\r\n", + " top: 0194560\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2939_Sentinel2_235520_0184320_245760_0194560_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2939_Sentinel2_235520_0184320_245760_0194560_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2940-Sentinel2-235520-0194560-245760-0204800\r\n", + " collection: Sentinel2\r\n", + " left: 235520\r\n", + " bottom: 0194560\r\n", + " right: 245760\r\n", + " top: 0204800\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2940_Sentinel2_235520_0194560_245760_0204800_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2940_Sentinel2_235520_0194560_245760_0204800_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2941-Sentinel2-235520-0204800-245760-0215040\r\n", + " collection: Sentinel2\r\n", + " left: 235520\r\n", + " bottom: 0204800\r\n", + " right: 245760\r\n", + " top: 0215040\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2941_Sentinel2_235520_0204800_245760_0215040_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2941_Sentinel2_235520_0204800_245760_0215040_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2942-Sentinel2-235520-0215040-245760-0225280\r\n", + " collection: Sentinel2\r\n", + " left: 235520\r\n", + " bottom: 0215040\r\n", + " right: 245760\r\n", + " top: 0225280\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2942_Sentinel2_235520_0215040_245760_0225280_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2942_Sentinel2_235520_0215040_245760_0225280_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2943-Sentinel2-235520-0225280-245760-0235520\r\n", + " collection: Sentinel2\r\n", + " left: 235520\r\n", + " bottom: 0225280\r\n", + " right: 245760\r\n", + " top: 0235520\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2943_Sentinel2_235520_0225280_245760_0235520_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2943_Sentinel2_235520_0225280_245760_0235520_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2944-Sentinel2-235520-0235520-245760-0245760\r\n", + " collection: Sentinel2\r\n", + " left: 235520\r\n", + " bottom: 0235520\r\n", + " right: 245760\r\n", + " top: 0245760\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2944_Sentinel2_235520_0235520_245760_0245760_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2944_Sentinel2_235520_0235520_245760_0245760_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2945-Sentinel2-235520-0245760-245760-0256000\r\n", + " collection: Sentinel2\r\n", + " left: 235520\r\n", + " bottom: 0245760\r\n", + " right: 245760\r\n", + " top: 0256000\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2945_Sentinel2_235520_0245760_245760_0256000_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2945_Sentinel2_235520_0245760_245760_0256000_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2946-Sentinel2-235520-0256000-245760-0266240\r\n", + " collection: Sentinel2\r\n", + " left: 235520\r\n", + " bottom: 0256000\r\n", + " right: 245760\r\n", + " top: 0266240\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2946_Sentinel2_235520_0256000_245760_0266240_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2946_Sentinel2_235520_0256000_245760_0266240_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2953-Sentinel2-235520-0327680-245760-0337920\r\n", + " collection: Sentinel2\r\n", + " left: 235520\r\n", + " bottom: 0327680\r\n", + " right: 245760\r\n", + " top: 0337920\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2953_Sentinel2_235520_0327680_245760_0337920_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2953_Sentinel2_235520_0327680_245760_0337920_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2954-Sentinel2-235520-0337920-245760-0348160\r\n", + " collection: Sentinel2\r\n", + " left: 235520\r\n", + " bottom: 0337920\r\n", + " right: 245760\r\n", + " top: 0348160\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2954_Sentinel2_235520_0337920_245760_0348160_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2954_Sentinel2_235520_0337920_245760_0348160_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2955-Sentinel2-235520-0348160-245760-0358400\r\n", + " collection: Sentinel2\r\n", + " left: 235520\r\n", + " bottom: 0348160\r\n", + " right: 245760\r\n", + " top: 0358400\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2955_Sentinel2_235520_0348160_245760_0358400_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2955_Sentinel2_235520_0348160_245760_0358400_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2956-Sentinel2-235520-0358400-245760-0368640\r\n", + " collection: Sentinel2\r\n", + " left: 235520\r\n", + " bottom: 0358400\r\n", + " right: 245760\r\n", + " top: 0368640\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2956_Sentinel2_235520_0358400_245760_0368640_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2956_Sentinel2_235520_0358400_245760_0368640_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2957-Sentinel2-235520-0368640-245760-0378880\r\n", + " collection: Sentinel2\r\n", + " left: 235520\r\n", + " bottom: 0368640\r\n", + " right: 245760\r\n", + " top: 0378880\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2957_Sentinel2_235520_0368640_245760_0378880_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2957_Sentinel2_235520_0368640_245760_0378880_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2958-Sentinel2-235520-0378880-245760-0389120\r\n", + " collection: Sentinel2\r\n", + " left: 235520\r\n", + " bottom: 0378880\r\n", + " right: 245760\r\n", + " top: 0389120\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2958_Sentinel2_235520_0378880_245760_0389120_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2958_Sentinel2_235520_0378880_245760_0389120_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2959-Sentinel2-235520-0389120-245760-0399360\r\n", + " collection: Sentinel2\r\n", + " left: 235520\r\n", + " bottom: 0389120\r\n", + " right: 245760\r\n", + " top: 0399360\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2959_Sentinel2_235520_0389120_245760_0399360_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2959_Sentinel2_235520_0389120_245760_0399360_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2967-Sentinel2-235520-0471040-245760-0481280\r\n", + " collection: Sentinel2\r\n", + " left: 235520\r\n", + " bottom: 0471040\r\n", + " right: 245760\r\n", + " top: 0481280\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2967_Sentinel2_235520_0471040_245760_0481280_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2967_Sentinel2_235520_0471040_245760_0481280_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2968-Sentinel2-235520-0481280-245760-0491520\r\n", + " collection: Sentinel2\r\n", + " left: 235520\r\n", + " bottom: 0481280\r\n", + " right: 245760\r\n", + " top: 0491520\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2968_Sentinel2_235520_0481280_245760_0491520_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2968_Sentinel2_235520_0481280_245760_0491520_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2969-Sentinel2-235520-0491520-245760-0501760\r\n", + " collection: Sentinel2\r\n", + " left: 235520\r\n", + " bottom: 0491520\r\n", + " right: 245760\r\n", + " top: 0501760\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2969_Sentinel2_235520_0491520_245760_0501760_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2969_Sentinel2_235520_0491520_245760_0501760_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2970-Sentinel2-235520-0501760-245760-0512000\r\n", + " collection: Sentinel2\r\n", + " left: 235520\r\n", + " bottom: 0501760\r\n", + " right: 245760\r\n", + " top: 0512000\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2970_Sentinel2_235520_0501760_245760_0512000_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2970_Sentinel2_235520_0501760_245760_0512000_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2973-Sentinel2-235520-0532480-245760-0542720\r\n", + " collection: Sentinel2\r\n", + " left: 235520\r\n", + " bottom: 0532480\r\n", + " right: 245760\r\n", + " top: 0542720\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2973_Sentinel2_235520_0532480_245760_0542720_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2973_Sentinel2_235520_0532480_245760_0542720_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2974-Sentinel2-235520-0542720-245760-0552960\r\n", + " collection: Sentinel2\r\n", + " left: 235520\r\n", + " bottom: 0542720\r\n", + " right: 245760\r\n", + " top: 0552960\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2974_Sentinel2_235520_0542720_245760_0552960_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2974_Sentinel2_235520_0542720_245760_0552960_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2975-Sentinel2-235520-0552960-245760-0563200\r\n", + " collection: Sentinel2\r\n", + " left: 235520\r\n", + " bottom: 0552960\r\n", + " right: 245760\r\n", + " top: 0563200\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2975_Sentinel2_235520_0552960_245760_0563200_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2975_Sentinel2_235520_0552960_245760_0563200_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2976-Sentinel2-235520-0563200-245760-0573440\r\n", + " collection: Sentinel2\r\n", + " left: 235520\r\n", + " bottom: 0563200\r\n", + " right: 245760\r\n", + " top: 0573440\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2976_Sentinel2_235520_0563200_245760_0573440_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2976_Sentinel2_235520_0563200_245760_0573440_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2977-Sentinel2-235520-0573440-245760-0583680\r\n", + " collection: Sentinel2\r\n", + " left: 235520\r\n", + " bottom: 0573440\r\n", + " right: 245760\r\n", + " top: 0583680\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2977_Sentinel2_235520_0573440_245760_0583680_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2977_Sentinel2_235520_0573440_245760_0583680_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2978-Sentinel2-235520-0583680-245760-0593920\r\n", + " collection: Sentinel2\r\n", + " left: 235520\r\n", + " bottom: 0583680\r\n", + " right: 245760\r\n", + " top: 0593920\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2978_Sentinel2_235520_0583680_245760_0593920_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2978_Sentinel2_235520_0583680_245760_0593920_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2979-Sentinel2-235520-0593920-245760-0604160\r\n", + " collection: Sentinel2\r\n", + " left: 235520\r\n", + " bottom: 0593920\r\n", + " right: 245760\r\n", + " top: 0604160\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2979_Sentinel2_235520_0593920_245760_0604160_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2979_Sentinel2_235520_0593920_245760_0604160_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2980-Sentinel2-235520-0604160-245760-0614400\r\n", + " collection: Sentinel2\r\n", + " left: 235520\r\n", + " bottom: 0604160\r\n", + " right: 245760\r\n", + " top: 0614400\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2980_Sentinel2_235520_0604160_245760_0614400_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2980_Sentinel2_235520_0604160_245760_0614400_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2981-Sentinel2-235520-0614400-245760-0624640\r\n", + " collection: Sentinel2\r\n", + " left: 235520\r\n", + " bottom: 0614400\r\n", + " right: 245760\r\n", + " top: 0624640\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2981_Sentinel2_235520_0614400_245760_0624640_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2981_Sentinel2_235520_0614400_245760_0624640_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2982-Sentinel2-235520-0624640-245760-0634880\r\n", + " collection: Sentinel2\r\n", + " left: 235520\r\n", + " bottom: 0624640\r\n", + " right: 245760\r\n", + " top: 0634880\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2982_Sentinel2_235520_0624640_245760_0634880_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2982_Sentinel2_235520_0624640_245760_0634880_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2983-Sentinel2-235520-0634880-245760-0645120\r\n", + " collection: Sentinel2\r\n", + " left: 235520\r\n", + " bottom: 0634880\r\n", + " right: 245760\r\n", + " top: 0645120\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2983_Sentinel2_235520_0634880_245760_0645120_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2983_Sentinel2_235520_0634880_245760_0645120_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2984-Sentinel2-235520-0645120-245760-0655360\r\n", + " collection: Sentinel2\r\n", + " left: 235520\r\n", + " bottom: 0645120\r\n", + " right: 245760\r\n", + " top: 0655360\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2984_Sentinel2_235520_0645120_245760_0655360_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2984_Sentinel2_235520_0645120_245760_0655360_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2985-Sentinel2-235520-0655360-245760-0665600\r\n", + " collection: Sentinel2\r\n", + " left: 235520\r\n", + " bottom: 0655360\r\n", + " right: 245760\r\n", + " top: 0665600\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2985_Sentinel2_235520_0655360_245760_0665600_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2985_Sentinel2_235520_0655360_245760_0665600_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2986-Sentinel2-235520-0665600-245760-0675840\r\n", + " collection: Sentinel2\r\n", + " left: 235520\r\n", + " bottom: 0665600\r\n", + " right: 245760\r\n", + " top: 0675840\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2986_Sentinel2_235520_0665600_245760_0675840_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2986_Sentinel2_235520_0665600_245760_0675840_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2987-Sentinel2-235520-0675840-245760-0686080\r\n", + " collection: Sentinel2\r\n", + " left: 235520\r\n", + " bottom: 0675840\r\n", + " right: 245760\r\n", + " top: 0686080\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2987_Sentinel2_235520_0675840_245760_0686080_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2987_Sentinel2_235520_0675840_245760_0686080_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2988-Sentinel2-235520-0686080-245760-0696320\r\n", + " collection: Sentinel2\r\n", + " left: 235520\r\n", + " bottom: 0686080\r\n", + " right: 245760\r\n", + " top: 0696320\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2988_Sentinel2_235520_0686080_245760_0696320_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2988_Sentinel2_235520_0686080_245760_0696320_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2989-Sentinel2-235520-0696320-245760-0706560\r\n", + " collection: Sentinel2\r\n", + " left: 235520\r\n", + " bottom: 0696320\r\n", + " right: 245760\r\n", + " top: 0706560\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2989_Sentinel2_235520_0696320_245760_0706560_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2989_Sentinel2_235520_0696320_245760_0706560_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2990-Sentinel2-235520-0706560-245760-0716800\r\n", + " collection: Sentinel2\r\n", + " left: 235520\r\n", + " bottom: 0706560\r\n", + " right: 245760\r\n", + " top: 0716800\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2990_Sentinel2_235520_0706560_245760_0716800_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2990_Sentinel2_235520_0706560_245760_0716800_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2991-Sentinel2-235520-0716800-245760-0727040\r\n", + " collection: Sentinel2\r\n", + " left: 235520\r\n", + " bottom: 0716800\r\n", + " right: 245760\r\n", + " top: 0727040\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2991_Sentinel2_235520_0716800_245760_0727040_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2991_Sentinel2_235520_0716800_245760_0727040_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2992-Sentinel2-235520-0727040-245760-0737280\r\n", + " collection: Sentinel2\r\n", + " left: 235520\r\n", + " bottom: 0727040\r\n", + " right: 245760\r\n", + " top: 0737280\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2992_Sentinel2_235520_0727040_245760_0737280_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2992_Sentinel2_235520_0727040_245760_0737280_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2993-Sentinel2-235520-0737280-245760-0747520\r\n", + " collection: Sentinel2\r\n", + " left: 235520\r\n", + " bottom: 0737280\r\n", + " right: 245760\r\n", + " top: 0747520\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2993_Sentinel2_235520_0737280_245760_0747520_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2993_Sentinel2_235520_0737280_245760_0747520_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2994-Sentinel2-235520-0747520-245760-0757760\r\n", + " collection: Sentinel2\r\n", + " left: 235520\r\n", + " bottom: 0747520\r\n", + " right: 245760\r\n", + " top: 0757760\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2994_Sentinel2_235520_0747520_245760_0757760_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2994_Sentinel2_235520_0747520_245760_0757760_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2995-Sentinel2-235520-0757760-245760-0768000\r\n", + " collection: Sentinel2\r\n", + " left: 235520\r\n", + " bottom: 0757760\r\n", + " right: 245760\r\n", + " top: 0768000\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2995_Sentinel2_235520_0757760_245760_0768000_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2995_Sentinel2_235520_0757760_245760_0768000_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2996-Sentinel2-235520-0768000-245760-0778240\r\n", + " collection: Sentinel2\r\n", + " left: 235520\r\n", + " bottom: 0768000\r\n", + " right: 245760\r\n", + " top: 0778240\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2996_Sentinel2_235520_0768000_245760_0778240_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2996_Sentinel2_235520_0768000_245760_0778240_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2997-Sentinel2-235520-0778240-245760-0788480\r\n", + " collection: Sentinel2\r\n", + " left: 235520\r\n", + " bottom: 0778240\r\n", + " right: 245760\r\n", + " top: 0788480\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2997_Sentinel2_235520_0778240_245760_0788480_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2997_Sentinel2_235520_0778240_245760_0788480_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2998-Sentinel2-235520-0788480-245760-0798720\r\n", + " collection: Sentinel2\r\n", + " left: 235520\r\n", + " bottom: 0788480\r\n", + " right: 245760\r\n", + " top: 0798720\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2998_Sentinel2_235520_0788480_245760_0798720_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2998_Sentinel2_235520_0788480_245760_0798720_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/2999-Sentinel2-235520-0798720-245760-0808960\r\n", + " collection: Sentinel2\r\n", + " left: 235520\r\n", + " bottom: 0798720\r\n", + " right: 245760\r\n", + " top: 0808960\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_2999_Sentinel2_235520_0798720_245760_0808960_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_2999_Sentinel2_235520_0798720_245760_0808960_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3000-Sentinel2-235520-0808960-245760-0819200\r\n", + " collection: Sentinel2\r\n", + " left: 235520\r\n", + " bottom: 0808960\r\n", + " right: 245760\r\n", + " top: 0819200\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3000_Sentinel2_235520_0808960_245760_0819200_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3000_Sentinel2_235520_0808960_245760_0819200_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3001-Sentinel2-235520-0819200-245760-0829440\r\n", + " collection: Sentinel2\r\n", + " left: 235520\r\n", + " bottom: 0819200\r\n", + " right: 245760\r\n", + " top: 0829440\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3001_Sentinel2_235520_0819200_245760_0829440_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3001_Sentinel2_235520_0819200_245760_0829440_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3002-Sentinel2-235520-0829440-245760-0839680\r\n", + " collection: Sentinel2\r\n", + " left: 235520\r\n", + " bottom: 0829440\r\n", + " right: 245760\r\n", + " top: 0839680\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3002_Sentinel2_235520_0829440_245760_0839680_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3002_Sentinel2_235520_0829440_245760_0839680_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3003-Sentinel2-235520-0839680-245760-0849920\r\n", + " collection: Sentinel2\r\n", + " left: 235520\r\n", + " bottom: 0839680\r\n", + " right: 245760\r\n", + " top: 0849920\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3003_Sentinel2_235520_0839680_245760_0849920_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3003_Sentinel2_235520_0839680_245760_0849920_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3004-Sentinel2-235520-0849920-245760-0860160\r\n", + " collection: Sentinel2\r\n", + " left: 235520\r\n", + " bottom: 0849920\r\n", + " right: 245760\r\n", + " top: 0860160\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3004_Sentinel2_235520_0849920_245760_0860160_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3004_Sentinel2_235520_0849920_245760_0860160_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3005-Sentinel2-235520-0860160-245760-0870400\r\n", + " collection: Sentinel2\r\n", + " left: 235520\r\n", + " bottom: 0860160\r\n", + " right: 245760\r\n", + " top: 0870400\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3005_Sentinel2_235520_0860160_245760_0870400_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3005_Sentinel2_235520_0860160_245760_0870400_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3006-Sentinel2-235520-0870400-245760-0880640\r\n", + " collection: Sentinel2\r\n", + " left: 235520\r\n", + " bottom: 0870400\r\n", + " right: 245760\r\n", + " top: 0880640\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3006_Sentinel2_235520_0870400_245760_0880640_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3006_Sentinel2_235520_0870400_245760_0880640_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3007-Sentinel2-235520-0880640-245760-0890880\r\n", + " collection: Sentinel2\r\n", + " left: 235520\r\n", + " bottom: 0880640\r\n", + " right: 245760\r\n", + " top: 0890880\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3007_Sentinel2_235520_0880640_245760_0890880_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3007_Sentinel2_235520_0880640_245760_0890880_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3008-Sentinel2-235520-0890880-245760-0901120\r\n", + " collection: Sentinel2\r\n", + " left: 235520\r\n", + " bottom: 0890880\r\n", + " right: 245760\r\n", + " top: 0901120\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3008_Sentinel2_235520_0890880_245760_0901120_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3008_Sentinel2_235520_0890880_245760_0901120_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3009-Sentinel2-235520-0901120-245760-0911360\r\n", + " collection: Sentinel2\r\n", + " left: 235520\r\n", + " bottom: 0901120\r\n", + " right: 245760\r\n", + " top: 0911360\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3009_Sentinel2_235520_0901120_245760_0911360_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3009_Sentinel2_235520_0901120_245760_0911360_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3010-Sentinel2-235520-0911360-245760-0921600\r\n", + " collection: Sentinel2\r\n", + " left: 235520\r\n", + " bottom: 0911360\r\n", + " right: 245760\r\n", + " top: 0921600\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3010_Sentinel2_235520_0911360_245760_0921600_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3010_Sentinel2_235520_0911360_245760_0921600_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3011-Sentinel2-235520-0921600-245760-0931840\r\n", + " collection: Sentinel2\r\n", + " left: 235520\r\n", + " bottom: 0921600\r\n", + " right: 245760\r\n", + " top: 0931840\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3011_Sentinel2_235520_0921600_245760_0931840_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3011_Sentinel2_235520_0921600_245760_0931840_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3012-Sentinel2-235520-0931840-245760-0942080\r\n", + " collection: Sentinel2\r\n", + " left: 235520\r\n", + " bottom: 0931840\r\n", + " right: 245760\r\n", + " top: 0942080\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3012_Sentinel2_235520_0931840_245760_0942080_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3012_Sentinel2_235520_0931840_245760_0942080_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3013-Sentinel2-235520-0942080-245760-0952320\r\n", + " collection: Sentinel2\r\n", + " left: 235520\r\n", + " bottom: 0942080\r\n", + " right: 245760\r\n", + " top: 0952320\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3013_Sentinel2_235520_0942080_245760_0952320_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3013_Sentinel2_235520_0942080_245760_0952320_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3014-Sentinel2-235520-0952320-245760-0962560\r\n", + " collection: Sentinel2\r\n", + " left: 235520\r\n", + " bottom: 0952320\r\n", + " right: 245760\r\n", + " top: 0962560\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3014_Sentinel2_235520_0952320_245760_0962560_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3014_Sentinel2_235520_0952320_245760_0962560_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3015-Sentinel2-235520-0962560-245760-0972800\r\n", + " collection: Sentinel2\r\n", + " left: 235520\r\n", + " bottom: 0962560\r\n", + " right: 245760\r\n", + " top: 0972800\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3015_Sentinel2_235520_0962560_245760_0972800_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3015_Sentinel2_235520_0962560_245760_0972800_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3052-Sentinel2-245760-0040960-256000-0051200\r\n", + " collection: Sentinel2\r\n", + " left: 245760\r\n", + " bottom: 0040960\r\n", + " right: 256000\r\n", + " top: 0051200\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3052_Sentinel2_245760_0040960_256000_0051200_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3052_Sentinel2_245760_0040960_256000_0051200_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3053-Sentinel2-245760-0051200-256000-0061440\r\n", + " collection: Sentinel2\r\n", + " left: 245760\r\n", + " bottom: 0051200\r\n", + " right: 256000\r\n", + " top: 0061440\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3053_Sentinel2_245760_0051200_256000_0061440_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3053_Sentinel2_245760_0051200_256000_0061440_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3054-Sentinel2-245760-0061440-256000-0071680\r\n", + " collection: Sentinel2\r\n", + " left: 245760\r\n", + " bottom: 0061440\r\n", + " right: 256000\r\n", + " top: 0071680\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3054_Sentinel2_245760_0061440_256000_0071680_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3054_Sentinel2_245760_0061440_256000_0071680_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3055-Sentinel2-245760-0071680-256000-0081920\r\n", + " collection: Sentinel2\r\n", + " left: 245760\r\n", + " bottom: 0071680\r\n", + " right: 256000\r\n", + " top: 0081920\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3055_Sentinel2_245760_0071680_256000_0081920_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3055_Sentinel2_245760_0071680_256000_0081920_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3056-Sentinel2-245760-0081920-256000-0092160\r\n", + " collection: Sentinel2\r\n", + " left: 245760\r\n", + " bottom: 0081920\r\n", + " right: 256000\r\n", + " top: 0092160\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3056_Sentinel2_245760_0081920_256000_0092160_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3056_Sentinel2_245760_0081920_256000_0092160_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3057-Sentinel2-245760-0092160-256000-0102400\r\n", + " collection: Sentinel2\r\n", + " left: 245760\r\n", + " bottom: 0092160\r\n", + " right: 256000\r\n", + " top: 0102400\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3057_Sentinel2_245760_0092160_256000_0102400_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3057_Sentinel2_245760_0092160_256000_0102400_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3058-Sentinel2-245760-0102400-256000-0112640\r\n", + " collection: Sentinel2\r\n", + " left: 245760\r\n", + " bottom: 0102400\r\n", + " right: 256000\r\n", + " top: 0112640\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3058_Sentinel2_245760_0102400_256000_0112640_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3058_Sentinel2_245760_0102400_256000_0112640_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3059-Sentinel2-245760-0112640-256000-0122880\r\n", + " collection: Sentinel2\r\n", + " left: 245760\r\n", + " bottom: 0112640\r\n", + " right: 256000\r\n", + " top: 0122880\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3059_Sentinel2_245760_0112640_256000_0122880_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3059_Sentinel2_245760_0112640_256000_0122880_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3060-Sentinel2-245760-0122880-256000-0133120\r\n", + " collection: Sentinel2\r\n", + " left: 245760\r\n", + " bottom: 0122880\r\n", + " right: 256000\r\n", + " top: 0133120\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3060_Sentinel2_245760_0122880_256000_0133120_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3060_Sentinel2_245760_0122880_256000_0133120_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3061-Sentinel2-245760-0133120-256000-0143360\r\n", + " collection: Sentinel2\r\n", + " left: 245760\r\n", + " bottom: 0133120\r\n", + " right: 256000\r\n", + " top: 0143360\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3061_Sentinel2_245760_0133120_256000_0143360_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3061_Sentinel2_245760_0133120_256000_0143360_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3062-Sentinel2-245760-0143360-256000-0153600\r\n", + " collection: Sentinel2\r\n", + " left: 245760\r\n", + " bottom: 0143360\r\n", + " right: 256000\r\n", + " top: 0153600\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3062_Sentinel2_245760_0143360_256000_0153600_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3062_Sentinel2_245760_0143360_256000_0153600_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3065-Sentinel2-245760-0174080-256000-0184320\r\n", + " collection: Sentinel2\r\n", + " left: 245760\r\n", + " bottom: 0174080\r\n", + " right: 256000\r\n", + " top: 0184320\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3065_Sentinel2_245760_0174080_256000_0184320_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3065_Sentinel2_245760_0174080_256000_0184320_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3066-Sentinel2-245760-0184320-256000-0194560\r\n", + " collection: Sentinel2\r\n", + " left: 245760\r\n", + " bottom: 0184320\r\n", + " right: 256000\r\n", + " top: 0194560\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3066_Sentinel2_245760_0184320_256000_0194560_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3066_Sentinel2_245760_0184320_256000_0194560_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3067-Sentinel2-245760-0194560-256000-0204800\r\n", + " collection: Sentinel2\r\n", + " left: 245760\r\n", + " bottom: 0194560\r\n", + " right: 256000\r\n", + " top: 0204800\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3067_Sentinel2_245760_0194560_256000_0204800_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3067_Sentinel2_245760_0194560_256000_0204800_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3068-Sentinel2-245760-0204800-256000-0215040\r\n", + " collection: Sentinel2\r\n", + " left: 245760\r\n", + " bottom: 0204800\r\n", + " right: 256000\r\n", + " top: 0215040\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3068_Sentinel2_245760_0204800_256000_0215040_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3068_Sentinel2_245760_0204800_256000_0215040_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3069-Sentinel2-245760-0215040-256000-0225280\r\n", + " collection: Sentinel2\r\n", + " left: 245760\r\n", + " bottom: 0215040\r\n", + " right: 256000\r\n", + " top: 0225280\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3069_Sentinel2_245760_0215040_256000_0225280_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3069_Sentinel2_245760_0215040_256000_0225280_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3070-Sentinel2-245760-0225280-256000-0235520\r\n", + " collection: Sentinel2\r\n", + " left: 245760\r\n", + " bottom: 0225280\r\n", + " right: 256000\r\n", + " top: 0235520\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3070_Sentinel2_245760_0225280_256000_0235520_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3070_Sentinel2_245760_0225280_256000_0235520_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3071-Sentinel2-245760-0235520-256000-0245760\r\n", + " collection: Sentinel2\r\n", + " left: 245760\r\n", + " bottom: 0235520\r\n", + " right: 256000\r\n", + " top: 0245760\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3071_Sentinel2_245760_0235520_256000_0245760_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3071_Sentinel2_245760_0235520_256000_0245760_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3072-Sentinel2-245760-0245760-256000-0256000\r\n", + " collection: Sentinel2\r\n", + " left: 245760\r\n", + " bottom: 0245760\r\n", + " right: 256000\r\n", + " top: 0256000\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3072_Sentinel2_245760_0245760_256000_0256000_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3072_Sentinel2_245760_0245760_256000_0256000_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3073-Sentinel2-245760-0256000-256000-0266240\r\n", + " collection: Sentinel2\r\n", + " left: 245760\r\n", + " bottom: 0256000\r\n", + " right: 256000\r\n", + " top: 0266240\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3073_Sentinel2_245760_0256000_256000_0266240_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3073_Sentinel2_245760_0256000_256000_0266240_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3074-Sentinel2-245760-0266240-256000-0276480\r\n", + " collection: Sentinel2\r\n", + " left: 245760\r\n", + " bottom: 0266240\r\n", + " right: 256000\r\n", + " top: 0276480\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3074_Sentinel2_245760_0266240_256000_0276480_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3074_Sentinel2_245760_0266240_256000_0276480_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3077-Sentinel2-245760-0296960-256000-0307200\r\n", + " collection: Sentinel2\r\n", + " left: 245760\r\n", + " bottom: 0296960\r\n", + " right: 256000\r\n", + " top: 0307200\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3077_Sentinel2_245760_0296960_256000_0307200_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3077_Sentinel2_245760_0296960_256000_0307200_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3079-Sentinel2-245760-0317440-256000-0327680\r\n", + " collection: Sentinel2\r\n", + " left: 245760\r\n", + " bottom: 0317440\r\n", + " right: 256000\r\n", + " top: 0327680\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3079_Sentinel2_245760_0317440_256000_0327680_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3079_Sentinel2_245760_0317440_256000_0327680_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3080-Sentinel2-245760-0327680-256000-0337920\r\n", + " collection: Sentinel2\r\n", + " left: 245760\r\n", + " bottom: 0327680\r\n", + " right: 256000\r\n", + " top: 0337920\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3080_Sentinel2_245760_0327680_256000_0337920_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3080_Sentinel2_245760_0327680_256000_0337920_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3081-Sentinel2-245760-0337920-256000-0348160\r\n", + " collection: Sentinel2\r\n", + " left: 245760\r\n", + " bottom: 0337920\r\n", + " right: 256000\r\n", + " top: 0348160\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3081_Sentinel2_245760_0337920_256000_0348160_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3081_Sentinel2_245760_0337920_256000_0348160_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3082-Sentinel2-245760-0348160-256000-0358400\r\n", + " collection: Sentinel2\r\n", + " left: 245760\r\n", + " bottom: 0348160\r\n", + " right: 256000\r\n", + " top: 0358400\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3082_Sentinel2_245760_0348160_256000_0358400_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3082_Sentinel2_245760_0348160_256000_0358400_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3083-Sentinel2-245760-0358400-256000-0368640\r\n", + " collection: Sentinel2\r\n", + " left: 245760\r\n", + " bottom: 0358400\r\n", + " right: 256000\r\n", + " top: 0368640\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3083_Sentinel2_245760_0358400_256000_0368640_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3083_Sentinel2_245760_0358400_256000_0368640_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3084-Sentinel2-245760-0368640-256000-0378880\r\n", + " collection: Sentinel2\r\n", + " left: 245760\r\n", + " bottom: 0368640\r\n", + " right: 256000\r\n", + " top: 0378880\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3084_Sentinel2_245760_0368640_256000_0378880_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3084_Sentinel2_245760_0368640_256000_0378880_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3085-Sentinel2-245760-0378880-256000-0389120\r\n", + " collection: Sentinel2\r\n", + " left: 245760\r\n", + " bottom: 0378880\r\n", + " right: 256000\r\n", + " top: 0389120\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3085_Sentinel2_245760_0378880_256000_0389120_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3085_Sentinel2_245760_0378880_256000_0389120_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3086-Sentinel2-245760-0389120-256000-0399360\r\n", + " collection: Sentinel2\r\n", + " left: 245760\r\n", + " bottom: 0389120\r\n", + " right: 256000\r\n", + " top: 0399360\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3086_Sentinel2_245760_0389120_256000_0399360_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3086_Sentinel2_245760_0389120_256000_0399360_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3095-Sentinel2-245760-0481280-256000-0491520\r\n", + " collection: Sentinel2\r\n", + " left: 245760\r\n", + " bottom: 0481280\r\n", + " right: 256000\r\n", + " top: 0491520\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3095_Sentinel2_245760_0481280_256000_0491520_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3095_Sentinel2_245760_0481280_256000_0491520_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3096-Sentinel2-245760-0491520-256000-0501760\r\n", + " collection: Sentinel2\r\n", + " left: 245760\r\n", + " bottom: 0491520\r\n", + " right: 256000\r\n", + " top: 0501760\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3096_Sentinel2_245760_0491520_256000_0501760_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3096_Sentinel2_245760_0491520_256000_0501760_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3097-Sentinel2-245760-0501760-256000-0512000\r\n", + " collection: Sentinel2\r\n", + " left: 245760\r\n", + " bottom: 0501760\r\n", + " right: 256000\r\n", + " top: 0512000\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3097_Sentinel2_245760_0501760_256000_0512000_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3097_Sentinel2_245760_0501760_256000_0512000_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3100-Sentinel2-245760-0532480-256000-0542720\r\n", + " collection: Sentinel2\r\n", + " left: 245760\r\n", + " bottom: 0532480\r\n", + " right: 256000\r\n", + " top: 0542720\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3100_Sentinel2_245760_0532480_256000_0542720_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3100_Sentinel2_245760_0532480_256000_0542720_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3101-Sentinel2-245760-0542720-256000-0552960\r\n", + " collection: Sentinel2\r\n", + " left: 245760\r\n", + " bottom: 0542720\r\n", + " right: 256000\r\n", + " top: 0552960\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3101_Sentinel2_245760_0542720_256000_0552960_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3101_Sentinel2_245760_0542720_256000_0552960_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3102-Sentinel2-245760-0552960-256000-0563200\r\n", + " collection: Sentinel2\r\n", + " left: 245760\r\n", + " bottom: 0552960\r\n", + " right: 256000\r\n", + " top: 0563200\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3102_Sentinel2_245760_0552960_256000_0563200_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3102_Sentinel2_245760_0552960_256000_0563200_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3103-Sentinel2-245760-0563200-256000-0573440\r\n", + " collection: Sentinel2\r\n", + " left: 245760\r\n", + " bottom: 0563200\r\n", + " right: 256000\r\n", + " top: 0573440\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3103_Sentinel2_245760_0563200_256000_0573440_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3103_Sentinel2_245760_0563200_256000_0573440_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3104-Sentinel2-245760-0573440-256000-0583680\r\n", + " collection: Sentinel2\r\n", + " left: 245760\r\n", + " bottom: 0573440\r\n", + " right: 256000\r\n", + " top: 0583680\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3104_Sentinel2_245760_0573440_256000_0583680_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3104_Sentinel2_245760_0573440_256000_0583680_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3105-Sentinel2-245760-0583680-256000-0593920\r\n", + " collection: Sentinel2\r\n", + " left: 245760\r\n", + " bottom: 0583680\r\n", + " right: 256000\r\n", + " top: 0593920\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3105_Sentinel2_245760_0583680_256000_0593920_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3105_Sentinel2_245760_0583680_256000_0593920_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3106-Sentinel2-245760-0593920-256000-0604160\r\n", + " collection: Sentinel2\r\n", + " left: 245760\r\n", + " bottom: 0593920\r\n", + " right: 256000\r\n", + " top: 0604160\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3106_Sentinel2_245760_0593920_256000_0604160_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3106_Sentinel2_245760_0593920_256000_0604160_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3107-Sentinel2-245760-0604160-256000-0614400\r\n", + " collection: Sentinel2\r\n", + " left: 245760\r\n", + " bottom: 0604160\r\n", + " right: 256000\r\n", + " top: 0614400\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3107_Sentinel2_245760_0604160_256000_0614400_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3107_Sentinel2_245760_0604160_256000_0614400_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3108-Sentinel2-245760-0614400-256000-0624640\r\n", + " collection: Sentinel2\r\n", + " left: 245760\r\n", + " bottom: 0614400\r\n", + " right: 256000\r\n", + " top: 0624640\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3108_Sentinel2_245760_0614400_256000_0624640_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3108_Sentinel2_245760_0614400_256000_0624640_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3109-Sentinel2-245760-0624640-256000-0634880\r\n", + " collection: Sentinel2\r\n", + " left: 245760\r\n", + " bottom: 0624640\r\n", + " right: 256000\r\n", + " top: 0634880\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3109_Sentinel2_245760_0624640_256000_0634880_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3109_Sentinel2_245760_0624640_256000_0634880_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3110-Sentinel2-245760-0634880-256000-0645120\r\n", + " collection: Sentinel2\r\n", + " left: 245760\r\n", + " bottom: 0634880\r\n", + " right: 256000\r\n", + " top: 0645120\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3110_Sentinel2_245760_0634880_256000_0645120_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3110_Sentinel2_245760_0634880_256000_0645120_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3111-Sentinel2-245760-0645120-256000-0655360\r\n", + " collection: Sentinel2\r\n", + " left: 245760\r\n", + " bottom: 0645120\r\n", + " right: 256000\r\n", + " top: 0655360\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3111_Sentinel2_245760_0645120_256000_0655360_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3111_Sentinel2_245760_0645120_256000_0655360_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3112-Sentinel2-245760-0655360-256000-0665600\r\n", + " collection: Sentinel2\r\n", + " left: 245760\r\n", + " bottom: 0655360\r\n", + " right: 256000\r\n", + " top: 0665600\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3112_Sentinel2_245760_0655360_256000_0665600_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3112_Sentinel2_245760_0655360_256000_0665600_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3113-Sentinel2-245760-0665600-256000-0675840\r\n", + " collection: Sentinel2\r\n", + " left: 245760\r\n", + " bottom: 0665600\r\n", + " right: 256000\r\n", + " top: 0675840\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3113_Sentinel2_245760_0665600_256000_0675840_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3113_Sentinel2_245760_0665600_256000_0675840_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3114-Sentinel2-245760-0675840-256000-0686080\r\n", + " collection: Sentinel2\r\n", + " left: 245760\r\n", + " bottom: 0675840\r\n", + " right: 256000\r\n", + " top: 0686080\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3114_Sentinel2_245760_0675840_256000_0686080_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3114_Sentinel2_245760_0675840_256000_0686080_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3115-Sentinel2-245760-0686080-256000-0696320\r\n", + " collection: Sentinel2\r\n", + " left: 245760\r\n", + " bottom: 0686080\r\n", + " right: 256000\r\n", + " top: 0696320\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3115_Sentinel2_245760_0686080_256000_0696320_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3115_Sentinel2_245760_0686080_256000_0696320_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3116-Sentinel2-245760-0696320-256000-0706560\r\n", + " collection: Sentinel2\r\n", + " left: 245760\r\n", + " bottom: 0696320\r\n", + " right: 256000\r\n", + " top: 0706560\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3116_Sentinel2_245760_0696320_256000_0706560_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3116_Sentinel2_245760_0696320_256000_0706560_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3117-Sentinel2-245760-0706560-256000-0716800\r\n", + " collection: Sentinel2\r\n", + " left: 245760\r\n", + " bottom: 0706560\r\n", + " right: 256000\r\n", + " top: 0716800\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3117_Sentinel2_245760_0706560_256000_0716800_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3117_Sentinel2_245760_0706560_256000_0716800_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3118-Sentinel2-245760-0716800-256000-0727040\r\n", + " collection: Sentinel2\r\n", + " left: 245760\r\n", + " bottom: 0716800\r\n", + " right: 256000\r\n", + " top: 0727040\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3118_Sentinel2_245760_0716800_256000_0727040_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3118_Sentinel2_245760_0716800_256000_0727040_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3119-Sentinel2-245760-0727040-256000-0737280\r\n", + " collection: Sentinel2\r\n", + " left: 245760\r\n", + " bottom: 0727040\r\n", + " right: 256000\r\n", + " top: 0737280\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3119_Sentinel2_245760_0727040_256000_0737280_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3119_Sentinel2_245760_0727040_256000_0737280_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3120-Sentinel2-245760-0737280-256000-0747520\r\n", + " collection: Sentinel2\r\n", + " left: 245760\r\n", + " bottom: 0737280\r\n", + " right: 256000\r\n", + " top: 0747520\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3120_Sentinel2_245760_0737280_256000_0747520_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3120_Sentinel2_245760_0737280_256000_0747520_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3121-Sentinel2-245760-0747520-256000-0757760\r\n", + " collection: Sentinel2\r\n", + " left: 245760\r\n", + " bottom: 0747520\r\n", + " right: 256000\r\n", + " top: 0757760\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3121_Sentinel2_245760_0747520_256000_0757760_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3121_Sentinel2_245760_0747520_256000_0757760_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3122-Sentinel2-245760-0757760-256000-0768000\r\n", + " collection: Sentinel2\r\n", + " left: 245760\r\n", + " bottom: 0757760\r\n", + " right: 256000\r\n", + " top: 0768000\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3122_Sentinel2_245760_0757760_256000_0768000_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3122_Sentinel2_245760_0757760_256000_0768000_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3123-Sentinel2-245760-0768000-256000-0778240\r\n", + " collection: Sentinel2\r\n", + " left: 245760\r\n", + " bottom: 0768000\r\n", + " right: 256000\r\n", + " top: 0778240\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3123_Sentinel2_245760_0768000_256000_0778240_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3123_Sentinel2_245760_0768000_256000_0778240_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3124-Sentinel2-245760-0778240-256000-0788480\r\n", + " collection: Sentinel2\r\n", + " left: 245760\r\n", + " bottom: 0778240\r\n", + " right: 256000\r\n", + " top: 0788480\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3124_Sentinel2_245760_0778240_256000_0788480_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3124_Sentinel2_245760_0778240_256000_0788480_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3125-Sentinel2-245760-0788480-256000-0798720\r\n", + " collection: Sentinel2\r\n", + " left: 245760\r\n", + " bottom: 0788480\r\n", + " right: 256000\r\n", + " top: 0798720\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3125_Sentinel2_245760_0788480_256000_0798720_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3125_Sentinel2_245760_0788480_256000_0798720_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3126-Sentinel2-245760-0798720-256000-0808960\r\n", + " collection: Sentinel2\r\n", + " left: 245760\r\n", + " bottom: 0798720\r\n", + " right: 256000\r\n", + " top: 0808960\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3126_Sentinel2_245760_0798720_256000_0808960_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3126_Sentinel2_245760_0798720_256000_0808960_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3127-Sentinel2-245760-0808960-256000-0819200\r\n", + " collection: Sentinel2\r\n", + " left: 245760\r\n", + " bottom: 0808960\r\n", + " right: 256000\r\n", + " top: 0819200\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3127_Sentinel2_245760_0808960_256000_0819200_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3127_Sentinel2_245760_0808960_256000_0819200_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3128-Sentinel2-245760-0819200-256000-0829440\r\n", + " collection: Sentinel2\r\n", + " left: 245760\r\n", + " bottom: 0819200\r\n", + " right: 256000\r\n", + " top: 0829440\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3128_Sentinel2_245760_0819200_256000_0829440_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3128_Sentinel2_245760_0819200_256000_0829440_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3129-Sentinel2-245760-0829440-256000-0839680\r\n", + " collection: Sentinel2\r\n", + " left: 245760\r\n", + " bottom: 0829440\r\n", + " right: 256000\r\n", + " top: 0839680\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3129_Sentinel2_245760_0829440_256000_0839680_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3129_Sentinel2_245760_0829440_256000_0839680_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3130-Sentinel2-245760-0839680-256000-0849920\r\n", + " collection: Sentinel2\r\n", + " left: 245760\r\n", + " bottom: 0839680\r\n", + " right: 256000\r\n", + " top: 0849920\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3130_Sentinel2_245760_0839680_256000_0849920_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3130_Sentinel2_245760_0839680_256000_0849920_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3131-Sentinel2-245760-0849920-256000-0860160\r\n", + " collection: Sentinel2\r\n", + " left: 245760\r\n", + " bottom: 0849920\r\n", + " right: 256000\r\n", + " top: 0860160\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3131_Sentinel2_245760_0849920_256000_0860160_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3131_Sentinel2_245760_0849920_256000_0860160_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3132-Sentinel2-245760-0860160-256000-0870400\r\n", + " collection: Sentinel2\r\n", + " left: 245760\r\n", + " bottom: 0860160\r\n", + " right: 256000\r\n", + " top: 0870400\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3132_Sentinel2_245760_0860160_256000_0870400_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3132_Sentinel2_245760_0860160_256000_0870400_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3133-Sentinel2-245760-0870400-256000-0880640\r\n", + " collection: Sentinel2\r\n", + " left: 245760\r\n", + " bottom: 0870400\r\n", + " right: 256000\r\n", + " top: 0880640\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3133_Sentinel2_245760_0870400_256000_0880640_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3133_Sentinel2_245760_0870400_256000_0880640_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3134-Sentinel2-245760-0880640-256000-0890880\r\n", + " collection: Sentinel2\r\n", + " left: 245760\r\n", + " bottom: 0880640\r\n", + " right: 256000\r\n", + " top: 0890880\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3134_Sentinel2_245760_0880640_256000_0890880_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3134_Sentinel2_245760_0880640_256000_0890880_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3135-Sentinel2-245760-0890880-256000-0901120\r\n", + " collection: Sentinel2\r\n", + " left: 245760\r\n", + " bottom: 0890880\r\n", + " right: 256000\r\n", + " top: 0901120\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3135_Sentinel2_245760_0890880_256000_0901120_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3135_Sentinel2_245760_0890880_256000_0901120_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3136-Sentinel2-245760-0901120-256000-0911360\r\n", + " collection: Sentinel2\r\n", + " left: 245760\r\n", + " bottom: 0901120\r\n", + " right: 256000\r\n", + " top: 0911360\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3136_Sentinel2_245760_0901120_256000_0911360_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3136_Sentinel2_245760_0901120_256000_0911360_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3137-Sentinel2-245760-0911360-256000-0921600\r\n", + " collection: Sentinel2\r\n", + " left: 245760\r\n", + " bottom: 0911360\r\n", + " right: 256000\r\n", + " top: 0921600\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3137_Sentinel2_245760_0911360_256000_0921600_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3137_Sentinel2_245760_0911360_256000_0921600_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3138-Sentinel2-245760-0921600-256000-0931840\r\n", + " collection: Sentinel2\r\n", + " left: 245760\r\n", + " bottom: 0921600\r\n", + " right: 256000\r\n", + " top: 0931840\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3138_Sentinel2_245760_0921600_256000_0931840_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3138_Sentinel2_245760_0921600_256000_0931840_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3139-Sentinel2-245760-0931840-256000-0942080\r\n", + " collection: Sentinel2\r\n", + " left: 245760\r\n", + " bottom: 0931840\r\n", + " right: 256000\r\n", + " top: 0942080\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3139_Sentinel2_245760_0931840_256000_0942080_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3139_Sentinel2_245760_0931840_256000_0942080_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3140-Sentinel2-245760-0942080-256000-0952320\r\n", + " collection: Sentinel2\r\n", + " left: 245760\r\n", + " bottom: 0942080\r\n", + " right: 256000\r\n", + " top: 0952320\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3140_Sentinel2_245760_0942080_256000_0952320_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3140_Sentinel2_245760_0942080_256000_0952320_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3141-Sentinel2-245760-0952320-256000-0962560\r\n", + " collection: Sentinel2\r\n", + " left: 245760\r\n", + " bottom: 0952320\r\n", + " right: 256000\r\n", + " top: 0962560\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3141_Sentinel2_245760_0952320_256000_0962560_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3141_Sentinel2_245760_0952320_256000_0962560_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3142-Sentinel2-245760-0962560-256000-0972800\r\n", + " collection: Sentinel2\r\n", + " left: 245760\r\n", + " bottom: 0962560\r\n", + " right: 256000\r\n", + " top: 0972800\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3142_Sentinel2_245760_0962560_256000_0972800_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3142_Sentinel2_245760_0962560_256000_0972800_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3179-Sentinel2-256000-0040960-266240-0051200\r\n", + " collection: Sentinel2\r\n", + " left: 256000\r\n", + " bottom: 0040960\r\n", + " right: 266240\r\n", + " top: 0051200\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3179_Sentinel2_256000_0040960_266240_0051200_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3179_Sentinel2_256000_0040960_266240_0051200_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3180-Sentinel2-256000-0051200-266240-0061440\r\n", + " collection: Sentinel2\r\n", + " left: 256000\r\n", + " bottom: 0051200\r\n", + " right: 266240\r\n", + " top: 0061440\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3180_Sentinel2_256000_0051200_266240_0061440_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3180_Sentinel2_256000_0051200_266240_0061440_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3181-Sentinel2-256000-0061440-266240-0071680\r\n", + " collection: Sentinel2\r\n", + " left: 256000\r\n", + " bottom: 0061440\r\n", + " right: 266240\r\n", + " top: 0071680\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3181_Sentinel2_256000_0061440_266240_0071680_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3181_Sentinel2_256000_0061440_266240_0071680_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3182-Sentinel2-256000-0071680-266240-0081920\r\n", + " collection: Sentinel2\r\n", + " left: 256000\r\n", + " bottom: 0071680\r\n", + " right: 266240\r\n", + " top: 0081920\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3182_Sentinel2_256000_0071680_266240_0081920_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3182_Sentinel2_256000_0071680_266240_0081920_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3183-Sentinel2-256000-0081920-266240-0092160\r\n", + " collection: Sentinel2\r\n", + " left: 256000\r\n", + " bottom: 0081920\r\n", + " right: 266240\r\n", + " top: 0092160\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3183_Sentinel2_256000_0081920_266240_0092160_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3183_Sentinel2_256000_0081920_266240_0092160_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3184-Sentinel2-256000-0092160-266240-0102400\r\n", + " collection: Sentinel2\r\n", + " left: 256000\r\n", + " bottom: 0092160\r\n", + " right: 266240\r\n", + " top: 0102400\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3184_Sentinel2_256000_0092160_266240_0102400_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3184_Sentinel2_256000_0092160_266240_0102400_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3185-Sentinel2-256000-0102400-266240-0112640\r\n", + " collection: Sentinel2\r\n", + " left: 256000\r\n", + " bottom: 0102400\r\n", + " right: 266240\r\n", + " top: 0112640\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3185_Sentinel2_256000_0102400_266240_0112640_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3185_Sentinel2_256000_0102400_266240_0112640_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3186-Sentinel2-256000-0112640-266240-0122880\r\n", + " collection: Sentinel2\r\n", + " left: 256000\r\n", + " bottom: 0112640\r\n", + " right: 266240\r\n", + " top: 0122880\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3186_Sentinel2_256000_0112640_266240_0122880_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3186_Sentinel2_256000_0112640_266240_0122880_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3187-Sentinel2-256000-0122880-266240-0133120\r\n", + " collection: Sentinel2\r\n", + " left: 256000\r\n", + " bottom: 0122880\r\n", + " right: 266240\r\n", + " top: 0133120\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3187_Sentinel2_256000_0122880_266240_0133120_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3187_Sentinel2_256000_0122880_266240_0133120_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3188-Sentinel2-256000-0133120-266240-0143360\r\n", + " collection: Sentinel2\r\n", + " left: 256000\r\n", + " bottom: 0133120\r\n", + " right: 266240\r\n", + " top: 0143360\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3188_Sentinel2_256000_0133120_266240_0143360_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3188_Sentinel2_256000_0133120_266240_0143360_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3189-Sentinel2-256000-0143360-266240-0153600\r\n", + " collection: Sentinel2\r\n", + " left: 256000\r\n", + " bottom: 0143360\r\n", + " right: 266240\r\n", + " top: 0153600\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3189_Sentinel2_256000_0143360_266240_0153600_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3189_Sentinel2_256000_0143360_266240_0153600_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3193-Sentinel2-256000-0184320-266240-0194560\r\n", + " collection: Sentinel2\r\n", + " left: 256000\r\n", + " bottom: 0184320\r\n", + " right: 266240\r\n", + " top: 0194560\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3193_Sentinel2_256000_0184320_266240_0194560_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3193_Sentinel2_256000_0184320_266240_0194560_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3194-Sentinel2-256000-0194560-266240-0204800\r\n", + " collection: Sentinel2\r\n", + " left: 256000\r\n", + " bottom: 0194560\r\n", + " right: 266240\r\n", + " top: 0204800\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3194_Sentinel2_256000_0194560_266240_0204800_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3194_Sentinel2_256000_0194560_266240_0204800_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3195-Sentinel2-256000-0204800-266240-0215040\r\n", + " collection: Sentinel2\r\n", + " left: 256000\r\n", + " bottom: 0204800\r\n", + " right: 266240\r\n", + " top: 0215040\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3195_Sentinel2_256000_0204800_266240_0215040_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3195_Sentinel2_256000_0204800_266240_0215040_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3196-Sentinel2-256000-0215040-266240-0225280\r\n", + " collection: Sentinel2\r\n", + " left: 256000\r\n", + " bottom: 0215040\r\n", + " right: 266240\r\n", + " top: 0225280\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3196_Sentinel2_256000_0215040_266240_0225280_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3196_Sentinel2_256000_0215040_266240_0225280_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3197-Sentinel2-256000-0225280-266240-0235520\r\n", + " collection: Sentinel2\r\n", + " left: 256000\r\n", + " bottom: 0225280\r\n", + " right: 266240\r\n", + " top: 0235520\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3197_Sentinel2_256000_0225280_266240_0235520_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3197_Sentinel2_256000_0225280_266240_0235520_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3198-Sentinel2-256000-0235520-266240-0245760\r\n", + " collection: Sentinel2\r\n", + " left: 256000\r\n", + " bottom: 0235520\r\n", + " right: 266240\r\n", + " top: 0245760\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3198_Sentinel2_256000_0235520_266240_0245760_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3198_Sentinel2_256000_0235520_266240_0245760_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3199-Sentinel2-256000-0245760-266240-0256000\r\n", + " collection: Sentinel2\r\n", + " left: 256000\r\n", + " bottom: 0245760\r\n", + " right: 266240\r\n", + " top: 0256000\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3199_Sentinel2_256000_0245760_266240_0256000_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3199_Sentinel2_256000_0245760_266240_0256000_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3200-Sentinel2-256000-0256000-266240-0266240\r\n", + " collection: Sentinel2\r\n", + " left: 256000\r\n", + " bottom: 0256000\r\n", + " right: 266240\r\n", + " top: 0266240\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3200_Sentinel2_256000_0256000_266240_0266240_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3200_Sentinel2_256000_0256000_266240_0266240_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3201-Sentinel2-256000-0266240-266240-0276480\r\n", + " collection: Sentinel2\r\n", + " left: 256000\r\n", + " bottom: 0266240\r\n", + " right: 266240\r\n", + " top: 0276480\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3201_Sentinel2_256000_0266240_266240_0276480_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3201_Sentinel2_256000_0266240_266240_0276480_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3202-Sentinel2-256000-0276480-266240-0286720\r\n", + " collection: Sentinel2\r\n", + " left: 256000\r\n", + " bottom: 0276480\r\n", + " right: 266240\r\n", + " top: 0286720\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3202_Sentinel2_256000_0276480_266240_0286720_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3202_Sentinel2_256000_0276480_266240_0286720_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3203-Sentinel2-256000-0286720-266240-0296960\r\n", + " collection: Sentinel2\r\n", + " left: 256000\r\n", + " bottom: 0286720\r\n", + " right: 266240\r\n", + " top: 0296960\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3203_Sentinel2_256000_0286720_266240_0296960_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3203_Sentinel2_256000_0286720_266240_0296960_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3204-Sentinel2-256000-0296960-266240-0307200\r\n", + " collection: Sentinel2\r\n", + " left: 256000\r\n", + " bottom: 0296960\r\n", + " right: 266240\r\n", + " top: 0307200\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3204_Sentinel2_256000_0296960_266240_0307200_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3204_Sentinel2_256000_0296960_266240_0307200_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3205-Sentinel2-256000-0307200-266240-0317440\r\n", + " collection: Sentinel2\r\n", + " left: 256000\r\n", + " bottom: 0307200\r\n", + " right: 266240\r\n", + " top: 0317440\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3205_Sentinel2_256000_0307200_266240_0317440_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3205_Sentinel2_256000_0307200_266240_0317440_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3206-Sentinel2-256000-0317440-266240-0327680\r\n", + " collection: Sentinel2\r\n", + " left: 256000\r\n", + " bottom: 0317440\r\n", + " right: 266240\r\n", + " top: 0327680\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3206_Sentinel2_256000_0317440_266240_0327680_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3206_Sentinel2_256000_0317440_266240_0327680_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3207-Sentinel2-256000-0327680-266240-0337920\r\n", + " collection: Sentinel2\r\n", + " left: 256000\r\n", + " bottom: 0327680\r\n", + " right: 266240\r\n", + " top: 0337920\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3207_Sentinel2_256000_0327680_266240_0337920_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3207_Sentinel2_256000_0327680_266240_0337920_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3208-Sentinel2-256000-0337920-266240-0348160\r\n", + " collection: Sentinel2\r\n", + " left: 256000\r\n", + " bottom: 0337920\r\n", + " right: 266240\r\n", + " top: 0348160\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3208_Sentinel2_256000_0337920_266240_0348160_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3208_Sentinel2_256000_0337920_266240_0348160_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3209-Sentinel2-256000-0348160-266240-0358400\r\n", + " collection: Sentinel2\r\n", + " left: 256000\r\n", + " bottom: 0348160\r\n", + " right: 266240\r\n", + " top: 0358400\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3209_Sentinel2_256000_0348160_266240_0358400_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3209_Sentinel2_256000_0348160_266240_0358400_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3210-Sentinel2-256000-0358400-266240-0368640\r\n", + " collection: Sentinel2\r\n", + " left: 256000\r\n", + " bottom: 0358400\r\n", + " right: 266240\r\n", + " top: 0368640\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3210_Sentinel2_256000_0358400_266240_0368640_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3210_Sentinel2_256000_0358400_266240_0368640_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3211-Sentinel2-256000-0368640-266240-0378880\r\n", + " collection: Sentinel2\r\n", + " left: 256000\r\n", + " bottom: 0368640\r\n", + " right: 266240\r\n", + " top: 0378880\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3211_Sentinel2_256000_0368640_266240_0378880_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3211_Sentinel2_256000_0368640_266240_0378880_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3212-Sentinel2-256000-0378880-266240-0389120\r\n", + " collection: Sentinel2\r\n", + " left: 256000\r\n", + " bottom: 0378880\r\n", + " right: 266240\r\n", + " top: 0389120\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3212_Sentinel2_256000_0378880_266240_0389120_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3212_Sentinel2_256000_0378880_266240_0389120_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3228-Sentinel2-256000-0542720-266240-0552960\r\n", + " collection: Sentinel2\r\n", + " left: 256000\r\n", + " bottom: 0542720\r\n", + " right: 266240\r\n", + " top: 0552960\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3228_Sentinel2_256000_0542720_266240_0552960_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3228_Sentinel2_256000_0542720_266240_0552960_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3229-Sentinel2-256000-0552960-266240-0563200\r\n", + " collection: Sentinel2\r\n", + " left: 256000\r\n", + " bottom: 0552960\r\n", + " right: 266240\r\n", + " top: 0563200\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3229_Sentinel2_256000_0552960_266240_0563200_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3229_Sentinel2_256000_0552960_266240_0563200_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3230-Sentinel2-256000-0563200-266240-0573440\r\n", + " collection: Sentinel2\r\n", + " left: 256000\r\n", + " bottom: 0563200\r\n", + " right: 266240\r\n", + " top: 0573440\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3230_Sentinel2_256000_0563200_266240_0573440_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3230_Sentinel2_256000_0563200_266240_0573440_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3231-Sentinel2-256000-0573440-266240-0583680\r\n", + " collection: Sentinel2\r\n", + " left: 256000\r\n", + " bottom: 0573440\r\n", + " right: 266240\r\n", + " top: 0583680\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3231_Sentinel2_256000_0573440_266240_0583680_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3231_Sentinel2_256000_0573440_266240_0583680_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3232-Sentinel2-256000-0583680-266240-0593920\r\n", + " collection: Sentinel2\r\n", + " left: 256000\r\n", + " bottom: 0583680\r\n", + " right: 266240\r\n", + " top: 0593920\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3232_Sentinel2_256000_0583680_266240_0593920_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3232_Sentinel2_256000_0583680_266240_0593920_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3233-Sentinel2-256000-0593920-266240-0604160\r\n", + " collection: Sentinel2\r\n", + " left: 256000\r\n", + " bottom: 0593920\r\n", + " right: 266240\r\n", + " top: 0604160\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3233_Sentinel2_256000_0593920_266240_0604160_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3233_Sentinel2_256000_0593920_266240_0604160_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3234-Sentinel2-256000-0604160-266240-0614400\r\n", + " collection: Sentinel2\r\n", + " left: 256000\r\n", + " bottom: 0604160\r\n", + " right: 266240\r\n", + " top: 0614400\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3234_Sentinel2_256000_0604160_266240_0614400_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3234_Sentinel2_256000_0604160_266240_0614400_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3235-Sentinel2-256000-0614400-266240-0624640\r\n", + " collection: Sentinel2\r\n", + " left: 256000\r\n", + " bottom: 0614400\r\n", + " right: 266240\r\n", + " top: 0624640\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3235_Sentinel2_256000_0614400_266240_0624640_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3235_Sentinel2_256000_0614400_266240_0624640_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3236-Sentinel2-256000-0624640-266240-0634880\r\n", + " collection: Sentinel2\r\n", + " left: 256000\r\n", + " bottom: 0624640\r\n", + " right: 266240\r\n", + " top: 0634880\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3236_Sentinel2_256000_0624640_266240_0634880_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3236_Sentinel2_256000_0624640_266240_0634880_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3237-Sentinel2-256000-0634880-266240-0645120\r\n", + " collection: Sentinel2\r\n", + " left: 256000\r\n", + " bottom: 0634880\r\n", + " right: 266240\r\n", + " top: 0645120\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3237_Sentinel2_256000_0634880_266240_0645120_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3237_Sentinel2_256000_0634880_266240_0645120_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3238-Sentinel2-256000-0645120-266240-0655360\r\n", + " collection: Sentinel2\r\n", + " left: 256000\r\n", + " bottom: 0645120\r\n", + " right: 266240\r\n", + " top: 0655360\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3238_Sentinel2_256000_0645120_266240_0655360_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3238_Sentinel2_256000_0645120_266240_0655360_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3239-Sentinel2-256000-0655360-266240-0665600\r\n", + " collection: Sentinel2\r\n", + " left: 256000\r\n", + " bottom: 0655360\r\n", + " right: 266240\r\n", + " top: 0665600\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3239_Sentinel2_256000_0655360_266240_0665600_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3239_Sentinel2_256000_0655360_266240_0665600_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3240-Sentinel2-256000-0665600-266240-0675840\r\n", + " collection: Sentinel2\r\n", + " left: 256000\r\n", + " bottom: 0665600\r\n", + " right: 266240\r\n", + " top: 0675840\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3240_Sentinel2_256000_0665600_266240_0675840_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3240_Sentinel2_256000_0665600_266240_0675840_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3241-Sentinel2-256000-0675840-266240-0686080\r\n", + " collection: Sentinel2\r\n", + " left: 256000\r\n", + " bottom: 0675840\r\n", + " right: 266240\r\n", + " top: 0686080\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3241_Sentinel2_256000_0675840_266240_0686080_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3241_Sentinel2_256000_0675840_266240_0686080_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\r\n", + " output_location downloads_output/3242-Sentinel2-256000-0686080-266240-0696320\r\n", + " collection: Sentinel2\r\n", + " left: 256000\r\n", + " bottom: 0686080\r\n", + " right: 266240\r\n", + " top: 0696320\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3242_Sentinel2_256000_0686080_266240_0696320_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3242_Sentinel2_256000_0686080_266240_0696320_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3243-Sentinel2-256000-0696320-266240-0706560\r\n", + " collection: Sentinel2\r\n", + " left: 256000\r\n", + " bottom: 0696320\r\n", + " right: 266240\r\n", + " top: 0706560\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3243_Sentinel2_256000_0696320_266240_0706560_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3243_Sentinel2_256000_0696320_266240_0706560_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3244-Sentinel2-256000-0706560-266240-0716800\r\n", + " collection: Sentinel2\r\n", + " left: 256000\r\n", + " bottom: 0706560\r\n", + " right: 266240\r\n", + " top: 0716800\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3244_Sentinel2_256000_0706560_266240_0716800_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3244_Sentinel2_256000_0706560_266240_0716800_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3245-Sentinel2-256000-0716800-266240-0727040\r\n", + " collection: Sentinel2\r\n", + " left: 256000\r\n", + " bottom: 0716800\r\n", + " right: 266240\r\n", + " top: 0727040\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3245_Sentinel2_256000_0716800_266240_0727040_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3245_Sentinel2_256000_0716800_266240_0727040_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3246-Sentinel2-256000-0727040-266240-0737280\r\n", + " collection: Sentinel2\r\n", + " left: 256000\r\n", + " bottom: 0727040\r\n", + " right: 266240\r\n", + " top: 0737280\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3246_Sentinel2_256000_0727040_266240_0737280_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3246_Sentinel2_256000_0727040_266240_0737280_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3247-Sentinel2-256000-0737280-266240-0747520\r\n", + " collection: Sentinel2\r\n", + " left: 256000\r\n", + " bottom: 0737280\r\n", + " right: 266240\r\n", + " top: 0747520\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3247_Sentinel2_256000_0737280_266240_0747520_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3247_Sentinel2_256000_0737280_266240_0747520_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3248-Sentinel2-256000-0747520-266240-0757760\r\n", + " collection: Sentinel2\r\n", + " left: 256000\r\n", + " bottom: 0747520\r\n", + " right: 266240\r\n", + " top: 0757760\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3248_Sentinel2_256000_0747520_266240_0757760_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3248_Sentinel2_256000_0747520_266240_0757760_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3249-Sentinel2-256000-0757760-266240-0768000\r\n", + " collection: Sentinel2\r\n", + " left: 256000\r\n", + " bottom: 0757760\r\n", + " right: 266240\r\n", + " top: 0768000\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3249_Sentinel2_256000_0757760_266240_0768000_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3249_Sentinel2_256000_0757760_266240_0768000_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3250-Sentinel2-256000-0768000-266240-0778240\r\n", + " collection: Sentinel2\r\n", + " left: 256000\r\n", + " bottom: 0768000\r\n", + " right: 266240\r\n", + " top: 0778240\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3250_Sentinel2_256000_0768000_266240_0778240_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3250_Sentinel2_256000_0768000_266240_0778240_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3251-Sentinel2-256000-0778240-266240-0788480\r\n", + " collection: Sentinel2\r\n", + " left: 256000\r\n", + " bottom: 0778240\r\n", + " right: 266240\r\n", + " top: 0788480\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3251_Sentinel2_256000_0778240_266240_0788480_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3251_Sentinel2_256000_0778240_266240_0788480_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3252-Sentinel2-256000-0788480-266240-0798720\r\n", + " collection: Sentinel2\r\n", + " left: 256000\r\n", + " bottom: 0788480\r\n", + " right: 266240\r\n", + " top: 0798720\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3252_Sentinel2_256000_0788480_266240_0798720_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3252_Sentinel2_256000_0788480_266240_0798720_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3253-Sentinel2-256000-0798720-266240-0808960\r\n", + " collection: Sentinel2\r\n", + " left: 256000\r\n", + " bottom: 0798720\r\n", + " right: 266240\r\n", + " top: 0808960\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3253_Sentinel2_256000_0798720_266240_0808960_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3253_Sentinel2_256000_0798720_266240_0808960_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3254-Sentinel2-256000-0808960-266240-0819200\r\n", + " collection: Sentinel2\r\n", + " left: 256000\r\n", + " bottom: 0808960\r\n", + " right: 266240\r\n", + " top: 0819200\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3254_Sentinel2_256000_0808960_266240_0819200_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3254_Sentinel2_256000_0808960_266240_0819200_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3255-Sentinel2-256000-0819200-266240-0829440\r\n", + " collection: Sentinel2\r\n", + " left: 256000\r\n", + " bottom: 0819200\r\n", + " right: 266240\r\n", + " top: 0829440\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3255_Sentinel2_256000_0819200_266240_0829440_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3255_Sentinel2_256000_0819200_266240_0829440_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3256-Sentinel2-256000-0829440-266240-0839680\r\n", + " collection: Sentinel2\r\n", + " left: 256000\r\n", + " bottom: 0829440\r\n", + " right: 266240\r\n", + " top: 0839680\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3256_Sentinel2_256000_0829440_266240_0839680_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3256_Sentinel2_256000_0829440_266240_0839680_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3257-Sentinel2-256000-0839680-266240-0849920\r\n", + " collection: Sentinel2\r\n", + " left: 256000\r\n", + " bottom: 0839680\r\n", + " right: 266240\r\n", + " top: 0849920\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3257_Sentinel2_256000_0839680_266240_0849920_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3257_Sentinel2_256000_0839680_266240_0849920_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3258-Sentinel2-256000-0849920-266240-0860160\r\n", + " collection: Sentinel2\r\n", + " left: 256000\r\n", + " bottom: 0849920\r\n", + " right: 266240\r\n", + " top: 0860160\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3258_Sentinel2_256000_0849920_266240_0860160_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3258_Sentinel2_256000_0849920_266240_0860160_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3259-Sentinel2-256000-0860160-266240-0870400\r\n", + " collection: Sentinel2\r\n", + " left: 256000\r\n", + " bottom: 0860160\r\n", + " right: 266240\r\n", + " top: 0870400\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3259_Sentinel2_256000_0860160_266240_0870400_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3259_Sentinel2_256000_0860160_266240_0870400_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3260-Sentinel2-256000-0870400-266240-0880640\r\n", + " collection: Sentinel2\r\n", + " left: 256000\r\n", + " bottom: 0870400\r\n", + " right: 266240\r\n", + " top: 0880640\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3260_Sentinel2_256000_0870400_266240_0880640_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3260_Sentinel2_256000_0870400_266240_0880640_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3261-Sentinel2-256000-0880640-266240-0890880\r\n", + " collection: Sentinel2\r\n", + " left: 256000\r\n", + " bottom: 0880640\r\n", + " right: 266240\r\n", + " top: 0890880\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3261_Sentinel2_256000_0880640_266240_0890880_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3261_Sentinel2_256000_0880640_266240_0890880_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3262-Sentinel2-256000-0890880-266240-0901120\r\n", + " collection: Sentinel2\r\n", + " left: 256000\r\n", + " bottom: 0890880\r\n", + " right: 266240\r\n", + " top: 0901120\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3262_Sentinel2_256000_0890880_266240_0901120_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3262_Sentinel2_256000_0890880_266240_0901120_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3263-Sentinel2-256000-0901120-266240-0911360\r\n", + " collection: Sentinel2\r\n", + " left: 256000\r\n", + " bottom: 0901120\r\n", + " right: 266240\r\n", + " top: 0911360\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3263_Sentinel2_256000_0901120_266240_0911360_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3263_Sentinel2_256000_0901120_266240_0911360_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3264-Sentinel2-256000-0911360-266240-0921600\r\n", + " collection: Sentinel2\r\n", + " left: 256000\r\n", + " bottom: 0911360\r\n", + " right: 266240\r\n", + " top: 0921600\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3264_Sentinel2_256000_0911360_266240_0921600_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3264_Sentinel2_256000_0911360_266240_0921600_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3265-Sentinel2-256000-0921600-266240-0931840\r\n", + " collection: Sentinel2\r\n", + " left: 256000\r\n", + " bottom: 0921600\r\n", + " right: 266240\r\n", + " top: 0931840\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3265_Sentinel2_256000_0921600_266240_0931840_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3265_Sentinel2_256000_0921600_266240_0931840_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3266-Sentinel2-256000-0931840-266240-0942080\r\n", + " collection: Sentinel2\r\n", + " left: 256000\r\n", + " bottom: 0931840\r\n", + " right: 266240\r\n", + " top: 0942080\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3266_Sentinel2_256000_0931840_266240_0942080_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3266_Sentinel2_256000_0931840_266240_0942080_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3267-Sentinel2-256000-0942080-266240-0952320\r\n", + " collection: Sentinel2\r\n", + " left: 256000\r\n", + " bottom: 0942080\r\n", + " right: 266240\r\n", + " top: 0952320\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3267_Sentinel2_256000_0942080_266240_0952320_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3267_Sentinel2_256000_0942080_266240_0952320_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3268-Sentinel2-256000-0952320-266240-0962560\r\n", + " collection: Sentinel2\r\n", + " left: 256000\r\n", + " bottom: 0952320\r\n", + " right: 266240\r\n", + " top: 0962560\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3268_Sentinel2_256000_0952320_266240_0962560_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3268_Sentinel2_256000_0952320_266240_0962560_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3269-Sentinel2-256000-0962560-266240-0972800\r\n", + " collection: Sentinel2\r\n", + " left: 256000\r\n", + " bottom: 0962560\r\n", + " right: 266240\r\n", + " top: 0972800\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3269_Sentinel2_256000_0962560_266240_0972800_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3269_Sentinel2_256000_0962560_266240_0972800_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3274-Sentinel2-256000-1013760-266240-1024000\r\n", + " collection: Sentinel2\r\n", + " left: 256000\r\n", + " bottom: 1013760\r\n", + " right: 266240\r\n", + " top: 1024000\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3274_Sentinel2_256000_1013760_266240_1024000_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3274_Sentinel2_256000_1013760_266240_1024000_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3275-Sentinel2-256000-1024000-266240-1034240\r\n", + " collection: Sentinel2\r\n", + " left: 256000\r\n", + " bottom: 1024000\r\n", + " right: 266240\r\n", + " top: 1034240\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3275_Sentinel2_256000_1024000_266240_1034240_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3275_Sentinel2_256000_1024000_266240_1034240_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3305-Sentinel2-266240-0030720-276480-0040960\r\n", + " collection: Sentinel2\r\n", + " left: 266240\r\n", + " bottom: 0030720\r\n", + " right: 276480\r\n", + " top: 0040960\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3305_Sentinel2_266240_0030720_276480_0040960_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3305_Sentinel2_266240_0030720_276480_0040960_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3306-Sentinel2-266240-0040960-276480-0051200\r\n", + " collection: Sentinel2\r\n", + " left: 266240\r\n", + " bottom: 0040960\r\n", + " right: 276480\r\n", + " top: 0051200\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3306_Sentinel2_266240_0040960_276480_0051200_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3306_Sentinel2_266240_0040960_276480_0051200_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3307-Sentinel2-266240-0051200-276480-0061440\r\n", + " collection: Sentinel2\r\n", + " left: 266240\r\n", + " bottom: 0051200\r\n", + " right: 276480\r\n", + " top: 0061440\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3307_Sentinel2_266240_0051200_276480_0061440_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3307_Sentinel2_266240_0051200_276480_0061440_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3308-Sentinel2-266240-0061440-276480-0071680\r\n", + " collection: Sentinel2\r\n", + " left: 266240\r\n", + " bottom: 0061440\r\n", + " right: 276480\r\n", + " top: 0071680\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3308_Sentinel2_266240_0061440_276480_0071680_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3308_Sentinel2_266240_0061440_276480_0071680_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3309-Sentinel2-266240-0071680-276480-0081920\r\n", + " collection: Sentinel2\r\n", + " left: 266240\r\n", + " bottom: 0071680\r\n", + " right: 276480\r\n", + " top: 0081920\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3309_Sentinel2_266240_0071680_276480_0081920_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3309_Sentinel2_266240_0071680_276480_0081920_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3310-Sentinel2-266240-0081920-276480-0092160\r\n", + " collection: Sentinel2\r\n", + " left: 266240\r\n", + " bottom: 0081920\r\n", + " right: 276480\r\n", + " top: 0092160\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3310_Sentinel2_266240_0081920_276480_0092160_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3310_Sentinel2_266240_0081920_276480_0092160_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3311-Sentinel2-266240-0092160-276480-0102400\r\n", + " collection: Sentinel2\r\n", + " left: 266240\r\n", + " bottom: 0092160\r\n", + " right: 276480\r\n", + " top: 0102400\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3311_Sentinel2_266240_0092160_276480_0102400_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3311_Sentinel2_266240_0092160_276480_0102400_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3312-Sentinel2-266240-0102400-276480-0112640\r\n", + " collection: Sentinel2\r\n", + " left: 266240\r\n", + " bottom: 0102400\r\n", + " right: 276480\r\n", + " top: 0112640\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3312_Sentinel2_266240_0102400_276480_0112640_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3312_Sentinel2_266240_0102400_276480_0112640_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3313-Sentinel2-266240-0112640-276480-0122880\r\n", + " collection: Sentinel2\r\n", + " left: 266240\r\n", + " bottom: 0112640\r\n", + " right: 276480\r\n", + " top: 0122880\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3313_Sentinel2_266240_0112640_276480_0122880_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3313_Sentinel2_266240_0112640_276480_0122880_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3314-Sentinel2-266240-0122880-276480-0133120\r\n", + " collection: Sentinel2\r\n", + " left: 266240\r\n", + " bottom: 0122880\r\n", + " right: 276480\r\n", + " top: 0133120\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3314_Sentinel2_266240_0122880_276480_0133120_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3314_Sentinel2_266240_0122880_276480_0133120_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3315-Sentinel2-266240-0133120-276480-0143360\r\n", + " collection: Sentinel2\r\n", + " left: 266240\r\n", + " bottom: 0133120\r\n", + " right: 276480\r\n", + " top: 0143360\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3315_Sentinel2_266240_0133120_276480_0143360_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3315_Sentinel2_266240_0133120_276480_0143360_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3316-Sentinel2-266240-0143360-276480-0153600\r\n", + " collection: Sentinel2\r\n", + " left: 266240\r\n", + " bottom: 0143360\r\n", + " right: 276480\r\n", + " top: 0153600\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3316_Sentinel2_266240_0143360_276480_0153600_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3316_Sentinel2_266240_0143360_276480_0153600_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3320-Sentinel2-266240-0184320-276480-0194560\r\n", + " collection: Sentinel2\r\n", + " left: 266240\r\n", + " bottom: 0184320\r\n", + " right: 276480\r\n", + " top: 0194560\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3320_Sentinel2_266240_0184320_276480_0194560_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3320_Sentinel2_266240_0184320_276480_0194560_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3321-Sentinel2-266240-0194560-276480-0204800\r\n", + " collection: Sentinel2\r\n", + " left: 266240\r\n", + " bottom: 0194560\r\n", + " right: 276480\r\n", + " top: 0204800\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3321_Sentinel2_266240_0194560_276480_0204800_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3321_Sentinel2_266240_0194560_276480_0204800_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3322-Sentinel2-266240-0204800-276480-0215040\r\n", + " collection: Sentinel2\r\n", + " left: 266240\r\n", + " bottom: 0204800\r\n", + " right: 276480\r\n", + " top: 0215040\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3322_Sentinel2_266240_0204800_276480_0215040_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3322_Sentinel2_266240_0204800_276480_0215040_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3323-Sentinel2-266240-0215040-276480-0225280\r\n", + " collection: Sentinel2\r\n", + " left: 266240\r\n", + " bottom: 0215040\r\n", + " right: 276480\r\n", + " top: 0225280\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3323_Sentinel2_266240_0215040_276480_0225280_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3323_Sentinel2_266240_0215040_276480_0225280_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3324-Sentinel2-266240-0225280-276480-0235520\r\n", + " collection: Sentinel2\r\n", + " left: 266240\r\n", + " bottom: 0225280\r\n", + " right: 276480\r\n", + " top: 0235520\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3324_Sentinel2_266240_0225280_276480_0235520_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3324_Sentinel2_266240_0225280_276480_0235520_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3325-Sentinel2-266240-0235520-276480-0245760\r\n", + " collection: Sentinel2\r\n", + " left: 266240\r\n", + " bottom: 0235520\r\n", + " right: 276480\r\n", + " top: 0245760\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3325_Sentinel2_266240_0235520_276480_0245760_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3325_Sentinel2_266240_0235520_276480_0245760_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3326-Sentinel2-266240-0245760-276480-0256000\r\n", + " collection: Sentinel2\r\n", + " left: 266240\r\n", + " bottom: 0245760\r\n", + " right: 276480\r\n", + " top: 0256000\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3326_Sentinel2_266240_0245760_276480_0256000_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3326_Sentinel2_266240_0245760_276480_0256000_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3327-Sentinel2-266240-0256000-276480-0266240\r\n", + " collection: Sentinel2\r\n", + " left: 266240\r\n", + " bottom: 0256000\r\n", + " right: 276480\r\n", + " top: 0266240\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3327_Sentinel2_266240_0256000_276480_0266240_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3327_Sentinel2_266240_0256000_276480_0266240_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3328-Sentinel2-266240-0266240-276480-0276480\r\n", + " collection: Sentinel2\r\n", + " left: 266240\r\n", + " bottom: 0266240\r\n", + " right: 276480\r\n", + " top: 0276480\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3328_Sentinel2_266240_0266240_276480_0276480_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3328_Sentinel2_266240_0266240_276480_0276480_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3329-Sentinel2-266240-0276480-276480-0286720\r\n", + " collection: Sentinel2\r\n", + " left: 266240\r\n", + " bottom: 0276480\r\n", + " right: 276480\r\n", + " top: 0286720\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3329_Sentinel2_266240_0276480_276480_0286720_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3329_Sentinel2_266240_0276480_276480_0286720_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3330-Sentinel2-266240-0286720-276480-0296960\r\n", + " collection: Sentinel2\r\n", + " left: 266240\r\n", + " bottom: 0286720\r\n", + " right: 276480\r\n", + " top: 0296960\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3330_Sentinel2_266240_0286720_276480_0296960_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3330_Sentinel2_266240_0286720_276480_0296960_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3331-Sentinel2-266240-0296960-276480-0307200\r\n", + " collection: Sentinel2\r\n", + " left: 266240\r\n", + " bottom: 0296960\r\n", + " right: 276480\r\n", + " top: 0307200\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3331_Sentinel2_266240_0296960_276480_0307200_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3331_Sentinel2_266240_0296960_276480_0307200_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3332-Sentinel2-266240-0307200-276480-0317440\r\n", + " collection: Sentinel2\r\n", + " left: 266240\r\n", + " bottom: 0307200\r\n", + " right: 276480\r\n", + " top: 0317440\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3332_Sentinel2_266240_0307200_276480_0317440_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3332_Sentinel2_266240_0307200_276480_0317440_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3333-Sentinel2-266240-0317440-276480-0327680\r\n", + " collection: Sentinel2\r\n", + " left: 266240\r\n", + " bottom: 0317440\r\n", + " right: 276480\r\n", + " top: 0327680\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3333_Sentinel2_266240_0317440_276480_0327680_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3333_Sentinel2_266240_0317440_276480_0327680_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3334-Sentinel2-266240-0327680-276480-0337920\r\n", + " collection: Sentinel2\r\n", + " left: 266240\r\n", + " bottom: 0327680\r\n", + " right: 276480\r\n", + " top: 0337920\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3334_Sentinel2_266240_0327680_276480_0337920_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3334_Sentinel2_266240_0327680_276480_0337920_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3335-Sentinel2-266240-0337920-276480-0348160\r\n", + " collection: Sentinel2\r\n", + " left: 266240\r\n", + " bottom: 0337920\r\n", + " right: 276480\r\n", + " top: 0348160\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3335_Sentinel2_266240_0337920_276480_0348160_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3335_Sentinel2_266240_0337920_276480_0348160_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3336-Sentinel2-266240-0348160-276480-0358400\r\n", + " collection: Sentinel2\r\n", + " left: 266240\r\n", + " bottom: 0348160\r\n", + " right: 276480\r\n", + " top: 0358400\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3336_Sentinel2_266240_0348160_276480_0358400_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3336_Sentinel2_266240_0348160_276480_0358400_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3337-Sentinel2-266240-0358400-276480-0368640\r\n", + " collection: Sentinel2\r\n", + " left: 266240\r\n", + " bottom: 0358400\r\n", + " right: 276480\r\n", + " top: 0368640\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3337_Sentinel2_266240_0358400_276480_0368640_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3337_Sentinel2_266240_0358400_276480_0368640_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3338-Sentinel2-266240-0368640-276480-0378880\r\n", + " collection: Sentinel2\r\n", + " left: 266240\r\n", + " bottom: 0368640\r\n", + " right: 276480\r\n", + " top: 0378880\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3338_Sentinel2_266240_0368640_276480_0378880_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3338_Sentinel2_266240_0368640_276480_0378880_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3339-Sentinel2-266240-0378880-276480-0389120\r\n", + " collection: Sentinel2\r\n", + " left: 266240\r\n", + " bottom: 0378880\r\n", + " right: 276480\r\n", + " top: 0389120\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3339_Sentinel2_266240_0378880_276480_0389120_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3339_Sentinel2_266240_0378880_276480_0389120_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3355-Sentinel2-266240-0542720-276480-0552960\r\n", + " collection: Sentinel2\r\n", + " left: 266240\r\n", + " bottom: 0542720\r\n", + " right: 276480\r\n", + " top: 0552960\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3355_Sentinel2_266240_0542720_276480_0552960_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3355_Sentinel2_266240_0542720_276480_0552960_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3356-Sentinel2-266240-0552960-276480-0563200\r\n", + " collection: Sentinel2\r\n", + " left: 266240\r\n", + " bottom: 0552960\r\n", + " right: 276480\r\n", + " top: 0563200\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3356_Sentinel2_266240_0552960_276480_0563200_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3356_Sentinel2_266240_0552960_276480_0563200_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3357-Sentinel2-266240-0563200-276480-0573440\r\n", + " collection: Sentinel2\r\n", + " left: 266240\r\n", + " bottom: 0563200\r\n", + " right: 276480\r\n", + " top: 0573440\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3357_Sentinel2_266240_0563200_276480_0573440_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3357_Sentinel2_266240_0563200_276480_0573440_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3358-Sentinel2-266240-0573440-276480-0583680\r\n", + " collection: Sentinel2\r\n", + " left: 266240\r\n", + " bottom: 0573440\r\n", + " right: 276480\r\n", + " top: 0583680\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3358_Sentinel2_266240_0573440_276480_0583680_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3358_Sentinel2_266240_0573440_276480_0583680_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3359-Sentinel2-266240-0583680-276480-0593920\r\n", + " collection: Sentinel2\r\n", + " left: 266240\r\n", + " bottom: 0583680\r\n", + " right: 276480\r\n", + " top: 0593920\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3359_Sentinel2_266240_0583680_276480_0593920_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3359_Sentinel2_266240_0583680_276480_0593920_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3360-Sentinel2-266240-0593920-276480-0604160\r\n", + " collection: Sentinel2\r\n", + " left: 266240\r\n", + " bottom: 0593920\r\n", + " right: 276480\r\n", + " top: 0604160\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3360_Sentinel2_266240_0593920_276480_0604160_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3360_Sentinel2_266240_0593920_276480_0604160_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3361-Sentinel2-266240-0604160-276480-0614400\r\n", + " collection: Sentinel2\r\n", + " left: 266240\r\n", + " bottom: 0604160\r\n", + " right: 276480\r\n", + " top: 0614400\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3361_Sentinel2_266240_0604160_276480_0614400_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3361_Sentinel2_266240_0604160_276480_0614400_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3362-Sentinel2-266240-0614400-276480-0624640\r\n", + " collection: Sentinel2\r\n", + " left: 266240\r\n", + " bottom: 0614400\r\n", + " right: 276480\r\n", + " top: 0624640\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3362_Sentinel2_266240_0614400_276480_0624640_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3362_Sentinel2_266240_0614400_276480_0624640_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3363-Sentinel2-266240-0624640-276480-0634880\r\n", + " collection: Sentinel2\r\n", + " left: 266240\r\n", + " bottom: 0624640\r\n", + " right: 276480\r\n", + " top: 0634880\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3363_Sentinel2_266240_0624640_276480_0634880_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3363_Sentinel2_266240_0624640_276480_0634880_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3364-Sentinel2-266240-0634880-276480-0645120\r\n", + " collection: Sentinel2\r\n", + " left: 266240\r\n", + " bottom: 0634880\r\n", + " right: 276480\r\n", + " top: 0645120\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3364_Sentinel2_266240_0634880_276480_0645120_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3364_Sentinel2_266240_0634880_276480_0645120_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3365-Sentinel2-266240-0645120-276480-0655360\r\n", + " collection: Sentinel2\r\n", + " left: 266240\r\n", + " bottom: 0645120\r\n", + " right: 276480\r\n", + " top: 0655360\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3365_Sentinel2_266240_0645120_276480_0655360_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3365_Sentinel2_266240_0645120_276480_0655360_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3366-Sentinel2-266240-0655360-276480-0665600\r\n", + " collection: Sentinel2\r\n", + " left: 266240\r\n", + " bottom: 0655360\r\n", + " right: 276480\r\n", + " top: 0665600\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3366_Sentinel2_266240_0655360_276480_0665600_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3366_Sentinel2_266240_0655360_276480_0665600_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3367-Sentinel2-266240-0665600-276480-0675840\r\n", + " collection: Sentinel2\r\n", + " left: 266240\r\n", + " bottom: 0665600\r\n", + " right: 276480\r\n", + " top: 0675840\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3367_Sentinel2_266240_0665600_276480_0675840_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3367_Sentinel2_266240_0665600_276480_0675840_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3368-Sentinel2-266240-0675840-276480-0686080\r\n", + " collection: Sentinel2\r\n", + " left: 266240\r\n", + " bottom: 0675840\r\n", + " right: 276480\r\n", + " top: 0686080\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3368_Sentinel2_266240_0675840_276480_0686080_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3368_Sentinel2_266240_0675840_276480_0686080_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3369-Sentinel2-266240-0686080-276480-0696320\r\n", + " collection: Sentinel2\r\n", + " left: 266240\r\n", + " bottom: 0686080\r\n", + " right: 276480\r\n", + " top: 0696320\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3369_Sentinel2_266240_0686080_276480_0696320_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3369_Sentinel2_266240_0686080_276480_0696320_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3370-Sentinel2-266240-0696320-276480-0706560\r\n", + " collection: Sentinel2\r\n", + " left: 266240\r\n", + " bottom: 0696320\r\n", + " right: 276480\r\n", + " top: 0706560\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3370_Sentinel2_266240_0696320_276480_0706560_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3370_Sentinel2_266240_0696320_276480_0706560_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3371-Sentinel2-266240-0706560-276480-0716800\r\n", + " collection: Sentinel2\r\n", + " left: 266240\r\n", + " bottom: 0706560\r\n", + " right: 276480\r\n", + " top: 0716800\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3371_Sentinel2_266240_0706560_276480_0716800_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3371_Sentinel2_266240_0706560_276480_0716800_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3372-Sentinel2-266240-0716800-276480-0727040\r\n", + " collection: Sentinel2\r\n", + " left: 266240\r\n", + " bottom: 0716800\r\n", + " right: 276480\r\n", + " top: 0727040\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3372_Sentinel2_266240_0716800_276480_0727040_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3372_Sentinel2_266240_0716800_276480_0727040_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3373-Sentinel2-266240-0727040-276480-0737280\r\n", + " collection: Sentinel2\r\n", + " left: 266240\r\n", + " bottom: 0727040\r\n", + " right: 276480\r\n", + " top: 0737280\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3373_Sentinel2_266240_0727040_276480_0737280_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3373_Sentinel2_266240_0727040_276480_0737280_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3374-Sentinel2-266240-0737280-276480-0747520\r\n", + " collection: Sentinel2\r\n", + " left: 266240\r\n", + " bottom: 0737280\r\n", + " right: 276480\r\n", + " top: 0747520\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3374_Sentinel2_266240_0737280_276480_0747520_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3374_Sentinel2_266240_0737280_276480_0747520_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3375-Sentinel2-266240-0747520-276480-0757760\r\n", + " collection: Sentinel2\r\n", + " left: 266240\r\n", + " bottom: 0747520\r\n", + " right: 276480\r\n", + " top: 0757760\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3375_Sentinel2_266240_0747520_276480_0757760_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3375_Sentinel2_266240_0747520_276480_0757760_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3376-Sentinel2-266240-0757760-276480-0768000\r\n", + " collection: Sentinel2\r\n", + " left: 266240\r\n", + " bottom: 0757760\r\n", + " right: 276480\r\n", + " top: 0768000\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3376_Sentinel2_266240_0757760_276480_0768000_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3376_Sentinel2_266240_0757760_276480_0768000_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3377-Sentinel2-266240-0768000-276480-0778240\r\n", + " collection: Sentinel2\r\n", + " left: 266240\r\n", + " bottom: 0768000\r\n", + " right: 276480\r\n", + " top: 0778240\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3377_Sentinel2_266240_0768000_276480_0778240_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3377_Sentinel2_266240_0768000_276480_0778240_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3378-Sentinel2-266240-0778240-276480-0788480\r\n", + " collection: Sentinel2\r\n", + " left: 266240\r\n", + " bottom: 0778240\r\n", + " right: 276480\r\n", + " top: 0788480\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3378_Sentinel2_266240_0778240_276480_0788480_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3378_Sentinel2_266240_0778240_276480_0788480_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3379-Sentinel2-266240-0788480-276480-0798720\r\n", + " collection: Sentinel2\r\n", + " left: 266240\r\n", + " bottom: 0788480\r\n", + " right: 276480\r\n", + " top: 0798720\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3379_Sentinel2_266240_0788480_276480_0798720_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3379_Sentinel2_266240_0788480_276480_0798720_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3380-Sentinel2-266240-0798720-276480-0808960\r\n", + " collection: Sentinel2\r\n", + " left: 266240\r\n", + " bottom: 0798720\r\n", + " right: 276480\r\n", + " top: 0808960\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3380_Sentinel2_266240_0798720_276480_0808960_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3380_Sentinel2_266240_0798720_276480_0808960_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3381-Sentinel2-266240-0808960-276480-0819200\r\n", + " collection: Sentinel2\r\n", + " left: 266240\r\n", + " bottom: 0808960\r\n", + " right: 276480\r\n", + " top: 0819200\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3381_Sentinel2_266240_0808960_276480_0819200_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3381_Sentinel2_266240_0808960_276480_0819200_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3382-Sentinel2-266240-0819200-276480-0829440\r\n", + " collection: Sentinel2\r\n", + " left: 266240\r\n", + " bottom: 0819200\r\n", + " right: 276480\r\n", + " top: 0829440\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3382_Sentinel2_266240_0819200_276480_0829440_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3382_Sentinel2_266240_0819200_276480_0829440_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3383-Sentinel2-266240-0829440-276480-0839680\r\n", + " collection: Sentinel2\r\n", + " left: 266240\r\n", + " bottom: 0829440\r\n", + " right: 276480\r\n", + " top: 0839680\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3383_Sentinel2_266240_0829440_276480_0839680_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3383_Sentinel2_266240_0829440_276480_0839680_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3384-Sentinel2-266240-0839680-276480-0849920\r\n", + " collection: Sentinel2\r\n", + " left: 266240\r\n", + " bottom: 0839680\r\n", + " right: 276480\r\n", + " top: 0849920\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3384_Sentinel2_266240_0839680_276480_0849920_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3384_Sentinel2_266240_0839680_276480_0849920_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3385-Sentinel2-266240-0849920-276480-0860160\r\n", + " collection: Sentinel2\r\n", + " left: 266240\r\n", + " bottom: 0849920\r\n", + " right: 276480\r\n", + " top: 0860160\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3385_Sentinel2_266240_0849920_276480_0860160_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3385_Sentinel2_266240_0849920_276480_0860160_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3386-Sentinel2-266240-0860160-276480-0870400\r\n", + " collection: Sentinel2\r\n", + " left: 266240\r\n", + " bottom: 0860160\r\n", + " right: 276480\r\n", + " top: 0870400\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3386_Sentinel2_266240_0860160_276480_0870400_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3386_Sentinel2_266240_0860160_276480_0870400_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3387-Sentinel2-266240-0870400-276480-0880640\r\n", + " collection: Sentinel2\r\n", + " left: 266240\r\n", + " bottom: 0870400\r\n", + " right: 276480\r\n", + " top: 0880640\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3387_Sentinel2_266240_0870400_276480_0880640_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3387_Sentinel2_266240_0870400_276480_0880640_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3388-Sentinel2-266240-0880640-276480-0890880\r\n", + " collection: Sentinel2\r\n", + " left: 266240\r\n", + " bottom: 0880640\r\n", + " right: 276480\r\n", + " top: 0890880\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3388_Sentinel2_266240_0880640_276480_0890880_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3388_Sentinel2_266240_0880640_276480_0890880_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3389-Sentinel2-266240-0890880-276480-0901120\r\n", + " collection: Sentinel2\r\n", + " left: 266240\r\n", + " bottom: 0890880\r\n", + " right: 276480\r\n", + " top: 0901120\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3389_Sentinel2_266240_0890880_276480_0901120_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3389_Sentinel2_266240_0890880_276480_0901120_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3390-Sentinel2-266240-0901120-276480-0911360\r\n", + " collection: Sentinel2\r\n", + " left: 266240\r\n", + " bottom: 0901120\r\n", + " right: 276480\r\n", + " top: 0911360\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3390_Sentinel2_266240_0901120_276480_0911360_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3390_Sentinel2_266240_0901120_276480_0911360_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3391-Sentinel2-266240-0911360-276480-0921600\r\n", + " collection: Sentinel2\r\n", + " left: 266240\r\n", + " bottom: 0911360\r\n", + " right: 276480\r\n", + " top: 0921600\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3391_Sentinel2_266240_0911360_276480_0921600_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3391_Sentinel2_266240_0911360_276480_0921600_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3392-Sentinel2-266240-0921600-276480-0931840\r\n", + " collection: Sentinel2\r\n", + " left: 266240\r\n", + " bottom: 0921600\r\n", + " right: 276480\r\n", + " top: 0931840\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3392_Sentinel2_266240_0921600_276480_0931840_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3392_Sentinel2_266240_0921600_276480_0931840_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3393-Sentinel2-266240-0931840-276480-0942080\r\n", + " collection: Sentinel2\r\n", + " left: 266240\r\n", + " bottom: 0931840\r\n", + " right: 276480\r\n", + " top: 0942080\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3393_Sentinel2_266240_0931840_276480_0942080_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3393_Sentinel2_266240_0931840_276480_0942080_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3394-Sentinel2-266240-0942080-276480-0952320\r\n", + " collection: Sentinel2\r\n", + " left: 266240\r\n", + " bottom: 0942080\r\n", + " right: 276480\r\n", + " top: 0952320\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3394_Sentinel2_266240_0942080_276480_0952320_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3394_Sentinel2_266240_0942080_276480_0952320_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3395-Sentinel2-266240-0952320-276480-0962560\r\n", + " collection: Sentinel2\r\n", + " left: 266240\r\n", + " bottom: 0952320\r\n", + " right: 276480\r\n", + " top: 0962560\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3395_Sentinel2_266240_0952320_276480_0962560_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3395_Sentinel2_266240_0952320_276480_0962560_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3396-Sentinel2-266240-0962560-276480-0972800\r\n", + " collection: Sentinel2\r\n", + " left: 266240\r\n", + " bottom: 0962560\r\n", + " right: 276480\r\n", + " top: 0972800\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3396_Sentinel2_266240_0962560_276480_0972800_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3396_Sentinel2_266240_0962560_276480_0972800_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3432-Sentinel2-276480-0030720-286720-0040960\r\n", + " collection: Sentinel2\r\n", + " left: 276480\r\n", + " bottom: 0030720\r\n", + " right: 286720\r\n", + " top: 0040960\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3432_Sentinel2_276480_0030720_286720_0040960_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3432_Sentinel2_276480_0030720_286720_0040960_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3433-Sentinel2-276480-0040960-286720-0051200\r\n", + " collection: Sentinel2\r\n", + " left: 276480\r\n", + " bottom: 0040960\r\n", + " right: 286720\r\n", + " top: 0051200\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3433_Sentinel2_276480_0040960_286720_0051200_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3433_Sentinel2_276480_0040960_286720_0051200_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3434-Sentinel2-276480-0051200-286720-0061440\r\n", + " collection: Sentinel2\r\n", + " left: 276480\r\n", + " bottom: 0051200\r\n", + " right: 286720\r\n", + " top: 0061440\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3434_Sentinel2_276480_0051200_286720_0061440_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3434_Sentinel2_276480_0051200_286720_0061440_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3435-Sentinel2-276480-0061440-286720-0071680\r\n", + " collection: Sentinel2\r\n", + " left: 276480\r\n", + " bottom: 0061440\r\n", + " right: 286720\r\n", + " top: 0071680\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3435_Sentinel2_276480_0061440_286720_0071680_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3435_Sentinel2_276480_0061440_286720_0071680_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3436-Sentinel2-276480-0071680-286720-0081920\r\n", + " collection: Sentinel2\r\n", + " left: 276480\r\n", + " bottom: 0071680\r\n", + " right: 286720\r\n", + " top: 0081920\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3436_Sentinel2_276480_0071680_286720_0081920_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3436_Sentinel2_276480_0071680_286720_0081920_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3437-Sentinel2-276480-0081920-286720-0092160\r\n", + " collection: Sentinel2\r\n", + " left: 276480\r\n", + " bottom: 0081920\r\n", + " right: 286720\r\n", + " top: 0092160\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3437_Sentinel2_276480_0081920_286720_0092160_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3437_Sentinel2_276480_0081920_286720_0092160_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3438-Sentinel2-276480-0092160-286720-0102400\r\n", + " collection: Sentinel2\r\n", + " left: 276480\r\n", + " bottom: 0092160\r\n", + " right: 286720\r\n", + " top: 0102400\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3438_Sentinel2_276480_0092160_286720_0102400_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3438_Sentinel2_276480_0092160_286720_0102400_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3439-Sentinel2-276480-0102400-286720-0112640\r\n", + " collection: Sentinel2\r\n", + " left: 276480\r\n", + " bottom: 0102400\r\n", + " right: 286720\r\n", + " top: 0112640\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3439_Sentinel2_276480_0102400_286720_0112640_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3439_Sentinel2_276480_0102400_286720_0112640_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3440-Sentinel2-276480-0112640-286720-0122880\r\n", + " collection: Sentinel2\r\n", + " left: 276480\r\n", + " bottom: 0112640\r\n", + " right: 286720\r\n", + " top: 0122880\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3440_Sentinel2_276480_0112640_286720_0122880_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3440_Sentinel2_276480_0112640_286720_0122880_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3441-Sentinel2-276480-0122880-286720-0133120\r\n", + " collection: Sentinel2\r\n", + " left: 276480\r\n", + " bottom: 0122880\r\n", + " right: 286720\r\n", + " top: 0133120\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3441_Sentinel2_276480_0122880_286720_0133120_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3441_Sentinel2_276480_0122880_286720_0133120_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3442-Sentinel2-276480-0133120-286720-0143360\r\n", + " collection: Sentinel2\r\n", + " left: 276480\r\n", + " bottom: 0133120\r\n", + " right: 286720\r\n", + " top: 0143360\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3442_Sentinel2_276480_0133120_286720_0143360_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3442_Sentinel2_276480_0133120_286720_0143360_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3443-Sentinel2-276480-0143360-286720-0153600\r\n", + " collection: Sentinel2\r\n", + " left: 276480\r\n", + " bottom: 0143360\r\n", + " right: 286720\r\n", + " top: 0153600\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3443_Sentinel2_276480_0143360_286720_0153600_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3443_Sentinel2_276480_0143360_286720_0153600_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3446-Sentinel2-276480-0174080-286720-0184320\r\n", + " collection: Sentinel2\r\n", + " left: 276480\r\n", + " bottom: 0174080\r\n", + " right: 286720\r\n", + " top: 0184320\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3446_Sentinel2_276480_0174080_286720_0184320_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3446_Sentinel2_276480_0174080_286720_0184320_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3447-Sentinel2-276480-0184320-286720-0194560\r\n", + " collection: Sentinel2\r\n", + " left: 276480\r\n", + " bottom: 0184320\r\n", + " right: 286720\r\n", + " top: 0194560\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3447_Sentinel2_276480_0184320_286720_0194560_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3447_Sentinel2_276480_0184320_286720_0194560_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3448-Sentinel2-276480-0194560-286720-0204800\r\n", + " collection: Sentinel2\r\n", + " left: 276480\r\n", + " bottom: 0194560\r\n", + " right: 286720\r\n", + " top: 0204800\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3448_Sentinel2_276480_0194560_286720_0204800_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3448_Sentinel2_276480_0194560_286720_0204800_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3449-Sentinel2-276480-0204800-286720-0215040\r\n", + " collection: Sentinel2\r\n", + " left: 276480\r\n", + " bottom: 0204800\r\n", + " right: 286720\r\n", + " top: 0215040\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3449_Sentinel2_276480_0204800_286720_0215040_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3449_Sentinel2_276480_0204800_286720_0215040_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3450-Sentinel2-276480-0215040-286720-0225280\r\n", + " collection: Sentinel2\r\n", + " left: 276480\r\n", + " bottom: 0215040\r\n", + " right: 286720\r\n", + " top: 0225280\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3450_Sentinel2_276480_0215040_286720_0225280_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3450_Sentinel2_276480_0215040_286720_0225280_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3451-Sentinel2-276480-0225280-286720-0235520\r\n", + " collection: Sentinel2\r\n", + " left: 276480\r\n", + " bottom: 0225280\r\n", + " right: 286720\r\n", + " top: 0235520\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3451_Sentinel2_276480_0225280_286720_0235520_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3451_Sentinel2_276480_0225280_286720_0235520_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3452-Sentinel2-276480-0235520-286720-0245760\r\n", + " collection: Sentinel2\r\n", + " left: 276480\r\n", + " bottom: 0235520\r\n", + " right: 286720\r\n", + " top: 0245760\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3452_Sentinel2_276480_0235520_286720_0245760_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3452_Sentinel2_276480_0235520_286720_0245760_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3453-Sentinel2-276480-0245760-286720-0256000\r\n", + " collection: Sentinel2\r\n", + " left: 276480\r\n", + " bottom: 0245760\r\n", + " right: 286720\r\n", + " top: 0256000\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3453_Sentinel2_276480_0245760_286720_0256000_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3453_Sentinel2_276480_0245760_286720_0256000_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3454-Sentinel2-276480-0256000-286720-0266240\r\n", + " collection: Sentinel2\r\n", + " left: 276480\r\n", + " bottom: 0256000\r\n", + " right: 286720\r\n", + " top: 0266240\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3454_Sentinel2_276480_0256000_286720_0266240_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3454_Sentinel2_276480_0256000_286720_0266240_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3455-Sentinel2-276480-0266240-286720-0276480\r\n", + " collection: Sentinel2\r\n", + " left: 276480\r\n", + " bottom: 0266240\r\n", + " right: 286720\r\n", + " top: 0276480\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3455_Sentinel2_276480_0266240_286720_0276480_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3455_Sentinel2_276480_0266240_286720_0276480_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3456-Sentinel2-276480-0276480-286720-0286720\r\n", + " collection: Sentinel2\r\n", + " left: 276480\r\n", + " bottom: 0276480\r\n", + " right: 286720\r\n", + " top: 0286720\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3456_Sentinel2_276480_0276480_286720_0286720_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3456_Sentinel2_276480_0276480_286720_0286720_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3457-Sentinel2-276480-0286720-286720-0296960\r\n", + " collection: Sentinel2\r\n", + " left: 276480\r\n", + " bottom: 0286720\r\n", + " right: 286720\r\n", + " top: 0296960\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3457_Sentinel2_276480_0286720_286720_0296960_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3457_Sentinel2_276480_0286720_286720_0296960_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3458-Sentinel2-276480-0296960-286720-0307200\r\n", + " collection: Sentinel2\r\n", + " left: 276480\r\n", + " bottom: 0296960\r\n", + " right: 286720\r\n", + " top: 0307200\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3458_Sentinel2_276480_0296960_286720_0307200_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3458_Sentinel2_276480_0296960_286720_0307200_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3459-Sentinel2-276480-0307200-286720-0317440\r\n", + " collection: Sentinel2\r\n", + " left: 276480\r\n", + " bottom: 0307200\r\n", + " right: 286720\r\n", + " top: 0317440\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3459_Sentinel2_276480_0307200_286720_0317440_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3459_Sentinel2_276480_0307200_286720_0317440_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3460-Sentinel2-276480-0317440-286720-0327680\r\n", + " collection: Sentinel2\r\n", + " left: 276480\r\n", + " bottom: 0317440\r\n", + " right: 286720\r\n", + " top: 0327680\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3460_Sentinel2_276480_0317440_286720_0327680_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3460_Sentinel2_276480_0317440_286720_0327680_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3461-Sentinel2-276480-0327680-286720-0337920\r\n", + " collection: Sentinel2\r\n", + " left: 276480\r\n", + " bottom: 0327680\r\n", + " right: 286720\r\n", + " top: 0337920\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3461_Sentinel2_276480_0327680_286720_0337920_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3461_Sentinel2_276480_0327680_286720_0337920_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3462-Sentinel2-276480-0337920-286720-0348160\r\n", + " collection: Sentinel2\r\n", + " left: 276480\r\n", + " bottom: 0337920\r\n", + " right: 286720\r\n", + " top: 0348160\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3462_Sentinel2_276480_0337920_286720_0348160_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3462_Sentinel2_276480_0337920_286720_0348160_2018-04-01_2018-10-01_6m.py\r\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + " \r\n", + "\r\n", + " output_location downloads_output/3463-Sentinel2-276480-0348160-286720-0358400\r\n", + " collection: Sentinel2\r\n", + " left: 276480\r\n", + " bottom: 0348160\r\n", + " right: 286720\r\n", + " top: 0358400\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3463_Sentinel2_276480_0348160_286720_0358400_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3463_Sentinel2_276480_0348160_286720_0358400_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3464-Sentinel2-276480-0358400-286720-0368640\r\n", + " collection: Sentinel2\r\n", + " left: 276480\r\n", + " bottom: 0358400\r\n", + " right: 286720\r\n", + " top: 0368640\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3464_Sentinel2_276480_0358400_286720_0368640_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3464_Sentinel2_276480_0358400_286720_0368640_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3465-Sentinel2-276480-0368640-286720-0378880\r\n", + " collection: Sentinel2\r\n", + " left: 276480\r\n", + " bottom: 0368640\r\n", + " right: 286720\r\n", + " top: 0378880\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3465_Sentinel2_276480_0368640_286720_0378880_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3465_Sentinel2_276480_0368640_286720_0378880_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3466-Sentinel2-276480-0378880-286720-0389120\r\n", + " collection: Sentinel2\r\n", + " left: 276480\r\n", + " bottom: 0378880\r\n", + " right: 286720\r\n", + " top: 0389120\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3466_Sentinel2_276480_0378880_286720_0389120_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3466_Sentinel2_276480_0378880_286720_0389120_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3482-Sentinel2-276480-0542720-286720-0552960\r\n", + " collection: Sentinel2\r\n", + " left: 276480\r\n", + " bottom: 0542720\r\n", + " right: 286720\r\n", + " top: 0552960\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3482_Sentinel2_276480_0542720_286720_0552960_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3482_Sentinel2_276480_0542720_286720_0552960_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3483-Sentinel2-276480-0552960-286720-0563200\r\n", + " collection: Sentinel2\r\n", + " left: 276480\r\n", + " bottom: 0552960\r\n", + " right: 286720\r\n", + " top: 0563200\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3483_Sentinel2_276480_0552960_286720_0563200_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3483_Sentinel2_276480_0552960_286720_0563200_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3484-Sentinel2-276480-0563200-286720-0573440\r\n", + " collection: Sentinel2\r\n", + " left: 276480\r\n", + " bottom: 0563200\r\n", + " right: 286720\r\n", + " top: 0573440\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3484_Sentinel2_276480_0563200_286720_0573440_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3484_Sentinel2_276480_0563200_286720_0573440_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3485-Sentinel2-276480-0573440-286720-0583680\r\n", + " collection: Sentinel2\r\n", + " left: 276480\r\n", + " bottom: 0573440\r\n", + " right: 286720\r\n", + " top: 0583680\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3485_Sentinel2_276480_0573440_286720_0583680_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3485_Sentinel2_276480_0573440_286720_0583680_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3486-Sentinel2-276480-0583680-286720-0593920\r\n", + " collection: Sentinel2\r\n", + " left: 276480\r\n", + " bottom: 0583680\r\n", + " right: 286720\r\n", + " top: 0593920\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3486_Sentinel2_276480_0583680_286720_0593920_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3486_Sentinel2_276480_0583680_286720_0593920_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3487-Sentinel2-276480-0593920-286720-0604160\r\n", + " collection: Sentinel2\r\n", + " left: 276480\r\n", + " bottom: 0593920\r\n", + " right: 286720\r\n", + " top: 0604160\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3487_Sentinel2_276480_0593920_286720_0604160_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3487_Sentinel2_276480_0593920_286720_0604160_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3488-Sentinel2-276480-0604160-286720-0614400\r\n", + " collection: Sentinel2\r\n", + " left: 276480\r\n", + " bottom: 0604160\r\n", + " right: 286720\r\n", + " top: 0614400\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3488_Sentinel2_276480_0604160_286720_0614400_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3488_Sentinel2_276480_0604160_286720_0614400_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3489-Sentinel2-276480-0614400-286720-0624640\r\n", + " collection: Sentinel2\r\n", + " left: 276480\r\n", + " bottom: 0614400\r\n", + " right: 286720\r\n", + " top: 0624640\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3489_Sentinel2_276480_0614400_286720_0624640_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3489_Sentinel2_276480_0614400_286720_0624640_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3490-Sentinel2-276480-0624640-286720-0634880\r\n", + " collection: Sentinel2\r\n", + " left: 276480\r\n", + " bottom: 0624640\r\n", + " right: 286720\r\n", + " top: 0634880\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3490_Sentinel2_276480_0624640_286720_0634880_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3490_Sentinel2_276480_0624640_286720_0634880_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3491-Sentinel2-276480-0634880-286720-0645120\r\n", + " collection: Sentinel2\r\n", + " left: 276480\r\n", + " bottom: 0634880\r\n", + " right: 286720\r\n", + " top: 0645120\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3491_Sentinel2_276480_0634880_286720_0645120_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3491_Sentinel2_276480_0634880_286720_0645120_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3492-Sentinel2-276480-0645120-286720-0655360\r\n", + " collection: Sentinel2\r\n", + " left: 276480\r\n", + " bottom: 0645120\r\n", + " right: 286720\r\n", + " top: 0655360\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3492_Sentinel2_276480_0645120_286720_0655360_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3492_Sentinel2_276480_0645120_286720_0655360_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3493-Sentinel2-276480-0655360-286720-0665600\r\n", + " collection: Sentinel2\r\n", + " left: 276480\r\n", + " bottom: 0655360\r\n", + " right: 286720\r\n", + " top: 0665600\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3493_Sentinel2_276480_0655360_286720_0665600_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3493_Sentinel2_276480_0655360_286720_0665600_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3494-Sentinel2-276480-0665600-286720-0675840\r\n", + " collection: Sentinel2\r\n", + " left: 276480\r\n", + " bottom: 0665600\r\n", + " right: 286720\r\n", + " top: 0675840\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3494_Sentinel2_276480_0665600_286720_0675840_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3494_Sentinel2_276480_0665600_286720_0675840_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3495-Sentinel2-276480-0675840-286720-0686080\r\n", + " collection: Sentinel2\r\n", + " left: 276480\r\n", + " bottom: 0675840\r\n", + " right: 286720\r\n", + " top: 0686080\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3495_Sentinel2_276480_0675840_286720_0686080_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3495_Sentinel2_276480_0675840_286720_0686080_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3496-Sentinel2-276480-0686080-286720-0696320\r\n", + " collection: Sentinel2\r\n", + " left: 276480\r\n", + " bottom: 0686080\r\n", + " right: 286720\r\n", + " top: 0696320\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3496_Sentinel2_276480_0686080_286720_0696320_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3496_Sentinel2_276480_0686080_286720_0696320_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3497-Sentinel2-276480-0696320-286720-0706560\r\n", + " collection: Sentinel2\r\n", + " left: 276480\r\n", + " bottom: 0696320\r\n", + " right: 286720\r\n", + " top: 0706560\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3497_Sentinel2_276480_0696320_286720_0706560_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3497_Sentinel2_276480_0696320_286720_0706560_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3498-Sentinel2-276480-0706560-286720-0716800\r\n", + " collection: Sentinel2\r\n", + " left: 276480\r\n", + " bottom: 0706560\r\n", + " right: 286720\r\n", + " top: 0716800\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3498_Sentinel2_276480_0706560_286720_0716800_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3498_Sentinel2_276480_0706560_286720_0716800_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3499-Sentinel2-276480-0716800-286720-0727040\r\n", + " collection: Sentinel2\r\n", + " left: 276480\r\n", + " bottom: 0716800\r\n", + " right: 286720\r\n", + " top: 0727040\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3499_Sentinel2_276480_0716800_286720_0727040_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3499_Sentinel2_276480_0716800_286720_0727040_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3500-Sentinel2-276480-0727040-286720-0737280\r\n", + " collection: Sentinel2\r\n", + " left: 276480\r\n", + " bottom: 0727040\r\n", + " right: 286720\r\n", + " top: 0737280\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3500_Sentinel2_276480_0727040_286720_0737280_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3500_Sentinel2_276480_0727040_286720_0737280_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3501-Sentinel2-276480-0737280-286720-0747520\r\n", + " collection: Sentinel2\r\n", + " left: 276480\r\n", + " bottom: 0737280\r\n", + " right: 286720\r\n", + " top: 0747520\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3501_Sentinel2_276480_0737280_286720_0747520_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3501_Sentinel2_276480_0737280_286720_0747520_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3502-Sentinel2-276480-0747520-286720-0757760\r\n", + " collection: Sentinel2\r\n", + " left: 276480\r\n", + " bottom: 0747520\r\n", + " right: 286720\r\n", + " top: 0757760\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3502_Sentinel2_276480_0747520_286720_0757760_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3502_Sentinel2_276480_0747520_286720_0757760_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3503-Sentinel2-276480-0757760-286720-0768000\r\n", + " collection: Sentinel2\r\n", + " left: 276480\r\n", + " bottom: 0757760\r\n", + " right: 286720\r\n", + " top: 0768000\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3503_Sentinel2_276480_0757760_286720_0768000_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3503_Sentinel2_276480_0757760_286720_0768000_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3504-Sentinel2-276480-0768000-286720-0778240\r\n", + " collection: Sentinel2\r\n", + " left: 276480\r\n", + " bottom: 0768000\r\n", + " right: 286720\r\n", + " top: 0778240\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3504_Sentinel2_276480_0768000_286720_0778240_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3504_Sentinel2_276480_0768000_286720_0778240_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3505-Sentinel2-276480-0778240-286720-0788480\r\n", + " collection: Sentinel2\r\n", + " left: 276480\r\n", + " bottom: 0778240\r\n", + " right: 286720\r\n", + " top: 0788480\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3505_Sentinel2_276480_0778240_286720_0788480_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3505_Sentinel2_276480_0778240_286720_0788480_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3506-Sentinel2-276480-0788480-286720-0798720\r\n", + " collection: Sentinel2\r\n", + " left: 276480\r\n", + " bottom: 0788480\r\n", + " right: 286720\r\n", + " top: 0798720\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3506_Sentinel2_276480_0788480_286720_0798720_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3506_Sentinel2_276480_0788480_286720_0798720_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3507-Sentinel2-276480-0798720-286720-0808960\r\n", + " collection: Sentinel2\r\n", + " left: 276480\r\n", + " bottom: 0798720\r\n", + " right: 286720\r\n", + " top: 0808960\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3507_Sentinel2_276480_0798720_286720_0808960_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3507_Sentinel2_276480_0798720_286720_0808960_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3508-Sentinel2-276480-0808960-286720-0819200\r\n", + " collection: Sentinel2\r\n", + " left: 276480\r\n", + " bottom: 0808960\r\n", + " right: 286720\r\n", + " top: 0819200\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3508_Sentinel2_276480_0808960_286720_0819200_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3508_Sentinel2_276480_0808960_286720_0819200_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3509-Sentinel2-276480-0819200-286720-0829440\r\n", + " collection: Sentinel2\r\n", + " left: 276480\r\n", + " bottom: 0819200\r\n", + " right: 286720\r\n", + " top: 0829440\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3509_Sentinel2_276480_0819200_286720_0829440_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3509_Sentinel2_276480_0819200_286720_0829440_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3510-Sentinel2-276480-0829440-286720-0839680\r\n", + " collection: Sentinel2\r\n", + " left: 276480\r\n", + " bottom: 0829440\r\n", + " right: 286720\r\n", + " top: 0839680\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3510_Sentinel2_276480_0829440_286720_0839680_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3510_Sentinel2_276480_0829440_286720_0839680_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3511-Sentinel2-276480-0839680-286720-0849920\r\n", + " collection: Sentinel2\r\n", + " left: 276480\r\n", + " bottom: 0839680\r\n", + " right: 286720\r\n", + " top: 0849920\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3511_Sentinel2_276480_0839680_286720_0849920_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3511_Sentinel2_276480_0839680_286720_0849920_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3512-Sentinel2-276480-0849920-286720-0860160\r\n", + " collection: Sentinel2\r\n", + " left: 276480\r\n", + " bottom: 0849920\r\n", + " right: 286720\r\n", + " top: 0860160\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3512_Sentinel2_276480_0849920_286720_0860160_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3512_Sentinel2_276480_0849920_286720_0860160_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3513-Sentinel2-276480-0860160-286720-0870400\r\n", + " collection: Sentinel2\r\n", + " left: 276480\r\n", + " bottom: 0860160\r\n", + " right: 286720\r\n", + " top: 0870400\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3513_Sentinel2_276480_0860160_286720_0870400_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3513_Sentinel2_276480_0860160_286720_0870400_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3514-Sentinel2-276480-0870400-286720-0880640\r\n", + " collection: Sentinel2\r\n", + " left: 276480\r\n", + " bottom: 0870400\r\n", + " right: 286720\r\n", + " top: 0880640\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3514_Sentinel2_276480_0870400_286720_0880640_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3514_Sentinel2_276480_0870400_286720_0880640_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3515-Sentinel2-276480-0880640-286720-0890880\r\n", + " collection: Sentinel2\r\n", + " left: 276480\r\n", + " bottom: 0880640\r\n", + " right: 286720\r\n", + " top: 0890880\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3515_Sentinel2_276480_0880640_286720_0890880_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3515_Sentinel2_276480_0880640_286720_0890880_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3516-Sentinel2-276480-0890880-286720-0901120\r\n", + " collection: Sentinel2\r\n", + " left: 276480\r\n", + " bottom: 0890880\r\n", + " right: 286720\r\n", + " top: 0901120\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3516_Sentinel2_276480_0890880_286720_0901120_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3516_Sentinel2_276480_0890880_286720_0901120_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3517-Sentinel2-276480-0901120-286720-0911360\r\n", + " collection: Sentinel2\r\n", + " left: 276480\r\n", + " bottom: 0901120\r\n", + " right: 286720\r\n", + " top: 0911360\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3517_Sentinel2_276480_0901120_286720_0911360_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3517_Sentinel2_276480_0901120_286720_0911360_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3518-Sentinel2-276480-0911360-286720-0921600\r\n", + " collection: Sentinel2\r\n", + " left: 276480\r\n", + " bottom: 0911360\r\n", + " right: 286720\r\n", + " top: 0921600\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3518_Sentinel2_276480_0911360_286720_0921600_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3518_Sentinel2_276480_0911360_286720_0921600_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3519-Sentinel2-276480-0921600-286720-0931840\r\n", + " collection: Sentinel2\r\n", + " left: 276480\r\n", + " bottom: 0921600\r\n", + " right: 286720\r\n", + " top: 0931840\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3519_Sentinel2_276480_0921600_286720_0931840_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3519_Sentinel2_276480_0921600_286720_0931840_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3520-Sentinel2-276480-0931840-286720-0942080\r\n", + " collection: Sentinel2\r\n", + " left: 276480\r\n", + " bottom: 0931840\r\n", + " right: 286720\r\n", + " top: 0942080\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3520_Sentinel2_276480_0931840_286720_0942080_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3520_Sentinel2_276480_0931840_286720_0942080_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3521-Sentinel2-276480-0942080-286720-0952320\r\n", + " collection: Sentinel2\r\n", + " left: 276480\r\n", + " bottom: 0942080\r\n", + " right: 286720\r\n", + " top: 0952320\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3521_Sentinel2_276480_0942080_286720_0952320_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3521_Sentinel2_276480_0942080_286720_0952320_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3522-Sentinel2-276480-0952320-286720-0962560\r\n", + " collection: Sentinel2\r\n", + " left: 276480\r\n", + " bottom: 0952320\r\n", + " right: 286720\r\n", + " top: 0962560\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3522_Sentinel2_276480_0952320_286720_0962560_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3522_Sentinel2_276480_0952320_286720_0962560_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3523-Sentinel2-276480-0962560-286720-0972800\r\n", + " collection: Sentinel2\r\n", + " left: 276480\r\n", + " bottom: 0962560\r\n", + " right: 286720\r\n", + " top: 0972800\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3523_Sentinel2_276480_0962560_286720_0972800_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3523_Sentinel2_276480_0962560_286720_0972800_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3560-Sentinel2-286720-0040960-296960-0051200\r\n", + " collection: Sentinel2\r\n", + " left: 286720\r\n", + " bottom: 0040960\r\n", + " right: 296960\r\n", + " top: 0051200\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3560_Sentinel2_286720_0040960_296960_0051200_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3560_Sentinel2_286720_0040960_296960_0051200_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3561-Sentinel2-286720-0051200-296960-0061440\r\n", + " collection: Sentinel2\r\n", + " left: 286720\r\n", + " bottom: 0051200\r\n", + " right: 296960\r\n", + " top: 0061440\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3561_Sentinel2_286720_0051200_296960_0061440_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3561_Sentinel2_286720_0051200_296960_0061440_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3562-Sentinel2-286720-0061440-296960-0071680\r\n", + " collection: Sentinel2\r\n", + " left: 286720\r\n", + " bottom: 0061440\r\n", + " right: 296960\r\n", + " top: 0071680\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3562_Sentinel2_286720_0061440_296960_0071680_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3562_Sentinel2_286720_0061440_296960_0071680_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3563-Sentinel2-286720-0071680-296960-0081920\r\n", + " collection: Sentinel2\r\n", + " left: 286720\r\n", + " bottom: 0071680\r\n", + " right: 296960\r\n", + " top: 0081920\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3563_Sentinel2_286720_0071680_296960_0081920_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3563_Sentinel2_286720_0071680_296960_0081920_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3564-Sentinel2-286720-0081920-296960-0092160\r\n", + " collection: Sentinel2\r\n", + " left: 286720\r\n", + " bottom: 0081920\r\n", + " right: 296960\r\n", + " top: 0092160\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3564_Sentinel2_286720_0081920_296960_0092160_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3564_Sentinel2_286720_0081920_296960_0092160_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3565-Sentinel2-286720-0092160-296960-0102400\r\n", + " collection: Sentinel2\r\n", + " left: 286720\r\n", + " bottom: 0092160\r\n", + " right: 296960\r\n", + " top: 0102400\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3565_Sentinel2_286720_0092160_296960_0102400_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3565_Sentinel2_286720_0092160_296960_0102400_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3566-Sentinel2-286720-0102400-296960-0112640\r\n", + " collection: Sentinel2\r\n", + " left: 286720\r\n", + " bottom: 0102400\r\n", + " right: 296960\r\n", + " top: 0112640\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3566_Sentinel2_286720_0102400_296960_0112640_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3566_Sentinel2_286720_0102400_296960_0112640_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3567-Sentinel2-286720-0112640-296960-0122880\r\n", + " collection: Sentinel2\r\n", + " left: 286720\r\n", + " bottom: 0112640\r\n", + " right: 296960\r\n", + " top: 0122880\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3567_Sentinel2_286720_0112640_296960_0122880_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3567_Sentinel2_286720_0112640_296960_0122880_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3568-Sentinel2-286720-0122880-296960-0133120\r\n", + " collection: Sentinel2\r\n", + " left: 286720\r\n", + " bottom: 0122880\r\n", + " right: 296960\r\n", + " top: 0133120\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3568_Sentinel2_286720_0122880_296960_0133120_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3568_Sentinel2_286720_0122880_296960_0133120_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3569-Sentinel2-286720-0133120-296960-0143360\r\n", + " collection: Sentinel2\r\n", + " left: 286720\r\n", + " bottom: 0133120\r\n", + " right: 296960\r\n", + " top: 0143360\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3569_Sentinel2_286720_0133120_296960_0143360_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3569_Sentinel2_286720_0133120_296960_0143360_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3570-Sentinel2-286720-0143360-296960-0153600\r\n", + " collection: Sentinel2\r\n", + " left: 286720\r\n", + " bottom: 0143360\r\n", + " right: 296960\r\n", + " top: 0153600\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3570_Sentinel2_286720_0143360_296960_0153600_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3570_Sentinel2_286720_0143360_296960_0153600_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3572-Sentinel2-286720-0163840-296960-0174080\r\n", + " collection: Sentinel2\r\n", + " left: 286720\r\n", + " bottom: 0163840\r\n", + " right: 296960\r\n", + " top: 0174080\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3572_Sentinel2_286720_0163840_296960_0174080_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3572_Sentinel2_286720_0163840_296960_0174080_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3573-Sentinel2-286720-0174080-296960-0184320\r\n", + " collection: Sentinel2\r\n", + " left: 286720\r\n", + " bottom: 0174080\r\n", + " right: 296960\r\n", + " top: 0184320\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3573_Sentinel2_286720_0174080_296960_0184320_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3573_Sentinel2_286720_0174080_296960_0184320_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3574-Sentinel2-286720-0184320-296960-0194560\r\n", + " collection: Sentinel2\r\n", + " left: 286720\r\n", + " bottom: 0184320\r\n", + " right: 296960\r\n", + " top: 0194560\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3574_Sentinel2_286720_0184320_296960_0194560_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3574_Sentinel2_286720_0184320_296960_0194560_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3575-Sentinel2-286720-0194560-296960-0204800\r\n", + " collection: Sentinel2\r\n", + " left: 286720\r\n", + " bottom: 0194560\r\n", + " right: 296960\r\n", + " top: 0204800\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3575_Sentinel2_286720_0194560_296960_0204800_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3575_Sentinel2_286720_0194560_296960_0204800_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3576-Sentinel2-286720-0204800-296960-0215040\r\n", + " collection: Sentinel2\r\n", + " left: 286720\r\n", + " bottom: 0204800\r\n", + " right: 296960\r\n", + " top: 0215040\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3576_Sentinel2_286720_0204800_296960_0215040_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3576_Sentinel2_286720_0204800_296960_0215040_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3577-Sentinel2-286720-0215040-296960-0225280\r\n", + " collection: Sentinel2\r\n", + " left: 286720\r\n", + " bottom: 0215040\r\n", + " right: 296960\r\n", + " top: 0225280\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3577_Sentinel2_286720_0215040_296960_0225280_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3577_Sentinel2_286720_0215040_296960_0225280_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3578-Sentinel2-286720-0225280-296960-0235520\r\n", + " collection: Sentinel2\r\n", + " left: 286720\r\n", + " bottom: 0225280\r\n", + " right: 296960\r\n", + " top: 0235520\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3578_Sentinel2_286720_0225280_296960_0235520_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3578_Sentinel2_286720_0225280_296960_0235520_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3579-Sentinel2-286720-0235520-296960-0245760\r\n", + " collection: Sentinel2\r\n", + " left: 286720\r\n", + " bottom: 0235520\r\n", + " right: 296960\r\n", + " top: 0245760\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3579_Sentinel2_286720_0235520_296960_0245760_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3579_Sentinel2_286720_0235520_296960_0245760_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3580-Sentinel2-286720-0245760-296960-0256000\r\n", + " collection: Sentinel2\r\n", + " left: 286720\r\n", + " bottom: 0245760\r\n", + " right: 296960\r\n", + " top: 0256000\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3580_Sentinel2_286720_0245760_296960_0256000_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3580_Sentinel2_286720_0245760_296960_0256000_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3581-Sentinel2-286720-0256000-296960-0266240\r\n", + " collection: Sentinel2\r\n", + " left: 286720\r\n", + " bottom: 0256000\r\n", + " right: 296960\r\n", + " top: 0266240\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3581_Sentinel2_286720_0256000_296960_0266240_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3581_Sentinel2_286720_0256000_296960_0266240_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3582-Sentinel2-286720-0266240-296960-0276480\r\n", + " collection: Sentinel2\r\n", + " left: 286720\r\n", + " bottom: 0266240\r\n", + " right: 296960\r\n", + " top: 0276480\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3582_Sentinel2_286720_0266240_296960_0276480_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3582_Sentinel2_286720_0266240_296960_0276480_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3583-Sentinel2-286720-0276480-296960-0286720\r\n", + " collection: Sentinel2\r\n", + " left: 286720\r\n", + " bottom: 0276480\r\n", + " right: 296960\r\n", + " top: 0286720\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3583_Sentinel2_286720_0276480_296960_0286720_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3583_Sentinel2_286720_0276480_296960_0286720_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3584-Sentinel2-286720-0286720-296960-0296960\r\n", + " collection: Sentinel2\r\n", + " left: 286720\r\n", + " bottom: 0286720\r\n", + " right: 296960\r\n", + " top: 0296960\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3584_Sentinel2_286720_0286720_296960_0296960_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3584_Sentinel2_286720_0286720_296960_0296960_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3585-Sentinel2-286720-0296960-296960-0307200\r\n", + " collection: Sentinel2\r\n", + " left: 286720\r\n", + " bottom: 0296960\r\n", + " right: 296960\r\n", + " top: 0307200\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3585_Sentinel2_286720_0296960_296960_0307200_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3585_Sentinel2_286720_0296960_296960_0307200_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3586-Sentinel2-286720-0307200-296960-0317440\r\n", + " collection: Sentinel2\r\n", + " left: 286720\r\n", + " bottom: 0307200\r\n", + " right: 296960\r\n", + " top: 0317440\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3586_Sentinel2_286720_0307200_296960_0317440_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3586_Sentinel2_286720_0307200_296960_0317440_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3587-Sentinel2-286720-0317440-296960-0327680\r\n", + " collection: Sentinel2\r\n", + " left: 286720\r\n", + " bottom: 0317440\r\n", + " right: 296960\r\n", + " top: 0327680\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3587_Sentinel2_286720_0317440_296960_0327680_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3587_Sentinel2_286720_0317440_296960_0327680_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3588-Sentinel2-286720-0327680-296960-0337920\r\n", + " collection: Sentinel2\r\n", + " left: 286720\r\n", + " bottom: 0327680\r\n", + " right: 296960\r\n", + " top: 0337920\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3588_Sentinel2_286720_0327680_296960_0337920_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3588_Sentinel2_286720_0327680_296960_0337920_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3589-Sentinel2-286720-0337920-296960-0348160\r\n", + " collection: Sentinel2\r\n", + " left: 286720\r\n", + " bottom: 0337920\r\n", + " right: 296960\r\n", + " top: 0348160\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3589_Sentinel2_286720_0337920_296960_0348160_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3589_Sentinel2_286720_0337920_296960_0348160_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3590-Sentinel2-286720-0348160-296960-0358400\r\n", + " collection: Sentinel2\r\n", + " left: 286720\r\n", + " bottom: 0348160\r\n", + " right: 296960\r\n", + " top: 0358400\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3590_Sentinel2_286720_0348160_296960_0358400_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3590_Sentinel2_286720_0348160_296960_0358400_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3591-Sentinel2-286720-0358400-296960-0368640\r\n", + " collection: Sentinel2\r\n", + " left: 286720\r\n", + " bottom: 0358400\r\n", + " right: 296960\r\n", + " top: 0368640\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3591_Sentinel2_286720_0358400_296960_0368640_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3591_Sentinel2_286720_0358400_296960_0368640_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3592-Sentinel2-286720-0368640-296960-0378880\r\n", + " collection: Sentinel2\r\n", + " left: 286720\r\n", + " bottom: 0368640\r\n", + " right: 296960\r\n", + " top: 0378880\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3592_Sentinel2_286720_0368640_296960_0378880_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3592_Sentinel2_286720_0368640_296960_0378880_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3593-Sentinel2-286720-0378880-296960-0389120\r\n", + " collection: Sentinel2\r\n", + " left: 286720\r\n", + " bottom: 0378880\r\n", + " right: 296960\r\n", + " top: 0389120\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3593_Sentinel2_286720_0378880_296960_0389120_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3593_Sentinel2_286720_0378880_296960_0389120_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3605-Sentinel2-286720-0501760-296960-0512000\r\n", + " collection: Sentinel2\r\n", + " left: 286720\r\n", + " bottom: 0501760\r\n", + " right: 296960\r\n", + " top: 0512000\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3605_Sentinel2_286720_0501760_296960_0512000_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3605_Sentinel2_286720_0501760_296960_0512000_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3606-Sentinel2-286720-0512000-296960-0522240\r\n", + " collection: Sentinel2\r\n", + " left: 286720\r\n", + " bottom: 0512000\r\n", + " right: 296960\r\n", + " top: 0522240\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3606_Sentinel2_286720_0512000_296960_0522240_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3606_Sentinel2_286720_0512000_296960_0522240_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3609-Sentinel2-286720-0542720-296960-0552960\r\n", + " collection: Sentinel2\r\n", + " left: 286720\r\n", + " bottom: 0542720\r\n", + " right: 296960\r\n", + " top: 0552960\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3609_Sentinel2_286720_0542720_296960_0552960_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3609_Sentinel2_286720_0542720_296960_0552960_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3610-Sentinel2-286720-0552960-296960-0563200\r\n", + " collection: Sentinel2\r\n", + " left: 286720\r\n", + " bottom: 0552960\r\n", + " right: 296960\r\n", + " top: 0563200\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3610_Sentinel2_286720_0552960_296960_0563200_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3610_Sentinel2_286720_0552960_296960_0563200_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3611-Sentinel2-286720-0563200-296960-0573440\r\n", + " collection: Sentinel2\r\n", + " left: 286720\r\n", + " bottom: 0563200\r\n", + " right: 296960\r\n", + " top: 0573440\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3611_Sentinel2_286720_0563200_296960_0573440_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3611_Sentinel2_286720_0563200_296960_0573440_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3612-Sentinel2-286720-0573440-296960-0583680\r\n", + " collection: Sentinel2\r\n", + " left: 286720\r\n", + " bottom: 0573440\r\n", + " right: 296960\r\n", + " top: 0583680\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3612_Sentinel2_286720_0573440_296960_0583680_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3612_Sentinel2_286720_0573440_296960_0583680_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3613-Sentinel2-286720-0583680-296960-0593920\r\n", + " collection: Sentinel2\r\n", + " left: 286720\r\n", + " bottom: 0583680\r\n", + " right: 296960\r\n", + " top: 0593920\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3613_Sentinel2_286720_0583680_296960_0593920_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3613_Sentinel2_286720_0583680_296960_0593920_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3614-Sentinel2-286720-0593920-296960-0604160\r\n", + " collection: Sentinel2\r\n", + " left: 286720\r\n", + " bottom: 0593920\r\n", + " right: 296960\r\n", + " top: 0604160\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3614_Sentinel2_286720_0593920_296960_0604160_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3614_Sentinel2_286720_0593920_296960_0604160_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3615-Sentinel2-286720-0604160-296960-0614400\r\n", + " collection: Sentinel2\r\n", + " left: 286720\r\n", + " bottom: 0604160\r\n", + " right: 296960\r\n", + " top: 0614400\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3615_Sentinel2_286720_0604160_296960_0614400_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3615_Sentinel2_286720_0604160_296960_0614400_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3616-Sentinel2-286720-0614400-296960-0624640\r\n", + " collection: Sentinel2\r\n", + " left: 286720\r\n", + " bottom: 0614400\r\n", + " right: 296960\r\n", + " top: 0624640\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3616_Sentinel2_286720_0614400_296960_0624640_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3616_Sentinel2_286720_0614400_296960_0624640_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3617-Sentinel2-286720-0624640-296960-0634880\r\n", + " collection: Sentinel2\r\n", + " left: 286720\r\n", + " bottom: 0624640\r\n", + " right: 296960\r\n", + " top: 0634880\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3617_Sentinel2_286720_0624640_296960_0634880_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3617_Sentinel2_286720_0624640_296960_0634880_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3618-Sentinel2-286720-0634880-296960-0645120\r\n", + " collection: Sentinel2\r\n", + " left: 286720\r\n", + " bottom: 0634880\r\n", + " right: 296960\r\n", + " top: 0645120\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3618_Sentinel2_286720_0634880_296960_0645120_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3618_Sentinel2_286720_0634880_296960_0645120_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3619-Sentinel2-286720-0645120-296960-0655360\r\n", + " collection: Sentinel2\r\n", + " left: 286720\r\n", + " bottom: 0645120\r\n", + " right: 296960\r\n", + " top: 0655360\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3619_Sentinel2_286720_0645120_296960_0655360_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3619_Sentinel2_286720_0645120_296960_0655360_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3620-Sentinel2-286720-0655360-296960-0665600\r\n", + " collection: Sentinel2\r\n", + " left: 286720\r\n", + " bottom: 0655360\r\n", + " right: 296960\r\n", + " top: 0665600\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3620_Sentinel2_286720_0655360_296960_0665600_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3620_Sentinel2_286720_0655360_296960_0665600_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3621-Sentinel2-286720-0665600-296960-0675840\r\n", + " collection: Sentinel2\r\n", + " left: 286720\r\n", + " bottom: 0665600\r\n", + " right: 296960\r\n", + " top: 0675840\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3621_Sentinel2_286720_0665600_296960_0675840_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3621_Sentinel2_286720_0665600_296960_0675840_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3622-Sentinel2-286720-0675840-296960-0686080\r\n", + " collection: Sentinel2\r\n", + " left: 286720\r\n", + " bottom: 0675840\r\n", + " right: 296960\r\n", + " top: 0686080\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3622_Sentinel2_286720_0675840_296960_0686080_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3622_Sentinel2_286720_0675840_296960_0686080_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3623-Sentinel2-286720-0686080-296960-0696320\r\n", + " collection: Sentinel2\r\n", + " left: 286720\r\n", + " bottom: 0686080\r\n", + " right: 296960\r\n", + " top: 0696320\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3623_Sentinel2_286720_0686080_296960_0696320_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3623_Sentinel2_286720_0686080_296960_0696320_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3624-Sentinel2-286720-0696320-296960-0706560\r\n", + " collection: Sentinel2\r\n", + " left: 286720\r\n", + " bottom: 0696320\r\n", + " right: 296960\r\n", + " top: 0706560\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3624_Sentinel2_286720_0696320_296960_0706560_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3624_Sentinel2_286720_0696320_296960_0706560_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3625-Sentinel2-286720-0706560-296960-0716800\r\n", + " collection: Sentinel2\r\n", + " left: 286720\r\n", + " bottom: 0706560\r\n", + " right: 296960\r\n", + " top: 0716800\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3625_Sentinel2_286720_0706560_296960_0716800_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3625_Sentinel2_286720_0706560_296960_0716800_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3626-Sentinel2-286720-0716800-296960-0727040\r\n", + " collection: Sentinel2\r\n", + " left: 286720\r\n", + " bottom: 0716800\r\n", + " right: 296960\r\n", + " top: 0727040\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3626_Sentinel2_286720_0716800_296960_0727040_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3626_Sentinel2_286720_0716800_296960_0727040_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3627-Sentinel2-286720-0727040-296960-0737280\r\n", + " collection: Sentinel2\r\n", + " left: 286720\r\n", + " bottom: 0727040\r\n", + " right: 296960\r\n", + " top: 0737280\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3627_Sentinel2_286720_0727040_296960_0737280_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3627_Sentinel2_286720_0727040_296960_0737280_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3628-Sentinel2-286720-0737280-296960-0747520\r\n", + " collection: Sentinel2\r\n", + " left: 286720\r\n", + " bottom: 0737280\r\n", + " right: 296960\r\n", + " top: 0747520\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3628_Sentinel2_286720_0737280_296960_0747520_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3628_Sentinel2_286720_0737280_296960_0747520_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3629-Sentinel2-286720-0747520-296960-0757760\r\n", + " collection: Sentinel2\r\n", + " left: 286720\r\n", + " bottom: 0747520\r\n", + " right: 296960\r\n", + " top: 0757760\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3629_Sentinel2_286720_0747520_296960_0757760_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3629_Sentinel2_286720_0747520_296960_0757760_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3630-Sentinel2-286720-0757760-296960-0768000\r\n", + " collection: Sentinel2\r\n", + " left: 286720\r\n", + " bottom: 0757760\r\n", + " right: 296960\r\n", + " top: 0768000\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3630_Sentinel2_286720_0757760_296960_0768000_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3630_Sentinel2_286720_0757760_296960_0768000_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3631-Sentinel2-286720-0768000-296960-0778240\r\n", + " collection: Sentinel2\r\n", + " left: 286720\r\n", + " bottom: 0768000\r\n", + " right: 296960\r\n", + " top: 0778240\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3631_Sentinel2_286720_0768000_296960_0778240_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3631_Sentinel2_286720_0768000_296960_0778240_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3632-Sentinel2-286720-0778240-296960-0788480\r\n", + " collection: Sentinel2\r\n", + " left: 286720\r\n", + " bottom: 0778240\r\n", + " right: 296960\r\n", + " top: 0788480\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3632_Sentinel2_286720_0778240_296960_0788480_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3632_Sentinel2_286720_0778240_296960_0788480_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3633-Sentinel2-286720-0788480-296960-0798720\r\n", + " collection: Sentinel2\r\n", + " left: 286720\r\n", + " bottom: 0788480\r\n", + " right: 296960\r\n", + " top: 0798720\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3633_Sentinel2_286720_0788480_296960_0798720_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3633_Sentinel2_286720_0788480_296960_0798720_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3634-Sentinel2-286720-0798720-296960-0808960\r\n", + " collection: Sentinel2\r\n", + " left: 286720\r\n", + " bottom: 0798720\r\n", + " right: 296960\r\n", + " top: 0808960\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3634_Sentinel2_286720_0798720_296960_0808960_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3634_Sentinel2_286720_0798720_296960_0808960_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3635-Sentinel2-286720-0808960-296960-0819200\r\n", + " collection: Sentinel2\r\n", + " left: 286720\r\n", + " bottom: 0808960\r\n", + " right: 296960\r\n", + " top: 0819200\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3635_Sentinel2_286720_0808960_296960_0819200_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3635_Sentinel2_286720_0808960_296960_0819200_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3636-Sentinel2-286720-0819200-296960-0829440\r\n", + " collection: Sentinel2\r\n", + " left: 286720\r\n", + " bottom: 0819200\r\n", + " right: 296960\r\n", + " top: 0829440\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3636_Sentinel2_286720_0819200_296960_0829440_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3636_Sentinel2_286720_0819200_296960_0829440_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3637-Sentinel2-286720-0829440-296960-0839680\r\n", + " collection: Sentinel2\r\n", + " left: 286720\r\n", + " bottom: 0829440\r\n", + " right: 296960\r\n", + " top: 0839680\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3637_Sentinel2_286720_0829440_296960_0839680_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3637_Sentinel2_286720_0829440_296960_0839680_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3638-Sentinel2-286720-0839680-296960-0849920\r\n", + " collection: Sentinel2\r\n", + " left: 286720\r\n", + " bottom: 0839680\r\n", + " right: 296960\r\n", + " top: 0849920\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3638_Sentinel2_286720_0839680_296960_0849920_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3638_Sentinel2_286720_0839680_296960_0849920_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3639-Sentinel2-286720-0849920-296960-0860160\r\n", + " collection: Sentinel2\r\n", + " left: 286720\r\n", + " bottom: 0849920\r\n", + " right: 296960\r\n", + " top: 0860160\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3639_Sentinel2_286720_0849920_296960_0860160_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3639_Sentinel2_286720_0849920_296960_0860160_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3640-Sentinel2-286720-0860160-296960-0870400\r\n", + " collection: Sentinel2\r\n", + " left: 286720\r\n", + " bottom: 0860160\r\n", + " right: 296960\r\n", + " top: 0870400\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3640_Sentinel2_286720_0860160_296960_0870400_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3640_Sentinel2_286720_0860160_296960_0870400_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3641-Sentinel2-286720-0870400-296960-0880640\r\n", + " collection: Sentinel2\r\n", + " left: 286720\r\n", + " bottom: 0870400\r\n", + " right: 296960\r\n", + " top: 0880640\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3641_Sentinel2_286720_0870400_296960_0880640_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3641_Sentinel2_286720_0870400_296960_0880640_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3642-Sentinel2-286720-0880640-296960-0890880\r\n", + " collection: Sentinel2\r\n", + " left: 286720\r\n", + " bottom: 0880640\r\n", + " right: 296960\r\n", + " top: 0890880\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3642_Sentinel2_286720_0880640_296960_0890880_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3642_Sentinel2_286720_0880640_296960_0890880_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3643-Sentinel2-286720-0890880-296960-0901120\r\n", + " collection: Sentinel2\r\n", + " left: 286720\r\n", + " bottom: 0890880\r\n", + " right: 296960\r\n", + " top: 0901120\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3643_Sentinel2_286720_0890880_296960_0901120_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3643_Sentinel2_286720_0890880_296960_0901120_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3644-Sentinel2-286720-0901120-296960-0911360\r\n", + " collection: Sentinel2\r\n", + " left: 286720\r\n", + " bottom: 0901120\r\n", + " right: 296960\r\n", + " top: 0911360\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3644_Sentinel2_286720_0901120_296960_0911360_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3644_Sentinel2_286720_0901120_296960_0911360_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3645-Sentinel2-286720-0911360-296960-0921600\r\n", + " collection: Sentinel2\r\n", + " left: 286720\r\n", + " bottom: 0911360\r\n", + " right: 296960\r\n", + " top: 0921600\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3645_Sentinel2_286720_0911360_296960_0921600_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3645_Sentinel2_286720_0911360_296960_0921600_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3646-Sentinel2-286720-0921600-296960-0931840\r\n", + " collection: Sentinel2\r\n", + " left: 286720\r\n", + " bottom: 0921600\r\n", + " right: 296960\r\n", + " top: 0931840\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3646_Sentinel2_286720_0921600_296960_0931840_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3646_Sentinel2_286720_0921600_296960_0931840_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3647-Sentinel2-286720-0931840-296960-0942080\r\n", + " collection: Sentinel2\r\n", + " left: 286720\r\n", + " bottom: 0931840\r\n", + " right: 296960\r\n", + " top: 0942080\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3647_Sentinel2_286720_0931840_296960_0942080_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3647_Sentinel2_286720_0931840_296960_0942080_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3648-Sentinel2-286720-0942080-296960-0952320\r\n", + " collection: Sentinel2\r\n", + " left: 286720\r\n", + " bottom: 0942080\r\n", + " right: 296960\r\n", + " top: 0952320\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3648_Sentinel2_286720_0942080_296960_0952320_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3648_Sentinel2_286720_0942080_296960_0952320_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3649-Sentinel2-286720-0952320-296960-0962560\r\n", + " collection: Sentinel2\r\n", + " left: 286720\r\n", + " bottom: 0952320\r\n", + " right: 296960\r\n", + " top: 0962560\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3649_Sentinel2_286720_0952320_296960_0962560_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3649_Sentinel2_286720_0952320_296960_0962560_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3650-Sentinel2-286720-0962560-296960-0972800\r\n", + " collection: Sentinel2\r\n", + " left: 286720\r\n", + " bottom: 0962560\r\n", + " right: 296960\r\n", + " top: 0972800\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3650_Sentinel2_286720_0962560_296960_0972800_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3650_Sentinel2_286720_0962560_296960_0972800_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3690-Sentinel2-296960-0071680-307200-0081920\r\n", + " collection: Sentinel2\r\n", + " left: 296960\r\n", + " bottom: 0071680\r\n", + " right: 307200\r\n", + " top: 0081920\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3690_Sentinel2_296960_0071680_307200_0081920_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3690_Sentinel2_296960_0071680_307200_0081920_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3691-Sentinel2-296960-0081920-307200-0092160\r\n", + " collection: Sentinel2\r\n", + " left: 296960\r\n", + " bottom: 0081920\r\n", + " right: 307200\r\n", + " top: 0092160\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3691_Sentinel2_296960_0081920_307200_0092160_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3691_Sentinel2_296960_0081920_307200_0092160_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3692-Sentinel2-296960-0092160-307200-0102400\r\n", + " collection: Sentinel2\r\n", + " left: 296960\r\n", + " bottom: 0092160\r\n", + " right: 307200\r\n", + " top: 0102400\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3692_Sentinel2_296960_0092160_307200_0102400_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3692_Sentinel2_296960_0092160_307200_0102400_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3693-Sentinel2-296960-0102400-307200-0112640\r\n", + " collection: Sentinel2\r\n", + " left: 296960\r\n", + " bottom: 0102400\r\n", + " right: 307200\r\n", + " top: 0112640\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3693_Sentinel2_296960_0102400_307200_0112640_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3693_Sentinel2_296960_0102400_307200_0112640_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3694-Sentinel2-296960-0112640-307200-0122880\r\n", + " collection: Sentinel2\r\n", + " left: 296960\r\n", + " bottom: 0112640\r\n", + " right: 307200\r\n", + " top: 0122880\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3694_Sentinel2_296960_0112640_307200_0122880_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3694_Sentinel2_296960_0112640_307200_0122880_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3695-Sentinel2-296960-0122880-307200-0133120\r\n", + " collection: Sentinel2\r\n", + " left: 296960\r\n", + " bottom: 0122880\r\n", + " right: 307200\r\n", + " top: 0133120\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3695_Sentinel2_296960_0122880_307200_0133120_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3695_Sentinel2_296960_0122880_307200_0133120_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3696-Sentinel2-296960-0133120-307200-0143360\r\n", + " collection: Sentinel2\r\n", + " left: 296960\r\n", + " bottom: 0133120\r\n", + " right: 307200\r\n", + " top: 0143360\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3696_Sentinel2_296960_0133120_307200_0143360_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3696_Sentinel2_296960_0133120_307200_0143360_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3697-Sentinel2-296960-0143360-307200-0153600\r\n", + " collection: Sentinel2\r\n", + " left: 296960\r\n", + " bottom: 0143360\r\n", + " right: 307200\r\n", + " top: 0153600\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3697_Sentinel2_296960_0143360_307200_0153600_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3697_Sentinel2_296960_0143360_307200_0153600_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3699-Sentinel2-296960-0163840-307200-0174080\r\n", + " collection: Sentinel2\r\n", + " left: 296960\r\n", + " bottom: 0163840\r\n", + " right: 307200\r\n", + " top: 0174080\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3699_Sentinel2_296960_0163840_307200_0174080_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3699_Sentinel2_296960_0163840_307200_0174080_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3700-Sentinel2-296960-0174080-307200-0184320\r\n", + " collection: Sentinel2\r\n", + " left: 296960\r\n", + " bottom: 0174080\r\n", + " right: 307200\r\n", + " top: 0184320\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3700_Sentinel2_296960_0174080_307200_0184320_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3700_Sentinel2_296960_0174080_307200_0184320_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3701-Sentinel2-296960-0184320-307200-0194560\r\n", + " collection: Sentinel2\r\n", + " left: 296960\r\n", + " bottom: 0184320\r\n", + " right: 307200\r\n", + " top: 0194560\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3701_Sentinel2_296960_0184320_307200_0194560_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3701_Sentinel2_296960_0184320_307200_0194560_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3702-Sentinel2-296960-0194560-307200-0204800\r\n", + " collection: Sentinel2\r\n", + " left: 296960\r\n", + " bottom: 0194560\r\n", + " right: 307200\r\n", + " top: 0204800\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3702_Sentinel2_296960_0194560_307200_0204800_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3702_Sentinel2_296960_0194560_307200_0204800_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3703-Sentinel2-296960-0204800-307200-0215040\r\n", + " collection: Sentinel2\r\n", + " left: 296960\r\n", + " bottom: 0204800\r\n", + " right: 307200\r\n", + " top: 0215040\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3703_Sentinel2_296960_0204800_307200_0215040_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3703_Sentinel2_296960_0204800_307200_0215040_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3704-Sentinel2-296960-0215040-307200-0225280\r\n", + " collection: Sentinel2\r\n", + " left: 296960\r\n", + " bottom: 0215040\r\n", + " right: 307200\r\n", + " top: 0225280\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3704_Sentinel2_296960_0215040_307200_0225280_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3704_Sentinel2_296960_0215040_307200_0225280_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3705-Sentinel2-296960-0225280-307200-0235520\r\n", + " collection: Sentinel2\r\n", + " left: 296960\r\n", + " bottom: 0225280\r\n", + " right: 307200\r\n", + " top: 0235520\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3705_Sentinel2_296960_0225280_307200_0235520_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3705_Sentinel2_296960_0225280_307200_0235520_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3706-Sentinel2-296960-0235520-307200-0245760\r\n", + " collection: Sentinel2\r\n", + " left: 296960\r\n", + " bottom: 0235520\r\n", + " right: 307200\r\n", + " top: 0245760\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3706_Sentinel2_296960_0235520_307200_0245760_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3706_Sentinel2_296960_0235520_307200_0245760_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3707-Sentinel2-296960-0245760-307200-0256000\r\n", + " collection: Sentinel2\r\n", + " left: 296960\r\n", + " bottom: 0245760\r\n", + " right: 307200\r\n", + " top: 0256000\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3707_Sentinel2_296960_0245760_307200_0256000_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3707_Sentinel2_296960_0245760_307200_0256000_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3708-Sentinel2-296960-0256000-307200-0266240\r\n", + " collection: Sentinel2\r\n", + " left: 296960\r\n", + " bottom: 0256000\r\n", + " right: 307200\r\n", + " top: 0266240\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3708_Sentinel2_296960_0256000_307200_0266240_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3708_Sentinel2_296960_0256000_307200_0266240_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3709-Sentinel2-296960-0266240-307200-0276480\r\n", + " collection: Sentinel2\r\n", + " left: 296960\r\n", + " bottom: 0266240\r\n", + " right: 307200\r\n", + " top: 0276480\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3709_Sentinel2_296960_0266240_307200_0276480_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3709_Sentinel2_296960_0266240_307200_0276480_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3710-Sentinel2-296960-0276480-307200-0286720\r\n", + " collection: Sentinel2\r\n", + " left: 296960\r\n", + " bottom: 0276480\r\n", + " right: 307200\r\n", + " top: 0286720\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3710_Sentinel2_296960_0276480_307200_0286720_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3710_Sentinel2_296960_0276480_307200_0286720_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3711-Sentinel2-296960-0286720-307200-0296960\r\n", + " collection: Sentinel2\r\n", + " left: 296960\r\n", + " bottom: 0286720\r\n", + " right: 307200\r\n", + " top: 0296960\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3711_Sentinel2_296960_0286720_307200_0296960_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3711_Sentinel2_296960_0286720_307200_0296960_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3712-Sentinel2-296960-0296960-307200-0307200\r\n", + " collection: Sentinel2\r\n", + " left: 296960\r\n", + " bottom: 0296960\r\n", + " right: 307200\r\n", + " top: 0307200\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3712_Sentinel2_296960_0296960_307200_0307200_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3712_Sentinel2_296960_0296960_307200_0307200_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3713-Sentinel2-296960-0307200-307200-0317440\r\n", + " collection: Sentinel2\r\n", + " left: 296960\r\n", + " bottom: 0307200\r\n", + " right: 307200\r\n", + " top: 0317440\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3713_Sentinel2_296960_0307200_307200_0317440_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3713_Sentinel2_296960_0307200_307200_0317440_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3714-Sentinel2-296960-0317440-307200-0327680\r\n", + " collection: Sentinel2\r\n", + " left: 296960\r\n", + " bottom: 0317440\r\n", + " right: 307200\r\n", + " top: 0327680\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3714_Sentinel2_296960_0317440_307200_0327680_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3714_Sentinel2_296960_0317440_307200_0327680_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3715-Sentinel2-296960-0327680-307200-0337920\r\n", + " collection: Sentinel2\r\n", + " left: 296960\r\n", + " bottom: 0327680\r\n", + " right: 307200\r\n", + " top: 0337920\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3715_Sentinel2_296960_0327680_307200_0337920_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3715_Sentinel2_296960_0327680_307200_0337920_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3716-Sentinel2-296960-0337920-307200-0348160\r\n", + " collection: Sentinel2\r\n", + " left: 296960\r\n", + " bottom: 0337920\r\n", + " right: 307200\r\n", + " top: 0348160\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3716_Sentinel2_296960_0337920_307200_0348160_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3716_Sentinel2_296960_0337920_307200_0348160_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3717-Sentinel2-296960-0348160-307200-0358400\r\n", + " collection: Sentinel2\r\n", + " left: 296960\r\n", + " bottom: 0348160\r\n", + " right: 307200\r\n", + " top: 0358400\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3717_Sentinel2_296960_0348160_307200_0358400_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3717_Sentinel2_296960_0348160_307200_0358400_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3718-Sentinel2-296960-0358400-307200-0368640\r\n", + " collection: Sentinel2\r\n", + " left: 296960\r\n", + " bottom: 0358400\r\n", + " right: 307200\r\n", + " top: 0368640\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3718_Sentinel2_296960_0358400_307200_0368640_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3718_Sentinel2_296960_0358400_307200_0368640_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3719-Sentinel2-296960-0368640-307200-0378880\r\n", + " collection: Sentinel2\r\n", + " left: 296960\r\n", + " bottom: 0368640\r\n", + " right: 307200\r\n", + " top: 0378880\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3719_Sentinel2_296960_0368640_307200_0378880_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3719_Sentinel2_296960_0368640_307200_0378880_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3720-Sentinel2-296960-0378880-307200-0389120\r\n", + " collection: Sentinel2\r\n", + " left: 296960\r\n", + " bottom: 0378880\r\n", + " right: 307200\r\n", + " top: 0389120\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3720_Sentinel2_296960_0378880_307200_0389120_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3720_Sentinel2_296960_0378880_307200_0389120_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3731-Sentinel2-296960-0491520-307200-0501760\r\n", + " collection: Sentinel2\r\n", + " left: 296960\r\n", + " bottom: 0491520\r\n", + " right: 307200\r\n", + " top: 0501760\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3731_Sentinel2_296960_0491520_307200_0501760_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3731_Sentinel2_296960_0491520_307200_0501760_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3732-Sentinel2-296960-0501760-307200-0512000\r\n", + " collection: Sentinel2\r\n", + " left: 296960\r\n", + " bottom: 0501760\r\n", + " right: 307200\r\n", + " top: 0512000\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3732_Sentinel2_296960_0501760_307200_0512000_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3732_Sentinel2_296960_0501760_307200_0512000_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3733-Sentinel2-296960-0512000-307200-0522240\r\n", + " collection: Sentinel2\r\n", + " left: 296960\r\n", + " bottom: 0512000\r\n", + " right: 307200\r\n", + " top: 0522240\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3733_Sentinel2_296960_0512000_307200_0522240_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3733_Sentinel2_296960_0512000_307200_0522240_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3734-Sentinel2-296960-0522240-307200-0532480\r\n", + " collection: Sentinel2\r\n", + " left: 296960\r\n", + " bottom: 0522240\r\n", + " right: 307200\r\n", + " top: 0532480\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3734_Sentinel2_296960_0522240_307200_0532480_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3734_Sentinel2_296960_0522240_307200_0532480_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3735-Sentinel2-296960-0532480-307200-0542720\r\n", + " collection: Sentinel2\r\n", + " left: 296960\r\n", + " bottom: 0532480\r\n", + " right: 307200\r\n", + " top: 0542720\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3735_Sentinel2_296960_0532480_307200_0542720_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3735_Sentinel2_296960_0532480_307200_0542720_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3737-Sentinel2-296960-0552960-307200-0563200\r\n", + " collection: Sentinel2\r\n", + " left: 296960\r\n", + " bottom: 0552960\r\n", + " right: 307200\r\n", + " top: 0563200\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3737_Sentinel2_296960_0552960_307200_0563200_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3737_Sentinel2_296960_0552960_307200_0563200_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3738-Sentinel2-296960-0563200-307200-0573440\r\n", + " collection: Sentinel2\r\n", + " left: 296960\r\n", + " bottom: 0563200\r\n", + " right: 307200\r\n", + " top: 0573440\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3738_Sentinel2_296960_0563200_307200_0573440_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3738_Sentinel2_296960_0563200_307200_0573440_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3739-Sentinel2-296960-0573440-307200-0583680\r\n", + " collection: Sentinel2\r\n", + " left: 296960\r\n", + " bottom: 0573440\r\n", + " right: 307200\r\n", + " top: 0583680\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3739_Sentinel2_296960_0573440_307200_0583680_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3739_Sentinel2_296960_0573440_307200_0583680_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3740-Sentinel2-296960-0583680-307200-0593920\r\n", + " collection: Sentinel2\r\n", + " left: 296960\r\n", + " bottom: 0583680\r\n", + " right: 307200\r\n", + " top: 0593920\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3740_Sentinel2_296960_0583680_307200_0593920_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3740_Sentinel2_296960_0583680_307200_0593920_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3741-Sentinel2-296960-0593920-307200-0604160\r\n", + " collection: Sentinel2\r\n", + " left: 296960\r\n", + " bottom: 0593920\r\n", + " right: 307200\r\n", + " top: 0604160\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3741_Sentinel2_296960_0593920_307200_0604160_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3741_Sentinel2_296960_0593920_307200_0604160_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3742-Sentinel2-296960-0604160-307200-0614400\r\n", + " collection: Sentinel2\r\n", + " left: 296960\r\n", + " bottom: 0604160\r\n", + " right: 307200\r\n", + " top: 0614400\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3742_Sentinel2_296960_0604160_307200_0614400_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3742_Sentinel2_296960_0604160_307200_0614400_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3743-Sentinel2-296960-0614400-307200-0624640\r\n", + " collection: Sentinel2\r\n", + " left: 296960\r\n", + " bottom: 0614400\r\n", + " right: 307200\r\n", + " top: 0624640\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3743_Sentinel2_296960_0614400_307200_0624640_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3743_Sentinel2_296960_0614400_307200_0624640_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3744-Sentinel2-296960-0624640-307200-0634880\r\n", + " collection: Sentinel2\r\n", + " left: 296960\r\n", + " bottom: 0624640\r\n", + " right: 307200\r\n", + " top: 0634880\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3744_Sentinel2_296960_0624640_307200_0634880_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3744_Sentinel2_296960_0624640_307200_0634880_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3745-Sentinel2-296960-0634880-307200-0645120\r\n", + " collection: Sentinel2\r\n", + " left: 296960\r\n", + " bottom: 0634880\r\n", + " right: 307200\r\n", + " top: 0645120\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3745_Sentinel2_296960_0634880_307200_0645120_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3745_Sentinel2_296960_0634880_307200_0645120_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3746-Sentinel2-296960-0645120-307200-0655360\r\n", + " collection: Sentinel2\r\n", + " left: 296960\r\n", + " bottom: 0645120\r\n", + " right: 307200\r\n", + " top: 0655360\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3746_Sentinel2_296960_0645120_307200_0655360_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3746_Sentinel2_296960_0645120_307200_0655360_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3747-Sentinel2-296960-0655360-307200-0665600\r\n", + " collection: Sentinel2\r\n", + " left: 296960\r\n", + " bottom: 0655360\r\n", + " right: 307200\r\n", + " top: 0665600\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3747_Sentinel2_296960_0655360_307200_0665600_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3747_Sentinel2_296960_0655360_307200_0665600_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3748-Sentinel2-296960-0665600-307200-0675840\r\n", + " collection: Sentinel2\r\n", + " left: 296960\r\n", + " bottom: 0665600\r\n", + " right: 307200\r\n", + " top: 0675840\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3748_Sentinel2_296960_0665600_307200_0675840_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3748_Sentinel2_296960_0665600_307200_0675840_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3749-Sentinel2-296960-0675840-307200-0686080\r\n", + " collection: Sentinel2\r\n", + " left: 296960\r\n", + " bottom: 0675840\r\n", + " right: 307200\r\n", + " top: 0686080\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3749_Sentinel2_296960_0675840_307200_0686080_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3749_Sentinel2_296960_0675840_307200_0686080_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3750-Sentinel2-296960-0686080-307200-0696320\r\n", + " collection: Sentinel2\r\n", + " left: 296960\r\n", + " bottom: 0686080\r\n", + " right: 307200\r\n", + " top: 0696320\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3750_Sentinel2_296960_0686080_307200_0696320_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3750_Sentinel2_296960_0686080_307200_0696320_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3751-Sentinel2-296960-0696320-307200-0706560\r\n", + " collection: Sentinel2\r\n", + " left: 296960\r\n", + " bottom: 0696320\r\n", + " right: 307200\r\n", + " top: 0706560\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3751_Sentinel2_296960_0696320_307200_0706560_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3751_Sentinel2_296960_0696320_307200_0706560_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3752-Sentinel2-296960-0706560-307200-0716800\r\n", + " collection: Sentinel2\r\n", + " left: 296960\r\n", + " bottom: 0706560\r\n", + " right: 307200\r\n", + " top: 0716800\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3752_Sentinel2_296960_0706560_307200_0716800_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3752_Sentinel2_296960_0706560_307200_0716800_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3753-Sentinel2-296960-0716800-307200-0727040\r\n", + " collection: Sentinel2\r\n", + " left: 296960\r\n", + " bottom: 0716800\r\n", + " right: 307200\r\n", + " top: 0727040\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3753_Sentinel2_296960_0716800_307200_0727040_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3753_Sentinel2_296960_0716800_307200_0727040_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3754-Sentinel2-296960-0727040-307200-0737280\r\n", + " collection: Sentinel2\r\n", + " left: 296960\r\n", + " bottom: 0727040\r\n", + " right: 307200\r\n", + " top: 0737280\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3754_Sentinel2_296960_0727040_307200_0737280_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3754_Sentinel2_296960_0727040_307200_0737280_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3755-Sentinel2-296960-0737280-307200-0747520\r\n", + " collection: Sentinel2\r\n", + " left: 296960\r\n", + " bottom: 0737280\r\n", + " right: 307200\r\n", + " top: 0747520\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3755_Sentinel2_296960_0737280_307200_0747520_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3755_Sentinel2_296960_0737280_307200_0747520_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3756-Sentinel2-296960-0747520-307200-0757760\r\n", + " collection: Sentinel2\r\n", + " left: 296960\r\n", + " bottom: 0747520\r\n", + " right: 307200\r\n", + " top: 0757760\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3756_Sentinel2_296960_0747520_307200_0757760_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3756_Sentinel2_296960_0747520_307200_0757760_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3757-Sentinel2-296960-0757760-307200-0768000\r\n", + " collection: Sentinel2\r\n", + " left: 296960\r\n", + " bottom: 0757760\r\n", + " right: 307200\r\n", + " top: 0768000\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3757_Sentinel2_296960_0757760_307200_0768000_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3757_Sentinel2_296960_0757760_307200_0768000_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3758-Sentinel2-296960-0768000-307200-0778240\r\n", + " collection: Sentinel2\r\n", + " left: 296960\r\n", + " bottom: 0768000\r\n", + " right: 307200\r\n", + " top: 0778240\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3758_Sentinel2_296960_0768000_307200_0778240_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3758_Sentinel2_296960_0768000_307200_0778240_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3759-Sentinel2-296960-0778240-307200-0788480\r\n", + " collection: Sentinel2\r\n", + " left: 296960\r\n", + " bottom: 0778240\r\n", + " right: 307200\r\n", + " top: 0788480\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3759_Sentinel2_296960_0778240_307200_0788480_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3759_Sentinel2_296960_0778240_307200_0788480_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3760-Sentinel2-296960-0788480-307200-0798720\r\n", + " collection: Sentinel2\r\n", + " left: 296960\r\n", + " bottom: 0788480\r\n", + " right: 307200\r\n", + " top: 0798720\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3760_Sentinel2_296960_0788480_307200_0798720_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3760_Sentinel2_296960_0788480_307200_0798720_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3761-Sentinel2-296960-0798720-307200-0808960\r\n", + " collection: Sentinel2\r\n", + " left: 296960\r\n", + " bottom: 0798720\r\n", + " right: 307200\r\n", + " top: 0808960\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3761_Sentinel2_296960_0798720_307200_0808960_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3761_Sentinel2_296960_0798720_307200_0808960_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3762-Sentinel2-296960-0808960-307200-0819200\r\n", + " collection: Sentinel2\r\n", + " left: 296960\r\n", + " bottom: 0808960\r\n", + " right: 307200\r\n", + " top: 0819200\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3762_Sentinel2_296960_0808960_307200_0819200_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3762_Sentinel2_296960_0808960_307200_0819200_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3763-Sentinel2-296960-0819200-307200-0829440\r\n", + " collection: Sentinel2\r\n", + " left: 296960\r\n", + " bottom: 0819200\r\n", + " right: 307200\r\n", + " top: 0829440\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3763_Sentinel2_296960_0819200_307200_0829440_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3763_Sentinel2_296960_0819200_307200_0829440_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3764-Sentinel2-296960-0829440-307200-0839680\r\n", + " collection: Sentinel2\r\n", + " left: 296960\r\n", + " bottom: 0829440\r\n", + " right: 307200\r\n", + " top: 0839680\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3764_Sentinel2_296960_0829440_307200_0839680_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3764_Sentinel2_296960_0829440_307200_0839680_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3765-Sentinel2-296960-0839680-307200-0849920\r\n", + " collection: Sentinel2\r\n", + " left: 296960\r\n", + " bottom: 0839680\r\n", + " right: 307200\r\n", + " top: 0849920\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3765_Sentinel2_296960_0839680_307200_0849920_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3765_Sentinel2_296960_0839680_307200_0849920_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3766-Sentinel2-296960-0849920-307200-0860160\r\n", + " collection: Sentinel2\r\n", + " left: 296960\r\n", + " bottom: 0849920\r\n", + " right: 307200\r\n", + " top: 0860160\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3766_Sentinel2_296960_0849920_307200_0860160_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3766_Sentinel2_296960_0849920_307200_0860160_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3767-Sentinel2-296960-0860160-307200-0870400\r\n", + " collection: Sentinel2\r\n", + " left: 296960\r\n", + " bottom: 0860160\r\n", + " right: 307200\r\n", + " top: 0870400\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3767_Sentinel2_296960_0860160_307200_0870400_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3767_Sentinel2_296960_0860160_307200_0870400_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3771-Sentinel2-296960-0901120-307200-0911360\r\n", + " collection: Sentinel2\r\n", + " left: 296960\r\n", + " bottom: 0901120\r\n", + " right: 307200\r\n", + " top: 0911360\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3771_Sentinel2_296960_0901120_307200_0911360_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3771_Sentinel2_296960_0901120_307200_0911360_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3772-Sentinel2-296960-0911360-307200-0921600\r\n", + " collection: Sentinel2\r\n", + " left: 296960\r\n", + " bottom: 0911360\r\n", + " right: 307200\r\n", + " top: 0921600\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3772_Sentinel2_296960_0911360_307200_0921600_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3772_Sentinel2_296960_0911360_307200_0921600_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3773-Sentinel2-296960-0921600-307200-0931840\r\n", + " collection: Sentinel2\r\n", + " left: 296960\r\n", + " bottom: 0921600\r\n", + " right: 307200\r\n", + " top: 0931840\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3773_Sentinel2_296960_0921600_307200_0931840_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3773_Sentinel2_296960_0921600_307200_0931840_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3774-Sentinel2-296960-0931840-307200-0942080\r\n", + " collection: Sentinel2\r\n", + " left: 296960\r\n", + " bottom: 0931840\r\n", + " right: 307200\r\n", + " top: 0942080\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3774_Sentinel2_296960_0931840_307200_0942080_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3774_Sentinel2_296960_0931840_307200_0942080_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3775-Sentinel2-296960-0942080-307200-0952320\r\n", + " collection: Sentinel2\r\n", + " left: 296960\r\n", + " bottom: 0942080\r\n", + " right: 307200\r\n", + " top: 0952320\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3775_Sentinel2_296960_0942080_307200_0952320_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3775_Sentinel2_296960_0942080_307200_0952320_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3776-Sentinel2-296960-0952320-307200-0962560\r\n", + " collection: Sentinel2\r\n", + " left: 296960\r\n", + " bottom: 0952320\r\n", + " right: 307200\r\n", + " top: 0962560\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3776_Sentinel2_296960_0952320_307200_0962560_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3776_Sentinel2_296960_0952320_307200_0962560_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3777-Sentinel2-296960-0962560-307200-0972800\r\n", + " collection: Sentinel2\r\n", + " left: 296960\r\n", + " bottom: 0962560\r\n", + " right: 307200\r\n", + " top: 0972800\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3777_Sentinel2_296960_0962560_307200_0972800_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3777_Sentinel2_296960_0962560_307200_0972800_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3817-Sentinel2-307200-0071680-317440-0081920\r\n", + " collection: Sentinel2\r\n", + " left: 307200\r\n", + " bottom: 0071680\r\n", + " right: 317440\r\n", + " top: 0081920\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3817_Sentinel2_307200_0071680_317440_0081920_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3817_Sentinel2_307200_0071680_317440_0081920_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3818-Sentinel2-307200-0081920-317440-0092160\r\n", + " collection: Sentinel2\r\n", + " left: 307200\r\n", + " bottom: 0081920\r\n", + " right: 317440\r\n", + " top: 0092160\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3818_Sentinel2_307200_0081920_317440_0092160_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3818_Sentinel2_307200_0081920_317440_0092160_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3819-Sentinel2-307200-0092160-317440-0102400\r\n", + " collection: Sentinel2\r\n", + " left: 307200\r\n", + " bottom: 0092160\r\n", + " right: 317440\r\n", + " top: 0102400\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3819_Sentinel2_307200_0092160_317440_0102400_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3819_Sentinel2_307200_0092160_317440_0102400_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3820-Sentinel2-307200-0102400-317440-0112640\r\n", + " collection: Sentinel2\r\n", + " left: 307200\r\n", + " bottom: 0102400\r\n", + " right: 317440\r\n", + " top: 0112640\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3820_Sentinel2_307200_0102400_317440_0112640_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3820_Sentinel2_307200_0102400_317440_0112640_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3821-Sentinel2-307200-0112640-317440-0122880\r\n", + " collection: Sentinel2\r\n", + " left: 307200\r\n", + " bottom: 0112640\r\n", + " right: 317440\r\n", + " top: 0122880\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3821_Sentinel2_307200_0112640_317440_0122880_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3821_Sentinel2_307200_0112640_317440_0122880_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3822-Sentinel2-307200-0122880-317440-0133120\r\n", + " collection: Sentinel2\r\n", + " left: 307200\r\n", + " bottom: 0122880\r\n", + " right: 317440\r\n", + " top: 0133120\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3822_Sentinel2_307200_0122880_317440_0133120_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3822_Sentinel2_307200_0122880_317440_0133120_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3823-Sentinel2-307200-0133120-317440-0143360\r\n", + " collection: Sentinel2\r\n", + " left: 307200\r\n", + " bottom: 0133120\r\n", + " right: 317440\r\n", + " top: 0143360\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3823_Sentinel2_307200_0133120_317440_0143360_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3823_Sentinel2_307200_0133120_317440_0143360_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3824-Sentinel2-307200-0143360-317440-0153600\r\n", + " collection: Sentinel2\r\n", + " left: 307200\r\n", + " bottom: 0143360\r\n", + " right: 317440\r\n", + " top: 0153600\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3824_Sentinel2_307200_0143360_317440_0153600_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3824_Sentinel2_307200_0143360_317440_0153600_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3826-Sentinel2-307200-0163840-317440-0174080\r\n", + " collection: Sentinel2\r\n", + " left: 307200\r\n", + " bottom: 0163840\r\n", + " right: 317440\r\n", + " top: 0174080\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3826_Sentinel2_307200_0163840_317440_0174080_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3826_Sentinel2_307200_0163840_317440_0174080_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\r\n", + " output_location downloads_output/3827-Sentinel2-307200-0174080-317440-0184320\r\n", + " collection: Sentinel2\r\n", + " left: 307200\r\n", + " bottom: 0174080\r\n", + " right: 317440\r\n", + " top: 0184320\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3827_Sentinel2_307200_0174080_317440_0184320_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3827_Sentinel2_307200_0174080_317440_0184320_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3828-Sentinel2-307200-0184320-317440-0194560\r\n", + " collection: Sentinel2\r\n", + " left: 307200\r\n", + " bottom: 0184320\r\n", + " right: 317440\r\n", + " top: 0194560\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3828_Sentinel2_307200_0184320_317440_0194560_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3828_Sentinel2_307200_0184320_317440_0194560_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3829-Sentinel2-307200-0194560-317440-0204800\r\n", + " collection: Sentinel2\r\n", + " left: 307200\r\n", + " bottom: 0194560\r\n", + " right: 317440\r\n", + " top: 0204800\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3829_Sentinel2_307200_0194560_317440_0204800_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3829_Sentinel2_307200_0194560_317440_0204800_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3830-Sentinel2-307200-0204800-317440-0215040\r\n", + " collection: Sentinel2\r\n", + " left: 307200\r\n", + " bottom: 0204800\r\n", + " right: 317440\r\n", + " top: 0215040\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3830_Sentinel2_307200_0204800_317440_0215040_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3830_Sentinel2_307200_0204800_317440_0215040_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3831-Sentinel2-307200-0215040-317440-0225280\r\n", + " collection: Sentinel2\r\n", + " left: 307200\r\n", + " bottom: 0215040\r\n", + " right: 317440\r\n", + " top: 0225280\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3831_Sentinel2_307200_0215040_317440_0225280_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3831_Sentinel2_307200_0215040_317440_0225280_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3832-Sentinel2-307200-0225280-317440-0235520\r\n", + " collection: Sentinel2\r\n", + " left: 307200\r\n", + " bottom: 0225280\r\n", + " right: 317440\r\n", + " top: 0235520\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3832_Sentinel2_307200_0225280_317440_0235520_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3832_Sentinel2_307200_0225280_317440_0235520_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3833-Sentinel2-307200-0235520-317440-0245760\r\n", + " collection: Sentinel2\r\n", + " left: 307200\r\n", + " bottom: 0235520\r\n", + " right: 317440\r\n", + " top: 0245760\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3833_Sentinel2_307200_0235520_317440_0245760_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3833_Sentinel2_307200_0235520_317440_0245760_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3834-Sentinel2-307200-0245760-317440-0256000\r\n", + " collection: Sentinel2\r\n", + " left: 307200\r\n", + " bottom: 0245760\r\n", + " right: 317440\r\n", + " top: 0256000\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3834_Sentinel2_307200_0245760_317440_0256000_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3834_Sentinel2_307200_0245760_317440_0256000_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3835-Sentinel2-307200-0256000-317440-0266240\r\n", + " collection: Sentinel2\r\n", + " left: 307200\r\n", + " bottom: 0256000\r\n", + " right: 317440\r\n", + " top: 0266240\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3835_Sentinel2_307200_0256000_317440_0266240_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3835_Sentinel2_307200_0256000_317440_0266240_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3836-Sentinel2-307200-0266240-317440-0276480\r\n", + " collection: Sentinel2\r\n", + " left: 307200\r\n", + " bottom: 0266240\r\n", + " right: 317440\r\n", + " top: 0276480\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3836_Sentinel2_307200_0266240_317440_0276480_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3836_Sentinel2_307200_0266240_317440_0276480_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3837-Sentinel2-307200-0276480-317440-0286720\r\n", + " collection: Sentinel2\r\n", + " left: 307200\r\n", + " bottom: 0276480\r\n", + " right: 317440\r\n", + " top: 0286720\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3837_Sentinel2_307200_0276480_317440_0286720_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3837_Sentinel2_307200_0276480_317440_0286720_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3838-Sentinel2-307200-0286720-317440-0296960\r\n", + " collection: Sentinel2\r\n", + " left: 307200\r\n", + " bottom: 0286720\r\n", + " right: 317440\r\n", + " top: 0296960\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3838_Sentinel2_307200_0286720_317440_0296960_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3838_Sentinel2_307200_0286720_317440_0296960_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3839-Sentinel2-307200-0296960-317440-0307200\r\n", + " collection: Sentinel2\r\n", + " left: 307200\r\n", + " bottom: 0296960\r\n", + " right: 317440\r\n", + " top: 0307200\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3839_Sentinel2_307200_0296960_317440_0307200_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3839_Sentinel2_307200_0296960_317440_0307200_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3840-Sentinel2-307200-0307200-317440-0317440\r\n", + " collection: Sentinel2\r\n", + " left: 307200\r\n", + " bottom: 0307200\r\n", + " right: 317440\r\n", + " top: 0317440\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3840_Sentinel2_307200_0307200_317440_0317440_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3840_Sentinel2_307200_0307200_317440_0317440_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3841-Sentinel2-307200-0317440-317440-0327680\r\n", + " collection: Sentinel2\r\n", + " left: 307200\r\n", + " bottom: 0317440\r\n", + " right: 317440\r\n", + " top: 0327680\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3841_Sentinel2_307200_0317440_317440_0327680_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3841_Sentinel2_307200_0317440_317440_0327680_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3842-Sentinel2-307200-0327680-317440-0337920\r\n", + " collection: Sentinel2\r\n", + " left: 307200\r\n", + " bottom: 0327680\r\n", + " right: 317440\r\n", + " top: 0337920\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3842_Sentinel2_307200_0327680_317440_0337920_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3842_Sentinel2_307200_0327680_317440_0337920_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3843-Sentinel2-307200-0337920-317440-0348160\r\n", + " collection: Sentinel2\r\n", + " left: 307200\r\n", + " bottom: 0337920\r\n", + " right: 317440\r\n", + " top: 0348160\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3843_Sentinel2_307200_0337920_317440_0348160_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3843_Sentinel2_307200_0337920_317440_0348160_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3844-Sentinel2-307200-0348160-317440-0358400\r\n", + " collection: Sentinel2\r\n", + " left: 307200\r\n", + " bottom: 0348160\r\n", + " right: 317440\r\n", + " top: 0358400\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3844_Sentinel2_307200_0348160_317440_0358400_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3844_Sentinel2_307200_0348160_317440_0358400_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3845-Sentinel2-307200-0358400-317440-0368640\r\n", + " collection: Sentinel2\r\n", + " left: 307200\r\n", + " bottom: 0358400\r\n", + " right: 317440\r\n", + " top: 0368640\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3845_Sentinel2_307200_0358400_317440_0368640_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3845_Sentinel2_307200_0358400_317440_0368640_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3846-Sentinel2-307200-0368640-317440-0378880\r\n", + " collection: Sentinel2\r\n", + " left: 307200\r\n", + " bottom: 0368640\r\n", + " right: 317440\r\n", + " top: 0378880\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3846_Sentinel2_307200_0368640_317440_0378880_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3846_Sentinel2_307200_0368640_317440_0378880_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3847-Sentinel2-307200-0378880-317440-0389120\r\n", + " collection: Sentinel2\r\n", + " left: 307200\r\n", + " bottom: 0378880\r\n", + " right: 317440\r\n", + " top: 0389120\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3847_Sentinel2_307200_0378880_317440_0389120_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3847_Sentinel2_307200_0378880_317440_0389120_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3855-Sentinel2-307200-0460800-317440-0471040\r\n", + " collection: Sentinel2\r\n", + " left: 307200\r\n", + " bottom: 0460800\r\n", + " right: 317440\r\n", + " top: 0471040\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3855_Sentinel2_307200_0460800_317440_0471040_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3855_Sentinel2_307200_0460800_317440_0471040_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3856-Sentinel2-307200-0471040-317440-0481280\r\n", + " collection: Sentinel2\r\n", + " left: 307200\r\n", + " bottom: 0471040\r\n", + " right: 317440\r\n", + " top: 0481280\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3856_Sentinel2_307200_0471040_317440_0481280_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3856_Sentinel2_307200_0471040_317440_0481280_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3857-Sentinel2-307200-0481280-317440-0491520\r\n", + " collection: Sentinel2\r\n", + " left: 307200\r\n", + " bottom: 0481280\r\n", + " right: 317440\r\n", + " top: 0491520\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3857_Sentinel2_307200_0481280_317440_0491520_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3857_Sentinel2_307200_0481280_317440_0491520_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3858-Sentinel2-307200-0491520-317440-0501760\r\n", + " collection: Sentinel2\r\n", + " left: 307200\r\n", + " bottom: 0491520\r\n", + " right: 317440\r\n", + " top: 0501760\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3858_Sentinel2_307200_0491520_317440_0501760_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3858_Sentinel2_307200_0491520_317440_0501760_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3859-Sentinel2-307200-0501760-317440-0512000\r\n", + " collection: Sentinel2\r\n", + " left: 307200\r\n", + " bottom: 0501760\r\n", + " right: 317440\r\n", + " top: 0512000\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3859_Sentinel2_307200_0501760_317440_0512000_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3859_Sentinel2_307200_0501760_317440_0512000_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3860-Sentinel2-307200-0512000-317440-0522240\r\n", + " collection: Sentinel2\r\n", + " left: 307200\r\n", + " bottom: 0512000\r\n", + " right: 317440\r\n", + " top: 0522240\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3860_Sentinel2_307200_0512000_317440_0522240_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3860_Sentinel2_307200_0512000_317440_0522240_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3861-Sentinel2-307200-0522240-317440-0532480\r\n", + " collection: Sentinel2\r\n", + " left: 307200\r\n", + " bottom: 0522240\r\n", + " right: 317440\r\n", + " top: 0532480\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3861_Sentinel2_307200_0522240_317440_0532480_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3861_Sentinel2_307200_0522240_317440_0532480_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3862-Sentinel2-307200-0532480-317440-0542720\r\n", + " collection: Sentinel2\r\n", + " left: 307200\r\n", + " bottom: 0532480\r\n", + " right: 317440\r\n", + " top: 0542720\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3862_Sentinel2_307200_0532480_317440_0542720_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3862_Sentinel2_307200_0532480_317440_0542720_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3863-Sentinel2-307200-0542720-317440-0552960\r\n", + " collection: Sentinel2\r\n", + " left: 307200\r\n", + " bottom: 0542720\r\n", + " right: 317440\r\n", + " top: 0552960\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3863_Sentinel2_307200_0542720_317440_0552960_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3863_Sentinel2_307200_0542720_317440_0552960_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3864-Sentinel2-307200-0552960-317440-0563200\r\n", + " collection: Sentinel2\r\n", + " left: 307200\r\n", + " bottom: 0552960\r\n", + " right: 317440\r\n", + " top: 0563200\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3864_Sentinel2_307200_0552960_317440_0563200_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3864_Sentinel2_307200_0552960_317440_0563200_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3865-Sentinel2-307200-0563200-317440-0573440\r\n", + " collection: Sentinel2\r\n", + " left: 307200\r\n", + " bottom: 0563200\r\n", + " right: 317440\r\n", + " top: 0573440\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3865_Sentinel2_307200_0563200_317440_0573440_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3865_Sentinel2_307200_0563200_317440_0573440_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3866-Sentinel2-307200-0573440-317440-0583680\r\n", + " collection: Sentinel2\r\n", + " left: 307200\r\n", + " bottom: 0573440\r\n", + " right: 317440\r\n", + " top: 0583680\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3866_Sentinel2_307200_0573440_317440_0583680_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3866_Sentinel2_307200_0573440_317440_0583680_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3867-Sentinel2-307200-0583680-317440-0593920\r\n", + " collection: Sentinel2\r\n", + " left: 307200\r\n", + " bottom: 0583680\r\n", + " right: 317440\r\n", + " top: 0593920\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3867_Sentinel2_307200_0583680_317440_0593920_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3867_Sentinel2_307200_0583680_317440_0593920_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3868-Sentinel2-307200-0593920-317440-0604160\r\n", + " collection: Sentinel2\r\n", + " left: 307200\r\n", + " bottom: 0593920\r\n", + " right: 317440\r\n", + " top: 0604160\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3868_Sentinel2_307200_0593920_317440_0604160_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3868_Sentinel2_307200_0593920_317440_0604160_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3869-Sentinel2-307200-0604160-317440-0614400\r\n", + " collection: Sentinel2\r\n", + " left: 307200\r\n", + " bottom: 0604160\r\n", + " right: 317440\r\n", + " top: 0614400\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3869_Sentinel2_307200_0604160_317440_0614400_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3869_Sentinel2_307200_0604160_317440_0614400_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3870-Sentinel2-307200-0614400-317440-0624640\r\n", + " collection: Sentinel2\r\n", + " left: 307200\r\n", + " bottom: 0614400\r\n", + " right: 317440\r\n", + " top: 0624640\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3870_Sentinel2_307200_0614400_317440_0624640_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3870_Sentinel2_307200_0614400_317440_0624640_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3871-Sentinel2-307200-0624640-317440-0634880\r\n", + " collection: Sentinel2\r\n", + " left: 307200\r\n", + " bottom: 0624640\r\n", + " right: 317440\r\n", + " top: 0634880\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3871_Sentinel2_307200_0624640_317440_0634880_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3871_Sentinel2_307200_0624640_317440_0634880_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3872-Sentinel2-307200-0634880-317440-0645120\r\n", + " collection: Sentinel2\r\n", + " left: 307200\r\n", + " bottom: 0634880\r\n", + " right: 317440\r\n", + " top: 0645120\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3872_Sentinel2_307200_0634880_317440_0645120_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3872_Sentinel2_307200_0634880_317440_0645120_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3873-Sentinel2-307200-0645120-317440-0655360\r\n", + " collection: Sentinel2\r\n", + " left: 307200\r\n", + " bottom: 0645120\r\n", + " right: 317440\r\n", + " top: 0655360\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3873_Sentinel2_307200_0645120_317440_0655360_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3873_Sentinel2_307200_0645120_317440_0655360_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3874-Sentinel2-307200-0655360-317440-0665600\r\n", + " collection: Sentinel2\r\n", + " left: 307200\r\n", + " bottom: 0655360\r\n", + " right: 317440\r\n", + " top: 0665600\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3874_Sentinel2_307200_0655360_317440_0665600_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3874_Sentinel2_307200_0655360_317440_0665600_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3875-Sentinel2-307200-0665600-317440-0675840\r\n", + " collection: Sentinel2\r\n", + " left: 307200\r\n", + " bottom: 0665600\r\n", + " right: 317440\r\n", + " top: 0675840\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3875_Sentinel2_307200_0665600_317440_0675840_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3875_Sentinel2_307200_0665600_317440_0675840_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3876-Sentinel2-307200-0675840-317440-0686080\r\n", + " collection: Sentinel2\r\n", + " left: 307200\r\n", + " bottom: 0675840\r\n", + " right: 317440\r\n", + " top: 0686080\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3876_Sentinel2_307200_0675840_317440_0686080_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3876_Sentinel2_307200_0675840_317440_0686080_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3877-Sentinel2-307200-0686080-317440-0696320\r\n", + " collection: Sentinel2\r\n", + " left: 307200\r\n", + " bottom: 0686080\r\n", + " right: 317440\r\n", + " top: 0696320\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3877_Sentinel2_307200_0686080_317440_0696320_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3877_Sentinel2_307200_0686080_317440_0696320_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3878-Sentinel2-307200-0696320-317440-0706560\r\n", + " collection: Sentinel2\r\n", + " left: 307200\r\n", + " bottom: 0696320\r\n", + " right: 317440\r\n", + " top: 0706560\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3878_Sentinel2_307200_0696320_317440_0706560_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3878_Sentinel2_307200_0696320_317440_0706560_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3879-Sentinel2-307200-0706560-317440-0716800\r\n", + " collection: Sentinel2\r\n", + " left: 307200\r\n", + " bottom: 0706560\r\n", + " right: 317440\r\n", + " top: 0716800\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3879_Sentinel2_307200_0706560_317440_0716800_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3879_Sentinel2_307200_0706560_317440_0716800_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3880-Sentinel2-307200-0716800-317440-0727040\r\n", + " collection: Sentinel2\r\n", + " left: 307200\r\n", + " bottom: 0716800\r\n", + " right: 317440\r\n", + " top: 0727040\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3880_Sentinel2_307200_0716800_317440_0727040_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3880_Sentinel2_307200_0716800_317440_0727040_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3881-Sentinel2-307200-0727040-317440-0737280\r\n", + " collection: Sentinel2\r\n", + " left: 307200\r\n", + " bottom: 0727040\r\n", + " right: 317440\r\n", + " top: 0737280\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3881_Sentinel2_307200_0727040_317440_0737280_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3881_Sentinel2_307200_0727040_317440_0737280_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3882-Sentinel2-307200-0737280-317440-0747520\r\n", + " collection: Sentinel2\r\n", + " left: 307200\r\n", + " bottom: 0737280\r\n", + " right: 317440\r\n", + " top: 0747520\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3882_Sentinel2_307200_0737280_317440_0747520_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3882_Sentinel2_307200_0737280_317440_0747520_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3883-Sentinel2-307200-0747520-317440-0757760\r\n", + " collection: Sentinel2\r\n", + " left: 307200\r\n", + " bottom: 0747520\r\n", + " right: 317440\r\n", + " top: 0757760\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3883_Sentinel2_307200_0747520_317440_0757760_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3883_Sentinel2_307200_0747520_317440_0757760_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3884-Sentinel2-307200-0757760-317440-0768000\r\n", + " collection: Sentinel2\r\n", + " left: 307200\r\n", + " bottom: 0757760\r\n", + " right: 317440\r\n", + " top: 0768000\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3884_Sentinel2_307200_0757760_317440_0768000_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3884_Sentinel2_307200_0757760_317440_0768000_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3885-Sentinel2-307200-0768000-317440-0778240\r\n", + " collection: Sentinel2\r\n", + " left: 307200\r\n", + " bottom: 0768000\r\n", + " right: 317440\r\n", + " top: 0778240\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3885_Sentinel2_307200_0768000_317440_0778240_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3885_Sentinel2_307200_0768000_317440_0778240_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3886-Sentinel2-307200-0778240-317440-0788480\r\n", + " collection: Sentinel2\r\n", + " left: 307200\r\n", + " bottom: 0778240\r\n", + " right: 317440\r\n", + " top: 0788480\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3886_Sentinel2_307200_0778240_317440_0788480_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3886_Sentinel2_307200_0778240_317440_0788480_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3887-Sentinel2-307200-0788480-317440-0798720\r\n", + " collection: Sentinel2\r\n", + " left: 307200\r\n", + " bottom: 0788480\r\n", + " right: 317440\r\n", + " top: 0798720\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3887_Sentinel2_307200_0788480_317440_0798720_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3887_Sentinel2_307200_0788480_317440_0798720_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3888-Sentinel2-307200-0798720-317440-0808960\r\n", + " collection: Sentinel2\r\n", + " left: 307200\r\n", + " bottom: 0798720\r\n", + " right: 317440\r\n", + " top: 0808960\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3888_Sentinel2_307200_0798720_317440_0808960_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3888_Sentinel2_307200_0798720_317440_0808960_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3889-Sentinel2-307200-0808960-317440-0819200\r\n", + " collection: Sentinel2\r\n", + " left: 307200\r\n", + " bottom: 0808960\r\n", + " right: 317440\r\n", + " top: 0819200\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3889_Sentinel2_307200_0808960_317440_0819200_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3889_Sentinel2_307200_0808960_317440_0819200_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3890-Sentinel2-307200-0819200-317440-0829440\r\n", + " collection: Sentinel2\r\n", + " left: 307200\r\n", + " bottom: 0819200\r\n", + " right: 317440\r\n", + " top: 0829440\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3890_Sentinel2_307200_0819200_317440_0829440_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3890_Sentinel2_307200_0819200_317440_0829440_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3891-Sentinel2-307200-0829440-317440-0839680\r\n", + " collection: Sentinel2\r\n", + " left: 307200\r\n", + " bottom: 0829440\r\n", + " right: 317440\r\n", + " top: 0839680\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3891_Sentinel2_307200_0829440_317440_0839680_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3891_Sentinel2_307200_0829440_317440_0839680_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3892-Sentinel2-307200-0839680-317440-0849920\r\n", + " collection: Sentinel2\r\n", + " left: 307200\r\n", + " bottom: 0839680\r\n", + " right: 317440\r\n", + " top: 0849920\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3892_Sentinel2_307200_0839680_317440_0849920_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3892_Sentinel2_307200_0839680_317440_0849920_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3893-Sentinel2-307200-0849920-317440-0860160\r\n", + " collection: Sentinel2\r\n", + " left: 307200\r\n", + " bottom: 0849920\r\n", + " right: 317440\r\n", + " top: 0860160\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3893_Sentinel2_307200_0849920_317440_0860160_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3893_Sentinel2_307200_0849920_317440_0860160_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3894-Sentinel2-307200-0860160-317440-0870400\r\n", + " collection: Sentinel2\r\n", + " left: 307200\r\n", + " bottom: 0860160\r\n", + " right: 317440\r\n", + " top: 0870400\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3894_Sentinel2_307200_0860160_317440_0870400_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3894_Sentinel2_307200_0860160_317440_0870400_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3895-Sentinel2-307200-0870400-317440-0880640\r\n", + " collection: Sentinel2\r\n", + " left: 307200\r\n", + " bottom: 0870400\r\n", + " right: 317440\r\n", + " top: 0880640\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3895_Sentinel2_307200_0870400_317440_0880640_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3895_Sentinel2_307200_0870400_317440_0880640_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3899-Sentinel2-307200-0911360-317440-0921600\r\n", + " collection: Sentinel2\r\n", + " left: 307200\r\n", + " bottom: 0911360\r\n", + " right: 317440\r\n", + " top: 0921600\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3899_Sentinel2_307200_0911360_317440_0921600_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3899_Sentinel2_307200_0911360_317440_0921600_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3900-Sentinel2-307200-0921600-317440-0931840\r\n", + " collection: Sentinel2\r\n", + " left: 307200\r\n", + " bottom: 0921600\r\n", + " right: 317440\r\n", + " top: 0931840\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3900_Sentinel2_307200_0921600_317440_0931840_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3900_Sentinel2_307200_0921600_317440_0931840_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3901-Sentinel2-307200-0931840-317440-0942080\r\n", + " collection: Sentinel2\r\n", + " left: 307200\r\n", + " bottom: 0931840\r\n", + " right: 317440\r\n", + " top: 0942080\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3901_Sentinel2_307200_0931840_317440_0942080_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3901_Sentinel2_307200_0931840_317440_0942080_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3902-Sentinel2-307200-0942080-317440-0952320\r\n", + " collection: Sentinel2\r\n", + " left: 307200\r\n", + " bottom: 0942080\r\n", + " right: 317440\r\n", + " top: 0952320\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3902_Sentinel2_307200_0942080_317440_0952320_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3902_Sentinel2_307200_0942080_317440_0952320_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3903-Sentinel2-307200-0952320-317440-0962560\r\n", + " collection: Sentinel2\r\n", + " left: 307200\r\n", + " bottom: 0952320\r\n", + " right: 317440\r\n", + " top: 0962560\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3903_Sentinel2_307200_0952320_317440_0962560_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3903_Sentinel2_307200_0952320_317440_0962560_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3904-Sentinel2-307200-0962560-317440-0972800\r\n", + " collection: Sentinel2\r\n", + " left: 307200\r\n", + " bottom: 0962560\r\n", + " right: 317440\r\n", + " top: 0972800\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3904_Sentinel2_307200_0962560_317440_0972800_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3904_Sentinel2_307200_0962560_317440_0972800_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3907-Sentinel2-307200-0993280-317440-1003520\r\n", + " collection: Sentinel2\r\n", + " left: 307200\r\n", + " bottom: 0993280\r\n", + " right: 317440\r\n", + " top: 1003520\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3907_Sentinel2_307200_0993280_317440_1003520_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3907_Sentinel2_307200_0993280_317440_1003520_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3945-Sentinel2-317440-0081920-327680-0092160\r\n", + " collection: Sentinel2\r\n", + " left: 317440\r\n", + " bottom: 0081920\r\n", + " right: 327680\r\n", + " top: 0092160\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3945_Sentinel2_317440_0081920_327680_0092160_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3945_Sentinel2_317440_0081920_327680_0092160_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3946-Sentinel2-317440-0092160-327680-0102400\r\n", + " collection: Sentinel2\r\n", + " left: 317440\r\n", + " bottom: 0092160\r\n", + " right: 327680\r\n", + " top: 0102400\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3946_Sentinel2_317440_0092160_327680_0102400_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3946_Sentinel2_317440_0092160_327680_0102400_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3947-Sentinel2-317440-0102400-327680-0112640\r\n", + " collection: Sentinel2\r\n", + " left: 317440\r\n", + " bottom: 0102400\r\n", + " right: 327680\r\n", + " top: 0112640\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3947_Sentinel2_317440_0102400_327680_0112640_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3947_Sentinel2_317440_0102400_327680_0112640_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3948-Sentinel2-317440-0112640-327680-0122880\r\n", + " collection: Sentinel2\r\n", + " left: 317440\r\n", + " bottom: 0112640\r\n", + " right: 327680\r\n", + " top: 0122880\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3948_Sentinel2_317440_0112640_327680_0122880_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3948_Sentinel2_317440_0112640_327680_0122880_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3949-Sentinel2-317440-0122880-327680-0133120\r\n", + " collection: Sentinel2\r\n", + " left: 317440\r\n", + " bottom: 0122880\r\n", + " right: 327680\r\n", + " top: 0133120\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3949_Sentinel2_317440_0122880_327680_0133120_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3949_Sentinel2_317440_0122880_327680_0133120_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3950-Sentinel2-317440-0133120-327680-0143360\r\n", + " collection: Sentinel2\r\n", + " left: 317440\r\n", + " bottom: 0133120\r\n", + " right: 327680\r\n", + " top: 0143360\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3950_Sentinel2_317440_0133120_327680_0143360_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3950_Sentinel2_317440_0133120_327680_0143360_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3951-Sentinel2-317440-0143360-327680-0153600\r\n", + " collection: Sentinel2\r\n", + " left: 317440\r\n", + " bottom: 0143360\r\n", + " right: 327680\r\n", + " top: 0153600\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3951_Sentinel2_317440_0143360_327680_0153600_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3951_Sentinel2_317440_0143360_327680_0153600_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3952-Sentinel2-317440-0153600-327680-0163840\r\n", + " collection: Sentinel2\r\n", + " left: 317440\r\n", + " bottom: 0153600\r\n", + " right: 327680\r\n", + " top: 0163840\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3952_Sentinel2_317440_0153600_327680_0163840_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3952_Sentinel2_317440_0153600_327680_0163840_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3953-Sentinel2-317440-0163840-327680-0174080\r\n", + " collection: Sentinel2\r\n", + " left: 317440\r\n", + " bottom: 0163840\r\n", + " right: 327680\r\n", + " top: 0174080\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3953_Sentinel2_317440_0163840_327680_0174080_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3953_Sentinel2_317440_0163840_327680_0174080_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3954-Sentinel2-317440-0174080-327680-0184320\r\n", + " collection: Sentinel2\r\n", + " left: 317440\r\n", + " bottom: 0174080\r\n", + " right: 327680\r\n", + " top: 0184320\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3954_Sentinel2_317440_0174080_327680_0184320_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3954_Sentinel2_317440_0174080_327680_0184320_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3955-Sentinel2-317440-0184320-327680-0194560\r\n", + " collection: Sentinel2\r\n", + " left: 317440\r\n", + " bottom: 0184320\r\n", + " right: 327680\r\n", + " top: 0194560\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3955_Sentinel2_317440_0184320_327680_0194560_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3955_Sentinel2_317440_0184320_327680_0194560_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3956-Sentinel2-317440-0194560-327680-0204800\r\n", + " collection: Sentinel2\r\n", + " left: 317440\r\n", + " bottom: 0194560\r\n", + " right: 327680\r\n", + " top: 0204800\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3956_Sentinel2_317440_0194560_327680_0204800_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3956_Sentinel2_317440_0194560_327680_0204800_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3957-Sentinel2-317440-0204800-327680-0215040\r\n", + " collection: Sentinel2\r\n", + " left: 317440\r\n", + " bottom: 0204800\r\n", + " right: 327680\r\n", + " top: 0215040\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3957_Sentinel2_317440_0204800_327680_0215040_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3957_Sentinel2_317440_0204800_327680_0215040_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3958-Sentinel2-317440-0215040-327680-0225280\r\n", + " collection: Sentinel2\r\n", + " left: 317440\r\n", + " bottom: 0215040\r\n", + " right: 327680\r\n", + " top: 0225280\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3958_Sentinel2_317440_0215040_327680_0225280_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3958_Sentinel2_317440_0215040_327680_0225280_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3959-Sentinel2-317440-0225280-327680-0235520\r\n", + " collection: Sentinel2\r\n", + " left: 317440\r\n", + " bottom: 0225280\r\n", + " right: 327680\r\n", + " top: 0235520\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3959_Sentinel2_317440_0225280_327680_0235520_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3959_Sentinel2_317440_0225280_327680_0235520_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3960-Sentinel2-317440-0235520-327680-0245760\r\n", + " collection: Sentinel2\r\n", + " left: 317440\r\n", + " bottom: 0235520\r\n", + " right: 327680\r\n", + " top: 0245760\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3960_Sentinel2_317440_0235520_327680_0245760_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3960_Sentinel2_317440_0235520_327680_0245760_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3961-Sentinel2-317440-0245760-327680-0256000\r\n", + " collection: Sentinel2\r\n", + " left: 317440\r\n", + " bottom: 0245760\r\n", + " right: 327680\r\n", + " top: 0256000\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3961_Sentinel2_317440_0245760_327680_0256000_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3961_Sentinel2_317440_0245760_327680_0256000_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3962-Sentinel2-317440-0256000-327680-0266240\r\n", + " collection: Sentinel2\r\n", + " left: 317440\r\n", + " bottom: 0256000\r\n", + " right: 327680\r\n", + " top: 0266240\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3962_Sentinel2_317440_0256000_327680_0266240_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3962_Sentinel2_317440_0256000_327680_0266240_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3963-Sentinel2-317440-0266240-327680-0276480\r\n", + " collection: Sentinel2\r\n", + " left: 317440\r\n", + " bottom: 0266240\r\n", + " right: 327680\r\n", + " top: 0276480\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3963_Sentinel2_317440_0266240_327680_0276480_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3963_Sentinel2_317440_0266240_327680_0276480_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3964-Sentinel2-317440-0276480-327680-0286720\r\n", + " collection: Sentinel2\r\n", + " left: 317440\r\n", + " bottom: 0276480\r\n", + " right: 327680\r\n", + " top: 0286720\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3964_Sentinel2_317440_0276480_327680_0286720_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3964_Sentinel2_317440_0276480_327680_0286720_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3965-Sentinel2-317440-0286720-327680-0296960\r\n", + " collection: Sentinel2\r\n", + " left: 317440\r\n", + " bottom: 0286720\r\n", + " right: 327680\r\n", + " top: 0296960\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3965_Sentinel2_317440_0286720_327680_0296960_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3965_Sentinel2_317440_0286720_327680_0296960_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3966-Sentinel2-317440-0296960-327680-0307200\r\n", + " collection: Sentinel2\r\n", + " left: 317440\r\n", + " bottom: 0296960\r\n", + " right: 327680\r\n", + " top: 0307200\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3966_Sentinel2_317440_0296960_327680_0307200_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3966_Sentinel2_317440_0296960_327680_0307200_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3967-Sentinel2-317440-0307200-327680-0317440\r\n", + " collection: Sentinel2\r\n", + " left: 317440\r\n", + " bottom: 0307200\r\n", + " right: 327680\r\n", + " top: 0317440\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3967_Sentinel2_317440_0307200_327680_0317440_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3967_Sentinel2_317440_0307200_327680_0317440_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3968-Sentinel2-317440-0317440-327680-0327680\r\n", + " collection: Sentinel2\r\n", + " left: 317440\r\n", + " bottom: 0317440\r\n", + " right: 327680\r\n", + " top: 0327680\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3968_Sentinel2_317440_0317440_327680_0327680_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3968_Sentinel2_317440_0317440_327680_0327680_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3969-Sentinel2-317440-0327680-327680-0337920\r\n", + " collection: Sentinel2\r\n", + " left: 317440\r\n", + " bottom: 0327680\r\n", + " right: 327680\r\n", + " top: 0337920\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3969_Sentinel2_317440_0327680_327680_0337920_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3969_Sentinel2_317440_0327680_327680_0337920_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3970-Sentinel2-317440-0337920-327680-0348160\r\n", + " collection: Sentinel2\r\n", + " left: 317440\r\n", + " bottom: 0337920\r\n", + " right: 327680\r\n", + " top: 0348160\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3970_Sentinel2_317440_0337920_327680_0348160_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3970_Sentinel2_317440_0337920_327680_0348160_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3971-Sentinel2-317440-0348160-327680-0358400\r\n", + " collection: Sentinel2\r\n", + " left: 317440\r\n", + " bottom: 0348160\r\n", + " right: 327680\r\n", + " top: 0358400\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3971_Sentinel2_317440_0348160_327680_0358400_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3971_Sentinel2_317440_0348160_327680_0358400_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3972-Sentinel2-317440-0358400-327680-0368640\r\n", + " collection: Sentinel2\r\n", + " left: 317440\r\n", + " bottom: 0358400\r\n", + " right: 327680\r\n", + " top: 0368640\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3972_Sentinel2_317440_0358400_327680_0368640_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3972_Sentinel2_317440_0358400_327680_0368640_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3973-Sentinel2-317440-0368640-327680-0378880\r\n", + " collection: Sentinel2\r\n", + " left: 317440\r\n", + " bottom: 0368640\r\n", + " right: 327680\r\n", + " top: 0378880\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3973_Sentinel2_317440_0368640_327680_0378880_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3973_Sentinel2_317440_0368640_327680_0378880_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3974-Sentinel2-317440-0378880-327680-0389120\r\n", + " collection: Sentinel2\r\n", + " left: 317440\r\n", + " bottom: 0378880\r\n", + " right: 327680\r\n", + " top: 0389120\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3974_Sentinel2_317440_0378880_327680_0389120_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3974_Sentinel2_317440_0378880_327680_0389120_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3975-Sentinel2-317440-0389120-327680-0399360\r\n", + " collection: Sentinel2\r\n", + " left: 317440\r\n", + " bottom: 0389120\r\n", + " right: 327680\r\n", + " top: 0399360\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3975_Sentinel2_317440_0389120_327680_0399360_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3975_Sentinel2_317440_0389120_327680_0399360_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3976-Sentinel2-317440-0399360-327680-0409600\r\n", + " collection: Sentinel2\r\n", + " left: 317440\r\n", + " bottom: 0399360\r\n", + " right: 327680\r\n", + " top: 0409600\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3976_Sentinel2_317440_0399360_327680_0409600_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3976_Sentinel2_317440_0399360_327680_0409600_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3977-Sentinel2-317440-0409600-327680-0419840\r\n", + " collection: Sentinel2\r\n", + " left: 317440\r\n", + " bottom: 0409600\r\n", + " right: 327680\r\n", + " top: 0419840\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3977_Sentinel2_317440_0409600_327680_0419840_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3977_Sentinel2_317440_0409600_327680_0419840_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3982-Sentinel2-317440-0460800-327680-0471040\r\n", + " collection: Sentinel2\r\n", + " left: 317440\r\n", + " bottom: 0460800\r\n", + " right: 327680\r\n", + " top: 0471040\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3982_Sentinel2_317440_0460800_327680_0471040_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3982_Sentinel2_317440_0460800_327680_0471040_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3983-Sentinel2-317440-0471040-327680-0481280\r\n", + " collection: Sentinel2\r\n", + " left: 317440\r\n", + " bottom: 0471040\r\n", + " right: 327680\r\n", + " top: 0481280\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3983_Sentinel2_317440_0471040_327680_0481280_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3983_Sentinel2_317440_0471040_327680_0481280_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3984-Sentinel2-317440-0481280-327680-0491520\r\n", + " collection: Sentinel2\r\n", + " left: 317440\r\n", + " bottom: 0481280\r\n", + " right: 327680\r\n", + " top: 0491520\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3984_Sentinel2_317440_0481280_327680_0491520_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3984_Sentinel2_317440_0481280_327680_0491520_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3985-Sentinel2-317440-0491520-327680-0501760\r\n", + " collection: Sentinel2\r\n", + " left: 317440\r\n", + " bottom: 0491520\r\n", + " right: 327680\r\n", + " top: 0501760\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3985_Sentinel2_317440_0491520_327680_0501760_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3985_Sentinel2_317440_0491520_327680_0501760_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3986-Sentinel2-317440-0501760-327680-0512000\r\n", + " collection: Sentinel2\r\n", + " left: 317440\r\n", + " bottom: 0501760\r\n", + " right: 327680\r\n", + " top: 0512000\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3986_Sentinel2_317440_0501760_327680_0512000_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3986_Sentinel2_317440_0501760_327680_0512000_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3987-Sentinel2-317440-0512000-327680-0522240\r\n", + " collection: Sentinel2\r\n", + " left: 317440\r\n", + " bottom: 0512000\r\n", + " right: 327680\r\n", + " top: 0522240\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3987_Sentinel2_317440_0512000_327680_0522240_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3987_Sentinel2_317440_0512000_327680_0522240_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3988-Sentinel2-317440-0522240-327680-0532480\r\n", + " collection: Sentinel2\r\n", + " left: 317440\r\n", + " bottom: 0522240\r\n", + " right: 327680\r\n", + " top: 0532480\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3988_Sentinel2_317440_0522240_327680_0532480_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3988_Sentinel2_317440_0522240_327680_0532480_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3989-Sentinel2-317440-0532480-327680-0542720\r\n", + " collection: Sentinel2\r\n", + " left: 317440\r\n", + " bottom: 0532480\r\n", + " right: 327680\r\n", + " top: 0542720\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3989_Sentinel2_317440_0532480_327680_0542720_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3989_Sentinel2_317440_0532480_327680_0542720_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3990-Sentinel2-317440-0542720-327680-0552960\r\n", + " collection: Sentinel2\r\n", + " left: 317440\r\n", + " bottom: 0542720\r\n", + " right: 327680\r\n", + " top: 0552960\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3990_Sentinel2_317440_0542720_327680_0552960_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3990_Sentinel2_317440_0542720_327680_0552960_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3991-Sentinel2-317440-0552960-327680-0563200\r\n", + " collection: Sentinel2\r\n", + " left: 317440\r\n", + " bottom: 0552960\r\n", + " right: 327680\r\n", + " top: 0563200\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3991_Sentinel2_317440_0552960_327680_0563200_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3991_Sentinel2_317440_0552960_327680_0563200_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3992-Sentinel2-317440-0563200-327680-0573440\r\n", + " collection: Sentinel2\r\n", + " left: 317440\r\n", + " bottom: 0563200\r\n", + " right: 327680\r\n", + " top: 0573440\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3992_Sentinel2_317440_0563200_327680_0573440_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3992_Sentinel2_317440_0563200_327680_0573440_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3993-Sentinel2-317440-0573440-327680-0583680\r\n", + " collection: Sentinel2\r\n", + " left: 317440\r\n", + " bottom: 0573440\r\n", + " right: 327680\r\n", + " top: 0583680\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3993_Sentinel2_317440_0573440_327680_0583680_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3993_Sentinel2_317440_0573440_327680_0583680_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3994-Sentinel2-317440-0583680-327680-0593920\r\n", + " collection: Sentinel2\r\n", + " left: 317440\r\n", + " bottom: 0583680\r\n", + " right: 327680\r\n", + " top: 0593920\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3994_Sentinel2_317440_0583680_327680_0593920_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3994_Sentinel2_317440_0583680_327680_0593920_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3995-Sentinel2-317440-0593920-327680-0604160\r\n", + " collection: Sentinel2\r\n", + " left: 317440\r\n", + " bottom: 0593920\r\n", + " right: 327680\r\n", + " top: 0604160\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3995_Sentinel2_317440_0593920_327680_0604160_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3995_Sentinel2_317440_0593920_327680_0604160_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3996-Sentinel2-317440-0604160-327680-0614400\r\n", + " collection: Sentinel2\r\n", + " left: 317440\r\n", + " bottom: 0604160\r\n", + " right: 327680\r\n", + " top: 0614400\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3996_Sentinel2_317440_0604160_327680_0614400_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3996_Sentinel2_317440_0604160_327680_0614400_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3997-Sentinel2-317440-0614400-327680-0624640\r\n", + " collection: Sentinel2\r\n", + " left: 317440\r\n", + " bottom: 0614400\r\n", + " right: 327680\r\n", + " top: 0624640\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3997_Sentinel2_317440_0614400_327680_0624640_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3997_Sentinel2_317440_0614400_327680_0624640_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3998-Sentinel2-317440-0624640-327680-0634880\r\n", + " collection: Sentinel2\r\n", + " left: 317440\r\n", + " bottom: 0624640\r\n", + " right: 327680\r\n", + " top: 0634880\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3998_Sentinel2_317440_0624640_327680_0634880_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3998_Sentinel2_317440_0624640_327680_0634880_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/3999-Sentinel2-317440-0634880-327680-0645120\r\n", + " collection: Sentinel2\r\n", + " left: 317440\r\n", + " bottom: 0634880\r\n", + " right: 327680\r\n", + " top: 0645120\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_3999_Sentinel2_317440_0634880_327680_0645120_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_3999_Sentinel2_317440_0634880_327680_0645120_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4000-Sentinel2-317440-0645120-327680-0655360\r\n", + " collection: Sentinel2\r\n", + " left: 317440\r\n", + " bottom: 0645120\r\n", + " right: 327680\r\n", + " top: 0655360\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4000_Sentinel2_317440_0645120_327680_0655360_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4000_Sentinel2_317440_0645120_327680_0655360_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4001-Sentinel2-317440-0655360-327680-0665600\r\n", + " collection: Sentinel2\r\n", + " left: 317440\r\n", + " bottom: 0655360\r\n", + " right: 327680\r\n", + " top: 0665600\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4001_Sentinel2_317440_0655360_327680_0665600_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4001_Sentinel2_317440_0655360_327680_0665600_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4002-Sentinel2-317440-0665600-327680-0675840\r\n", + " collection: Sentinel2\r\n", + " left: 317440\r\n", + " bottom: 0665600\r\n", + " right: 327680\r\n", + " top: 0675840\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4002_Sentinel2_317440_0665600_327680_0675840_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4002_Sentinel2_317440_0665600_327680_0675840_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4003-Sentinel2-317440-0675840-327680-0686080\r\n", + " collection: Sentinel2\r\n", + " left: 317440\r\n", + " bottom: 0675840\r\n", + " right: 327680\r\n", + " top: 0686080\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4003_Sentinel2_317440_0675840_327680_0686080_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4003_Sentinel2_317440_0675840_327680_0686080_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4004-Sentinel2-317440-0686080-327680-0696320\r\n", + " collection: Sentinel2\r\n", + " left: 317440\r\n", + " bottom: 0686080\r\n", + " right: 327680\r\n", + " top: 0696320\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4004_Sentinel2_317440_0686080_327680_0696320_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4004_Sentinel2_317440_0686080_327680_0696320_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4005-Sentinel2-317440-0696320-327680-0706560\r\n", + " collection: Sentinel2\r\n", + " left: 317440\r\n", + " bottom: 0696320\r\n", + " right: 327680\r\n", + " top: 0706560\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4005_Sentinel2_317440_0696320_327680_0706560_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4005_Sentinel2_317440_0696320_327680_0706560_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4006-Sentinel2-317440-0706560-327680-0716800\r\n", + " collection: Sentinel2\r\n", + " left: 317440\r\n", + " bottom: 0706560\r\n", + " right: 327680\r\n", + " top: 0716800\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4006_Sentinel2_317440_0706560_327680_0716800_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4006_Sentinel2_317440_0706560_327680_0716800_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4007-Sentinel2-317440-0716800-327680-0727040\r\n", + " collection: Sentinel2\r\n", + " left: 317440\r\n", + " bottom: 0716800\r\n", + " right: 327680\r\n", + " top: 0727040\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4007_Sentinel2_317440_0716800_327680_0727040_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4007_Sentinel2_317440_0716800_327680_0727040_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4008-Sentinel2-317440-0727040-327680-0737280\r\n", + " collection: Sentinel2\r\n", + " left: 317440\r\n", + " bottom: 0727040\r\n", + " right: 327680\r\n", + " top: 0737280\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4008_Sentinel2_317440_0727040_327680_0737280_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4008_Sentinel2_317440_0727040_327680_0737280_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4009-Sentinel2-317440-0737280-327680-0747520\r\n", + " collection: Sentinel2\r\n", + " left: 317440\r\n", + " bottom: 0737280\r\n", + " right: 327680\r\n", + " top: 0747520\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4009_Sentinel2_317440_0737280_327680_0747520_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4009_Sentinel2_317440_0737280_327680_0747520_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4010-Sentinel2-317440-0747520-327680-0757760\r\n", + " collection: Sentinel2\r\n", + " left: 317440\r\n", + " bottom: 0747520\r\n", + " right: 327680\r\n", + " top: 0757760\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4010_Sentinel2_317440_0747520_327680_0757760_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4010_Sentinel2_317440_0747520_327680_0757760_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4011-Sentinel2-317440-0757760-327680-0768000\r\n", + " collection: Sentinel2\r\n", + " left: 317440\r\n", + " bottom: 0757760\r\n", + " right: 327680\r\n", + " top: 0768000\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4011_Sentinel2_317440_0757760_327680_0768000_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4011_Sentinel2_317440_0757760_327680_0768000_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4012-Sentinel2-317440-0768000-327680-0778240\r\n", + " collection: Sentinel2\r\n", + " left: 317440\r\n", + " bottom: 0768000\r\n", + " right: 327680\r\n", + " top: 0778240\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4012_Sentinel2_317440_0768000_327680_0778240_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4012_Sentinel2_317440_0768000_327680_0778240_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4013-Sentinel2-317440-0778240-327680-0788480\r\n", + " collection: Sentinel2\r\n", + " left: 317440\r\n", + " bottom: 0778240\r\n", + " right: 327680\r\n", + " top: 0788480\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4013_Sentinel2_317440_0778240_327680_0788480_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4013_Sentinel2_317440_0778240_327680_0788480_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4014-Sentinel2-317440-0788480-327680-0798720\r\n", + " collection: Sentinel2\r\n", + " left: 317440\r\n", + " bottom: 0788480\r\n", + " right: 327680\r\n", + " top: 0798720\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4014_Sentinel2_317440_0788480_327680_0798720_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4014_Sentinel2_317440_0788480_327680_0798720_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4015-Sentinel2-317440-0798720-327680-0808960\r\n", + " collection: Sentinel2\r\n", + " left: 317440\r\n", + " bottom: 0798720\r\n", + " right: 327680\r\n", + " top: 0808960\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4015_Sentinel2_317440_0798720_327680_0808960_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4015_Sentinel2_317440_0798720_327680_0808960_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4016-Sentinel2-317440-0808960-327680-0819200\r\n", + " collection: Sentinel2\r\n", + " left: 317440\r\n", + " bottom: 0808960\r\n", + " right: 327680\r\n", + " top: 0819200\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4016_Sentinel2_317440_0808960_327680_0819200_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4016_Sentinel2_317440_0808960_327680_0819200_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4017-Sentinel2-317440-0819200-327680-0829440\r\n", + " collection: Sentinel2\r\n", + " left: 317440\r\n", + " bottom: 0819200\r\n", + " right: 327680\r\n", + " top: 0829440\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4017_Sentinel2_317440_0819200_327680_0829440_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4017_Sentinel2_317440_0819200_327680_0829440_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4018-Sentinel2-317440-0829440-327680-0839680\r\n", + " collection: Sentinel2\r\n", + " left: 317440\r\n", + " bottom: 0829440\r\n", + " right: 327680\r\n", + " top: 0839680\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4018_Sentinel2_317440_0829440_327680_0839680_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4018_Sentinel2_317440_0829440_327680_0839680_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4019-Sentinel2-317440-0839680-327680-0849920\r\n", + " collection: Sentinel2\r\n", + " left: 317440\r\n", + " bottom: 0839680\r\n", + " right: 327680\r\n", + " top: 0849920\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4019_Sentinel2_317440_0839680_327680_0849920_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4019_Sentinel2_317440_0839680_327680_0849920_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4020-Sentinel2-317440-0849920-327680-0860160\r\n", + " collection: Sentinel2\r\n", + " left: 317440\r\n", + " bottom: 0849920\r\n", + " right: 327680\r\n", + " top: 0860160\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4020_Sentinel2_317440_0849920_327680_0860160_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4020_Sentinel2_317440_0849920_327680_0860160_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4021-Sentinel2-317440-0860160-327680-0870400\r\n", + " collection: Sentinel2\r\n", + " left: 317440\r\n", + " bottom: 0860160\r\n", + " right: 327680\r\n", + " top: 0870400\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4021_Sentinel2_317440_0860160_327680_0870400_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4021_Sentinel2_317440_0860160_327680_0870400_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4022-Sentinel2-317440-0870400-327680-0880640\r\n", + " collection: Sentinel2\r\n", + " left: 317440\r\n", + " bottom: 0870400\r\n", + " right: 327680\r\n", + " top: 0880640\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4022_Sentinel2_317440_0870400_327680_0880640_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4022_Sentinel2_317440_0870400_327680_0880640_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4027-Sentinel2-317440-0921600-327680-0931840\r\n", + " collection: Sentinel2\r\n", + " left: 317440\r\n", + " bottom: 0921600\r\n", + " right: 327680\r\n", + " top: 0931840\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4027_Sentinel2_317440_0921600_327680_0931840_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4027_Sentinel2_317440_0921600_327680_0931840_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4028-Sentinel2-317440-0931840-327680-0942080\r\n", + " collection: Sentinel2\r\n", + " left: 317440\r\n", + " bottom: 0931840\r\n", + " right: 327680\r\n", + " top: 0942080\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4028_Sentinel2_317440_0931840_327680_0942080_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4028_Sentinel2_317440_0931840_327680_0942080_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4029-Sentinel2-317440-0942080-327680-0952320\r\n", + " collection: Sentinel2\r\n", + " left: 317440\r\n", + " bottom: 0942080\r\n", + " right: 327680\r\n", + " top: 0952320\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4029_Sentinel2_317440_0942080_327680_0952320_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4029_Sentinel2_317440_0942080_327680_0952320_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4030-Sentinel2-317440-0952320-327680-0962560\r\n", + " collection: Sentinel2\r\n", + " left: 317440\r\n", + " bottom: 0952320\r\n", + " right: 327680\r\n", + " top: 0962560\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4030_Sentinel2_317440_0952320_327680_0962560_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4030_Sentinel2_317440_0952320_327680_0962560_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4031-Sentinel2-317440-0962560-327680-0972800\r\n", + " collection: Sentinel2\r\n", + " left: 317440\r\n", + " bottom: 0962560\r\n", + " right: 327680\r\n", + " top: 0972800\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4031_Sentinel2_317440_0962560_327680_0972800_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4031_Sentinel2_317440_0962560_327680_0972800_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4032-Sentinel2-317440-0972800-327680-0983040\r\n", + " collection: Sentinel2\r\n", + " left: 317440\r\n", + " bottom: 0972800\r\n", + " right: 327680\r\n", + " top: 0983040\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4032_Sentinel2_317440_0972800_327680_0983040_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4032_Sentinel2_317440_0972800_327680_0983040_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4033-Sentinel2-317440-0983040-327680-0993280\r\n", + " collection: Sentinel2\r\n", + " left: 317440\r\n", + " bottom: 0983040\r\n", + " right: 327680\r\n", + " top: 0993280\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4033_Sentinel2_317440_0983040_327680_0993280_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4033_Sentinel2_317440_0983040_327680_0993280_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4034-Sentinel2-317440-0993280-327680-1003520\r\n", + " collection: Sentinel2\r\n", + " left: 317440\r\n", + " bottom: 0993280\r\n", + " right: 327680\r\n", + " top: 1003520\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4034_Sentinel2_317440_0993280_327680_1003520_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4034_Sentinel2_317440_0993280_327680_1003520_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4035-Sentinel2-317440-1003520-327680-1013760\r\n", + " collection: Sentinel2\r\n", + " left: 317440\r\n", + " bottom: 1003520\r\n", + " right: 327680\r\n", + " top: 1013760\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4035_Sentinel2_317440_1003520_327680_1013760_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4035_Sentinel2_317440_1003520_327680_1013760_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4036-Sentinel2-317440-1013760-327680-1024000\r\n", + " collection: Sentinel2\r\n", + " left: 317440\r\n", + " bottom: 1013760\r\n", + " right: 327680\r\n", + " top: 1024000\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4036_Sentinel2_317440_1013760_327680_1024000_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4036_Sentinel2_317440_1013760_327680_1024000_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4037-Sentinel2-317440-1024000-327680-1034240\r\n", + " collection: Sentinel2\r\n", + " left: 317440\r\n", + " bottom: 1024000\r\n", + " right: 327680\r\n", + " top: 1034240\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4037_Sentinel2_317440_1024000_327680_1034240_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4037_Sentinel2_317440_1024000_327680_1034240_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4072-Sentinel2-327680-0081920-337920-0092160\r\n", + " collection: Sentinel2\r\n", + " left: 327680\r\n", + " bottom: 0081920\r\n", + " right: 337920\r\n", + " top: 0092160\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4072_Sentinel2_327680_0081920_337920_0092160_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4072_Sentinel2_327680_0081920_337920_0092160_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4073-Sentinel2-327680-0092160-337920-0102400\r\n", + " collection: Sentinel2\r\n", + " left: 327680\r\n", + " bottom: 0092160\r\n", + " right: 337920\r\n", + " top: 0102400\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4073_Sentinel2_327680_0092160_337920_0102400_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4073_Sentinel2_327680_0092160_337920_0102400_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4074-Sentinel2-327680-0102400-337920-0112640\r\n", + " collection: Sentinel2\r\n", + " left: 327680\r\n", + " bottom: 0102400\r\n", + " right: 337920\r\n", + " top: 0112640\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4074_Sentinel2_327680_0102400_337920_0112640_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4074_Sentinel2_327680_0102400_337920_0112640_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4075-Sentinel2-327680-0112640-337920-0122880\r\n", + " collection: Sentinel2\r\n", + " left: 327680\r\n", + " bottom: 0112640\r\n", + " right: 337920\r\n", + " top: 0122880\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4075_Sentinel2_327680_0112640_337920_0122880_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4075_Sentinel2_327680_0112640_337920_0122880_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4076-Sentinel2-327680-0122880-337920-0133120\r\n", + " collection: Sentinel2\r\n", + " left: 327680\r\n", + " bottom: 0122880\r\n", + " right: 337920\r\n", + " top: 0133120\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4076_Sentinel2_327680_0122880_337920_0133120_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4076_Sentinel2_327680_0122880_337920_0133120_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4077-Sentinel2-327680-0133120-337920-0143360\r\n", + " collection: Sentinel2\r\n", + " left: 327680\r\n", + " bottom: 0133120\r\n", + " right: 337920\r\n", + " top: 0143360\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4077_Sentinel2_327680_0133120_337920_0143360_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4077_Sentinel2_327680_0133120_337920_0143360_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4078-Sentinel2-327680-0143360-337920-0153600\r\n", + " collection: Sentinel2\r\n", + " left: 327680\r\n", + " bottom: 0143360\r\n", + " right: 337920\r\n", + " top: 0153600\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4078_Sentinel2_327680_0143360_337920_0153600_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4078_Sentinel2_327680_0143360_337920_0153600_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4079-Sentinel2-327680-0153600-337920-0163840\r\n", + " collection: Sentinel2\r\n", + " left: 327680\r\n", + " bottom: 0153600\r\n", + " right: 337920\r\n", + " top: 0163840\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4079_Sentinel2_327680_0153600_337920_0163840_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4079_Sentinel2_327680_0153600_337920_0163840_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4080-Sentinel2-327680-0163840-337920-0174080\r\n", + " collection: Sentinel2\r\n", + " left: 327680\r\n", + " bottom: 0163840\r\n", + " right: 337920\r\n", + " top: 0174080\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4080_Sentinel2_327680_0163840_337920_0174080_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4080_Sentinel2_327680_0163840_337920_0174080_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4081-Sentinel2-327680-0174080-337920-0184320\r\n", + " collection: Sentinel2\r\n", + " left: 327680\r\n", + " bottom: 0174080\r\n", + " right: 337920\r\n", + " top: 0184320\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4081_Sentinel2_327680_0174080_337920_0184320_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4081_Sentinel2_327680_0174080_337920_0184320_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4082-Sentinel2-327680-0184320-337920-0194560\r\n", + " collection: Sentinel2\r\n", + " left: 327680\r\n", + " bottom: 0184320\r\n", + " right: 337920\r\n", + " top: 0194560\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4082_Sentinel2_327680_0184320_337920_0194560_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4082_Sentinel2_327680_0184320_337920_0194560_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4083-Sentinel2-327680-0194560-337920-0204800\r\n", + " collection: Sentinel2\r\n", + " left: 327680\r\n", + " bottom: 0194560\r\n", + " right: 337920\r\n", + " top: 0204800\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4083_Sentinel2_327680_0194560_337920_0204800_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4083_Sentinel2_327680_0194560_337920_0204800_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4084-Sentinel2-327680-0204800-337920-0215040\r\n", + " collection: Sentinel2\r\n", + " left: 327680\r\n", + " bottom: 0204800\r\n", + " right: 337920\r\n", + " top: 0215040\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4084_Sentinel2_327680_0204800_337920_0215040_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4084_Sentinel2_327680_0204800_337920_0215040_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4085-Sentinel2-327680-0215040-337920-0225280\r\n", + " collection: Sentinel2\r\n", + " left: 327680\r\n", + " bottom: 0215040\r\n", + " right: 337920\r\n", + " top: 0225280\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4085_Sentinel2_327680_0215040_337920_0225280_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4085_Sentinel2_327680_0215040_337920_0225280_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4086-Sentinel2-327680-0225280-337920-0235520\r\n", + " collection: Sentinel2\r\n", + " left: 327680\r\n", + " bottom: 0225280\r\n", + " right: 337920\r\n", + " top: 0235520\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4086_Sentinel2_327680_0225280_337920_0235520_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4086_Sentinel2_327680_0225280_337920_0235520_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4087-Sentinel2-327680-0235520-337920-0245760\r\n", + " collection: Sentinel2\r\n", + " left: 327680\r\n", + " bottom: 0235520\r\n", + " right: 337920\r\n", + " top: 0245760\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4087_Sentinel2_327680_0235520_337920_0245760_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4087_Sentinel2_327680_0235520_337920_0245760_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4088-Sentinel2-327680-0245760-337920-0256000\r\n", + " collection: Sentinel2\r\n", + " left: 327680\r\n", + " bottom: 0245760\r\n", + " right: 337920\r\n", + " top: 0256000\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4088_Sentinel2_327680_0245760_337920_0256000_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4088_Sentinel2_327680_0245760_337920_0256000_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4089-Sentinel2-327680-0256000-337920-0266240\r\n", + " collection: Sentinel2\r\n", + " left: 327680\r\n", + " bottom: 0256000\r\n", + " right: 337920\r\n", + " top: 0266240\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4089_Sentinel2_327680_0256000_337920_0266240_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4089_Sentinel2_327680_0256000_337920_0266240_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4090-Sentinel2-327680-0266240-337920-0276480\r\n", + " collection: Sentinel2\r\n", + " left: 327680\r\n", + " bottom: 0266240\r\n", + " right: 337920\r\n", + " top: 0276480\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4090_Sentinel2_327680_0266240_337920_0276480_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4090_Sentinel2_327680_0266240_337920_0276480_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4091-Sentinel2-327680-0276480-337920-0286720\r\n", + " collection: Sentinel2\r\n", + " left: 327680\r\n", + " bottom: 0276480\r\n", + " right: 337920\r\n", + " top: 0286720\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4091_Sentinel2_327680_0276480_337920_0286720_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4091_Sentinel2_327680_0276480_337920_0286720_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4092-Sentinel2-327680-0286720-337920-0296960\r\n", + " collection: Sentinel2\r\n", + " left: 327680\r\n", + " bottom: 0286720\r\n", + " right: 337920\r\n", + " top: 0296960\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4092_Sentinel2_327680_0286720_337920_0296960_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4092_Sentinel2_327680_0286720_337920_0296960_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4093-Sentinel2-327680-0296960-337920-0307200\r\n", + " collection: Sentinel2\r\n", + " left: 327680\r\n", + " bottom: 0296960\r\n", + " right: 337920\r\n", + " top: 0307200\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4093_Sentinel2_327680_0296960_337920_0307200_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4093_Sentinel2_327680_0296960_337920_0307200_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4094-Sentinel2-327680-0307200-337920-0317440\r\n", + " collection: Sentinel2\r\n", + " left: 327680\r\n", + " bottom: 0307200\r\n", + " right: 337920\r\n", + " top: 0317440\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4094_Sentinel2_327680_0307200_337920_0317440_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4094_Sentinel2_327680_0307200_337920_0317440_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4095-Sentinel2-327680-0317440-337920-0327680\r\n", + " collection: Sentinel2\r\n", + " left: 327680\r\n", + " bottom: 0317440\r\n", + " right: 337920\r\n", + " top: 0327680\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4095_Sentinel2_327680_0317440_337920_0327680_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4095_Sentinel2_327680_0317440_337920_0327680_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4096-Sentinel2-327680-0327680-337920-0337920\r\n", + " collection: Sentinel2\r\n", + " left: 327680\r\n", + " bottom: 0327680\r\n", + " right: 337920\r\n", + " top: 0337920\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4096_Sentinel2_327680_0327680_337920_0337920_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4096_Sentinel2_327680_0327680_337920_0337920_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4097-Sentinel2-327680-0337920-337920-0348160\r\n", + " collection: Sentinel2\r\n", + " left: 327680\r\n", + " bottom: 0337920\r\n", + " right: 337920\r\n", + " top: 0348160\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4097_Sentinel2_327680_0337920_337920_0348160_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4097_Sentinel2_327680_0337920_337920_0348160_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4098-Sentinel2-327680-0348160-337920-0358400\r\n", + " collection: Sentinel2\r\n", + " left: 327680\r\n", + " bottom: 0348160\r\n", + " right: 337920\r\n", + " top: 0358400\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4098_Sentinel2_327680_0348160_337920_0358400_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4098_Sentinel2_327680_0348160_337920_0358400_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4099-Sentinel2-327680-0358400-337920-0368640\r\n", + " collection: Sentinel2\r\n", + " left: 327680\r\n", + " bottom: 0358400\r\n", + " right: 337920\r\n", + " top: 0368640\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4099_Sentinel2_327680_0358400_337920_0368640_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4099_Sentinel2_327680_0358400_337920_0368640_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4100-Sentinel2-327680-0368640-337920-0378880\r\n", + " collection: Sentinel2\r\n", + " left: 327680\r\n", + " bottom: 0368640\r\n", + " right: 337920\r\n", + " top: 0378880\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4100_Sentinel2_327680_0368640_337920_0378880_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4100_Sentinel2_327680_0368640_337920_0378880_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4101-Sentinel2-327680-0378880-337920-0389120\r\n", + " collection: Sentinel2\r\n", + " left: 327680\r\n", + " bottom: 0378880\r\n", + " right: 337920\r\n", + " top: 0389120\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4101_Sentinel2_327680_0378880_337920_0389120_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4101_Sentinel2_327680_0378880_337920_0389120_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4102-Sentinel2-327680-0389120-337920-0399360\r\n", + " collection: Sentinel2\r\n", + " left: 327680\r\n", + " bottom: 0389120\r\n", + " right: 337920\r\n", + " top: 0399360\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4102_Sentinel2_327680_0389120_337920_0399360_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4102_Sentinel2_327680_0389120_337920_0399360_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4103-Sentinel2-327680-0399360-337920-0409600\r\n", + " collection: Sentinel2\r\n", + " left: 327680\r\n", + " bottom: 0399360\r\n", + " right: 337920\r\n", + " top: 0409600\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4103_Sentinel2_327680_0399360_337920_0409600_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4103_Sentinel2_327680_0399360_337920_0409600_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4104-Sentinel2-327680-0409600-337920-0419840\r\n", + " collection: Sentinel2\r\n", + " left: 327680\r\n", + " bottom: 0409600\r\n", + " right: 337920\r\n", + " top: 0419840\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4104_Sentinel2_327680_0409600_337920_0419840_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4104_Sentinel2_327680_0409600_337920_0419840_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4105-Sentinel2-327680-0419840-337920-0430080\r\n", + " collection: Sentinel2\r\n", + " left: 327680\r\n", + " bottom: 0419840\r\n", + " right: 337920\r\n", + " top: 0430080\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4105_Sentinel2_327680_0419840_337920_0430080_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4105_Sentinel2_327680_0419840_337920_0430080_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4106-Sentinel2-327680-0430080-337920-0440320\r\n", + " collection: Sentinel2\r\n", + " left: 327680\r\n", + " bottom: 0430080\r\n", + " right: 337920\r\n", + " top: 0440320\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4106_Sentinel2_327680_0430080_337920_0440320_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4106_Sentinel2_327680_0430080_337920_0440320_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4107-Sentinel2-327680-0440320-337920-0450560\r\n", + " collection: Sentinel2\r\n", + " left: 327680\r\n", + " bottom: 0440320\r\n", + " right: 337920\r\n", + " top: 0450560\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4107_Sentinel2_327680_0440320_337920_0450560_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4107_Sentinel2_327680_0440320_337920_0450560_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4109-Sentinel2-327680-0460800-337920-0471040\r\n", + " collection: Sentinel2\r\n", + " left: 327680\r\n", + " bottom: 0460800\r\n", + " right: 337920\r\n", + " top: 0471040\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4109_Sentinel2_327680_0460800_337920_0471040_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4109_Sentinel2_327680_0460800_337920_0471040_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4110-Sentinel2-327680-0471040-337920-0481280\r\n", + " collection: Sentinel2\r\n", + " left: 327680\r\n", + " bottom: 0471040\r\n", + " right: 337920\r\n", + " top: 0481280\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4110_Sentinel2_327680_0471040_337920_0481280_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4110_Sentinel2_327680_0471040_337920_0481280_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4111-Sentinel2-327680-0481280-337920-0491520\r\n", + " collection: Sentinel2\r\n", + " left: 327680\r\n", + " bottom: 0481280\r\n", + " right: 337920\r\n", + " top: 0491520\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4111_Sentinel2_327680_0481280_337920_0491520_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4111_Sentinel2_327680_0481280_337920_0491520_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4112-Sentinel2-327680-0491520-337920-0501760\r\n", + " collection: Sentinel2\r\n", + " left: 327680\r\n", + " bottom: 0491520\r\n", + " right: 337920\r\n", + " top: 0501760\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4112_Sentinel2_327680_0491520_337920_0501760_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4112_Sentinel2_327680_0491520_337920_0501760_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4113-Sentinel2-327680-0501760-337920-0512000\r\n", + " collection: Sentinel2\r\n", + " left: 327680\r\n", + " bottom: 0501760\r\n", + " right: 337920\r\n", + " top: 0512000\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4113_Sentinel2_327680_0501760_337920_0512000_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4113_Sentinel2_327680_0501760_337920_0512000_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4114-Sentinel2-327680-0512000-337920-0522240\r\n", + " collection: Sentinel2\r\n", + " left: 327680\r\n", + " bottom: 0512000\r\n", + " right: 337920\r\n", + " top: 0522240\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4114_Sentinel2_327680_0512000_337920_0522240_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4114_Sentinel2_327680_0512000_337920_0522240_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4115-Sentinel2-327680-0522240-337920-0532480\r\n", + " collection: Sentinel2\r\n", + " left: 327680\r\n", + " bottom: 0522240\r\n", + " right: 337920\r\n", + " top: 0532480\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4115_Sentinel2_327680_0522240_337920_0532480_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4115_Sentinel2_327680_0522240_337920_0532480_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4116-Sentinel2-327680-0532480-337920-0542720\r\n", + " collection: Sentinel2\r\n", + " left: 327680\r\n", + " bottom: 0532480\r\n", + " right: 337920\r\n", + " top: 0542720\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4116_Sentinel2_327680_0532480_337920_0542720_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4116_Sentinel2_327680_0532480_337920_0542720_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4117-Sentinel2-327680-0542720-337920-0552960\r\n", + " collection: Sentinel2\r\n", + " left: 327680\r\n", + " bottom: 0542720\r\n", + " right: 337920\r\n", + " top: 0552960\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4117_Sentinel2_327680_0542720_337920_0552960_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4117_Sentinel2_327680_0542720_337920_0552960_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4118-Sentinel2-327680-0552960-337920-0563200\r\n", + " collection: Sentinel2\r\n", + " left: 327680\r\n", + " bottom: 0552960\r\n", + " right: 337920\r\n", + " top: 0563200\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4118_Sentinel2_327680_0552960_337920_0563200_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4118_Sentinel2_327680_0552960_337920_0563200_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4119-Sentinel2-327680-0563200-337920-0573440\r\n", + " collection: Sentinel2\r\n", + " left: 327680\r\n", + " bottom: 0563200\r\n", + " right: 337920\r\n", + " top: 0573440\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4119_Sentinel2_327680_0563200_337920_0573440_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4119_Sentinel2_327680_0563200_337920_0573440_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4120-Sentinel2-327680-0573440-337920-0583680\r\n", + " collection: Sentinel2\r\n", + " left: 327680\r\n", + " bottom: 0573440\r\n", + " right: 337920\r\n", + " top: 0583680\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4120_Sentinel2_327680_0573440_337920_0583680_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4120_Sentinel2_327680_0573440_337920_0583680_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4121-Sentinel2-327680-0583680-337920-0593920\r\n", + " collection: Sentinel2\r\n", + " left: 327680\r\n", + " bottom: 0583680\r\n", + " right: 337920\r\n", + " top: 0593920\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4121_Sentinel2_327680_0583680_337920_0593920_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4121_Sentinel2_327680_0583680_337920_0593920_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4122-Sentinel2-327680-0593920-337920-0604160\r\n", + " collection: Sentinel2\r\n", + " left: 327680\r\n", + " bottom: 0593920\r\n", + " right: 337920\r\n", + " top: 0604160\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4122_Sentinel2_327680_0593920_337920_0604160_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4122_Sentinel2_327680_0593920_337920_0604160_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4123-Sentinel2-327680-0604160-337920-0614400\r\n", + " collection: Sentinel2\r\n", + " left: 327680\r\n", + " bottom: 0604160\r\n", + " right: 337920\r\n", + " top: 0614400\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4123_Sentinel2_327680_0604160_337920_0614400_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4123_Sentinel2_327680_0604160_337920_0614400_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4124-Sentinel2-327680-0614400-337920-0624640\r\n", + " collection: Sentinel2\r\n", + " left: 327680\r\n", + " bottom: 0614400\r\n", + " right: 337920\r\n", + " top: 0624640\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4124_Sentinel2_327680_0614400_337920_0624640_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4124_Sentinel2_327680_0614400_337920_0624640_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4125-Sentinel2-327680-0624640-337920-0634880\r\n", + " collection: Sentinel2\r\n", + " left: 327680\r\n", + " bottom: 0624640\r\n", + " right: 337920\r\n", + " top: 0634880\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4125_Sentinel2_327680_0624640_337920_0634880_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4125_Sentinel2_327680_0624640_337920_0634880_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4126-Sentinel2-327680-0634880-337920-0645120\r\n", + " collection: Sentinel2\r\n", + " left: 327680\r\n", + " bottom: 0634880\r\n", + " right: 337920\r\n", + " top: 0645120\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4126_Sentinel2_327680_0634880_337920_0645120_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4126_Sentinel2_327680_0634880_337920_0645120_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4127-Sentinel2-327680-0645120-337920-0655360\r\n", + " collection: Sentinel2\r\n", + " left: 327680\r\n", + " bottom: 0645120\r\n", + " right: 337920\r\n", + " top: 0655360\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4127_Sentinel2_327680_0645120_337920_0655360_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4127_Sentinel2_327680_0645120_337920_0655360_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4128-Sentinel2-327680-0655360-337920-0665600\r\n", + " collection: Sentinel2\r\n", + " left: 327680\r\n", + " bottom: 0655360\r\n", + " right: 337920\r\n", + " top: 0665600\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4128_Sentinel2_327680_0655360_337920_0665600_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4128_Sentinel2_327680_0655360_337920_0665600_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4129-Sentinel2-327680-0665600-337920-0675840\r\n", + " collection: Sentinel2\r\n", + " left: 327680\r\n", + " bottom: 0665600\r\n", + " right: 337920\r\n", + " top: 0675840\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4129_Sentinel2_327680_0665600_337920_0675840_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4129_Sentinel2_327680_0665600_337920_0675840_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4130-Sentinel2-327680-0675840-337920-0686080\r\n", + " collection: Sentinel2\r\n", + " left: 327680\r\n", + " bottom: 0675840\r\n", + " right: 337920\r\n", + " top: 0686080\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4130_Sentinel2_327680_0675840_337920_0686080_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4130_Sentinel2_327680_0675840_337920_0686080_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4131-Sentinel2-327680-0686080-337920-0696320\r\n", + " collection: Sentinel2\r\n", + " left: 327680\r\n", + " bottom: 0686080\r\n", + " right: 337920\r\n", + " top: 0696320\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4131_Sentinel2_327680_0686080_337920_0696320_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4131_Sentinel2_327680_0686080_337920_0696320_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4132-Sentinel2-327680-0696320-337920-0706560\r\n", + " collection: Sentinel2\r\n", + " left: 327680\r\n", + " bottom: 0696320\r\n", + " right: 337920\r\n", + " top: 0706560\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4132_Sentinel2_327680_0696320_337920_0706560_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4132_Sentinel2_327680_0696320_337920_0706560_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4133-Sentinel2-327680-0706560-337920-0716800\r\n", + " collection: Sentinel2\r\n", + " left: 327680\r\n", + " bottom: 0706560\r\n", + " right: 337920\r\n", + " top: 0716800\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4133_Sentinel2_327680_0706560_337920_0716800_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4133_Sentinel2_327680_0706560_337920_0716800_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4134-Sentinel2-327680-0716800-337920-0727040\r\n", + " collection: Sentinel2\r\n", + " left: 327680\r\n", + " bottom: 0716800\r\n", + " right: 337920\r\n", + " top: 0727040\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4134_Sentinel2_327680_0716800_337920_0727040_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4134_Sentinel2_327680_0716800_337920_0727040_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4135-Sentinel2-327680-0727040-337920-0737280\r\n", + " collection: Sentinel2\r\n", + " left: 327680\r\n", + " bottom: 0727040\r\n", + " right: 337920\r\n", + " top: 0737280\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4135_Sentinel2_327680_0727040_337920_0737280_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4135_Sentinel2_327680_0727040_337920_0737280_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4136-Sentinel2-327680-0737280-337920-0747520\r\n", + " collection: Sentinel2\r\n", + " left: 327680\r\n", + " bottom: 0737280\r\n", + " right: 337920\r\n", + " top: 0747520\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4136_Sentinel2_327680_0737280_337920_0747520_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4136_Sentinel2_327680_0737280_337920_0747520_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4137-Sentinel2-327680-0747520-337920-0757760\r\n", + " collection: Sentinel2\r\n", + " left: 327680\r\n", + " bottom: 0747520\r\n", + " right: 337920\r\n", + " top: 0757760\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4137_Sentinel2_327680_0747520_337920_0757760_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4137_Sentinel2_327680_0747520_337920_0757760_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4138-Sentinel2-327680-0757760-337920-0768000\r\n", + " collection: Sentinel2\r\n", + " left: 327680\r\n", + " bottom: 0757760\r\n", + " right: 337920\r\n", + " top: 0768000\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4138_Sentinel2_327680_0757760_337920_0768000_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4138_Sentinel2_327680_0757760_337920_0768000_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4139-Sentinel2-327680-0768000-337920-0778240\r\n", + " collection: Sentinel2\r\n", + " left: 327680\r\n", + " bottom: 0768000\r\n", + " right: 337920\r\n", + " top: 0778240\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4139_Sentinel2_327680_0768000_337920_0778240_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4139_Sentinel2_327680_0768000_337920_0778240_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4140-Sentinel2-327680-0778240-337920-0788480\r\n", + " collection: Sentinel2\r\n", + " left: 327680\r\n", + " bottom: 0778240\r\n", + " right: 337920\r\n", + " top: 0788480\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4140_Sentinel2_327680_0778240_337920_0788480_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4140_Sentinel2_327680_0778240_337920_0788480_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4141-Sentinel2-327680-0788480-337920-0798720\r\n", + " collection: Sentinel2\r\n", + " left: 327680\r\n", + " bottom: 0788480\r\n", + " right: 337920\r\n", + " top: 0798720\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4141_Sentinel2_327680_0788480_337920_0798720_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4141_Sentinel2_327680_0788480_337920_0798720_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4142-Sentinel2-327680-0798720-337920-0808960\r\n", + " collection: Sentinel2\r\n", + " left: 327680\r\n", + " bottom: 0798720\r\n", + " right: 337920\r\n", + " top: 0808960\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4142_Sentinel2_327680_0798720_337920_0808960_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4142_Sentinel2_327680_0798720_337920_0808960_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4143-Sentinel2-327680-0808960-337920-0819200\r\n", + " collection: Sentinel2\r\n", + " left: 327680\r\n", + " bottom: 0808960\r\n", + " right: 337920\r\n", + " top: 0819200\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4143_Sentinel2_327680_0808960_337920_0819200_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4143_Sentinel2_327680_0808960_337920_0819200_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4144-Sentinel2-327680-0819200-337920-0829440\r\n", + " collection: Sentinel2\r\n", + " left: 327680\r\n", + " bottom: 0819200\r\n", + " right: 337920\r\n", + " top: 0829440\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4144_Sentinel2_327680_0819200_337920_0829440_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4144_Sentinel2_327680_0819200_337920_0829440_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4145-Sentinel2-327680-0829440-337920-0839680\r\n", + " collection: Sentinel2\r\n", + " left: 327680\r\n", + " bottom: 0829440\r\n", + " right: 337920\r\n", + " top: 0839680\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4145_Sentinel2_327680_0829440_337920_0839680_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4145_Sentinel2_327680_0829440_337920_0839680_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4146-Sentinel2-327680-0839680-337920-0849920\r\n", + " collection: Sentinel2\r\n", + " left: 327680\r\n", + " bottom: 0839680\r\n", + " right: 337920\r\n", + " top: 0849920\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4146_Sentinel2_327680_0839680_337920_0849920_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4146_Sentinel2_327680_0839680_337920_0849920_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4147-Sentinel2-327680-0849920-337920-0860160\r\n", + " collection: Sentinel2\r\n", + " left: 327680\r\n", + " bottom: 0849920\r\n", + " right: 337920\r\n", + " top: 0860160\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4147_Sentinel2_327680_0849920_337920_0860160_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4147_Sentinel2_327680_0849920_337920_0860160_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4148-Sentinel2-327680-0860160-337920-0870400\r\n", + " collection: Sentinel2\r\n", + " left: 327680\r\n", + " bottom: 0860160\r\n", + " right: 337920\r\n", + " top: 0870400\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4148_Sentinel2_327680_0860160_337920_0870400_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4148_Sentinel2_327680_0860160_337920_0870400_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4155-Sentinel2-327680-0931840-337920-0942080\r\n", + " collection: Sentinel2\r\n", + " left: 327680\r\n", + " bottom: 0931840\r\n", + " right: 337920\r\n", + " top: 0942080\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4155_Sentinel2_327680_0931840_337920_0942080_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4155_Sentinel2_327680_0931840_337920_0942080_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4156-Sentinel2-327680-0942080-337920-0952320\r\n", + " collection: Sentinel2\r\n", + " left: 327680\r\n", + " bottom: 0942080\r\n", + " right: 337920\r\n", + " top: 0952320\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4156_Sentinel2_327680_0942080_337920_0952320_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4156_Sentinel2_327680_0942080_337920_0952320_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4157-Sentinel2-327680-0952320-337920-0962560\r\n", + " collection: Sentinel2\r\n", + " left: 327680\r\n", + " bottom: 0952320\r\n", + " right: 337920\r\n", + " top: 0962560\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4157_Sentinel2_327680_0952320_337920_0962560_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4157_Sentinel2_327680_0952320_337920_0962560_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4158-Sentinel2-327680-0962560-337920-0972800\r\n", + " collection: Sentinel2\r\n", + " left: 327680\r\n", + " bottom: 0962560\r\n", + " right: 337920\r\n", + " top: 0972800\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4158_Sentinel2_327680_0962560_337920_0972800_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4158_Sentinel2_327680_0962560_337920_0972800_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4159-Sentinel2-327680-0972800-337920-0983040\r\n", + " collection: Sentinel2\r\n", + " left: 327680\r\n", + " bottom: 0972800\r\n", + " right: 337920\r\n", + " top: 0983040\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4159_Sentinel2_327680_0972800_337920_0983040_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4159_Sentinel2_327680_0972800_337920_0983040_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4160-Sentinel2-327680-0983040-337920-0993280\r\n", + " collection: Sentinel2\r\n", + " left: 327680\r\n", + " bottom: 0983040\r\n", + " right: 337920\r\n", + " top: 0993280\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4160_Sentinel2_327680_0983040_337920_0993280_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4160_Sentinel2_327680_0983040_337920_0993280_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4161-Sentinel2-327680-0993280-337920-1003520\r\n", + " collection: Sentinel2\r\n", + " left: 327680\r\n", + " bottom: 0993280\r\n", + " right: 337920\r\n", + " top: 1003520\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4161_Sentinel2_327680_0993280_337920_1003520_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4161_Sentinel2_327680_0993280_337920_1003520_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4162-Sentinel2-327680-1003520-337920-1013760\r\n", + " collection: Sentinel2\r\n", + " left: 327680\r\n", + " bottom: 1003520\r\n", + " right: 337920\r\n", + " top: 1013760\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4162_Sentinel2_327680_1003520_337920_1013760_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4162_Sentinel2_327680_1003520_337920_1013760_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4163-Sentinel2-327680-1013760-337920-1024000\r\n", + " collection: Sentinel2\r\n", + " left: 327680\r\n", + " bottom: 1013760\r\n", + " right: 337920\r\n", + " top: 1024000\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4163_Sentinel2_327680_1013760_337920_1024000_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4163_Sentinel2_327680_1013760_337920_1024000_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4164-Sentinel2-327680-1024000-337920-1034240\r\n", + " collection: Sentinel2\r\n", + " left: 327680\r\n", + " bottom: 1024000\r\n", + " right: 337920\r\n", + " top: 1034240\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4164_Sentinel2_327680_1024000_337920_1034240_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4164_Sentinel2_327680_1024000_337920_1034240_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4165-Sentinel2-327680-1034240-337920-1044480\r\n", + " collection: Sentinel2\r\n", + " left: 327680\r\n", + " bottom: 1034240\r\n", + " right: 337920\r\n", + " top: 1044480\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4165_Sentinel2_327680_1034240_337920_1044480_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4165_Sentinel2_327680_1034240_337920_1044480_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4199-Sentinel2-337920-0081920-348160-0092160\r\n", + " collection: Sentinel2\r\n", + " left: 337920\r\n", + " bottom: 0081920\r\n", + " right: 348160\r\n", + " top: 0092160\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4199_Sentinel2_337920_0081920_348160_0092160_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4199_Sentinel2_337920_0081920_348160_0092160_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4200-Sentinel2-337920-0092160-348160-0102400\r\n", + " collection: Sentinel2\r\n", + " left: 337920\r\n", + " bottom: 0092160\r\n", + " right: 348160\r\n", + " top: 0102400\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4200_Sentinel2_337920_0092160_348160_0102400_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4200_Sentinel2_337920_0092160_348160_0102400_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4201-Sentinel2-337920-0102400-348160-0112640\r\n", + " collection: Sentinel2\r\n", + " left: 337920\r\n", + " bottom: 0102400\r\n", + " right: 348160\r\n", + " top: 0112640\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4201_Sentinel2_337920_0102400_348160_0112640_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4201_Sentinel2_337920_0102400_348160_0112640_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4202-Sentinel2-337920-0112640-348160-0122880\r\n", + " collection: Sentinel2\r\n", + " left: 337920\r\n", + " bottom: 0112640\r\n", + " right: 348160\r\n", + " top: 0122880\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4202_Sentinel2_337920_0112640_348160_0122880_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4202_Sentinel2_337920_0112640_348160_0122880_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4203-Sentinel2-337920-0122880-348160-0133120\r\n", + " collection: Sentinel2\r\n", + " left: 337920\r\n", + " bottom: 0122880\r\n", + " right: 348160\r\n", + " top: 0133120\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4203_Sentinel2_337920_0122880_348160_0133120_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4203_Sentinel2_337920_0122880_348160_0133120_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4204-Sentinel2-337920-0133120-348160-0143360\r\n", + " collection: Sentinel2\r\n", + " left: 337920\r\n", + " bottom: 0133120\r\n", + " right: 348160\r\n", + " top: 0143360\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4204_Sentinel2_337920_0133120_348160_0143360_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4204_Sentinel2_337920_0133120_348160_0143360_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4205-Sentinel2-337920-0143360-348160-0153600\r\n", + " collection: Sentinel2\r\n", + " left: 337920\r\n", + " bottom: 0143360\r\n", + " right: 348160\r\n", + " top: 0153600\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4205_Sentinel2_337920_0143360_348160_0153600_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4205_Sentinel2_337920_0143360_348160_0153600_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4206-Sentinel2-337920-0153600-348160-0163840\r\n", + " collection: Sentinel2\r\n", + " left: 337920\r\n", + " bottom: 0153600\r\n", + " right: 348160\r\n", + " top: 0163840\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4206_Sentinel2_337920_0153600_348160_0163840_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4206_Sentinel2_337920_0153600_348160_0163840_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4207-Sentinel2-337920-0163840-348160-0174080\r\n", + " collection: Sentinel2\r\n", + " left: 337920\r\n", + " bottom: 0163840\r\n", + " right: 348160\r\n", + " top: 0174080\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4207_Sentinel2_337920_0163840_348160_0174080_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4207_Sentinel2_337920_0163840_348160_0174080_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4208-Sentinel2-337920-0174080-348160-0184320\r\n", + " collection: Sentinel2\r\n", + " left: 337920\r\n", + " bottom: 0174080\r\n", + " right: 348160\r\n", + " top: 0184320\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4208_Sentinel2_337920_0174080_348160_0184320_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4208_Sentinel2_337920_0174080_348160_0184320_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4209-Sentinel2-337920-0184320-348160-0194560\r\n", + " collection: Sentinel2\r\n", + " left: 337920\r\n", + " bottom: 0184320\r\n", + " right: 348160\r\n", + " top: 0194560\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4209_Sentinel2_337920_0184320_348160_0194560_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4209_Sentinel2_337920_0184320_348160_0194560_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4210-Sentinel2-337920-0194560-348160-0204800\r\n", + " collection: Sentinel2\r\n", + " left: 337920\r\n", + " bottom: 0194560\r\n", + " right: 348160\r\n", + " top: 0204800\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4210_Sentinel2_337920_0194560_348160_0204800_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4210_Sentinel2_337920_0194560_348160_0204800_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4211-Sentinel2-337920-0204800-348160-0215040\r\n", + " collection: Sentinel2\r\n", + " left: 337920\r\n", + " bottom: 0204800\r\n", + " right: 348160\r\n", + " top: 0215040\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4211_Sentinel2_337920_0204800_348160_0215040_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4211_Sentinel2_337920_0204800_348160_0215040_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4212-Sentinel2-337920-0215040-348160-0225280\r\n", + " collection: Sentinel2\r\n", + " left: 337920\r\n", + " bottom: 0215040\r\n", + " right: 348160\r\n", + " top: 0225280\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4212_Sentinel2_337920_0215040_348160_0225280_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4212_Sentinel2_337920_0215040_348160_0225280_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4213-Sentinel2-337920-0225280-348160-0235520\r\n", + " collection: Sentinel2\r\n", + " left: 337920\r\n", + " bottom: 0225280\r\n", + " right: 348160\r\n", + " top: 0235520\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4213_Sentinel2_337920_0225280_348160_0235520_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4213_Sentinel2_337920_0225280_348160_0235520_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4214-Sentinel2-337920-0235520-348160-0245760\r\n", + " collection: Sentinel2\r\n", + " left: 337920\r\n", + " bottom: 0235520\r\n", + " right: 348160\r\n", + " top: 0245760\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4214_Sentinel2_337920_0235520_348160_0245760_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4214_Sentinel2_337920_0235520_348160_0245760_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\r\n", + " output_location downloads_output/4215-Sentinel2-337920-0245760-348160-0256000\r\n", + " collection: Sentinel2\r\n", + " left: 337920\r\n", + " bottom: 0245760\r\n", + " right: 348160\r\n", + " top: 0256000\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4215_Sentinel2_337920_0245760_348160_0256000_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4215_Sentinel2_337920_0245760_348160_0256000_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4216-Sentinel2-337920-0256000-348160-0266240\r\n", + " collection: Sentinel2\r\n", + " left: 337920\r\n", + " bottom: 0256000\r\n", + " right: 348160\r\n", + " top: 0266240\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4216_Sentinel2_337920_0256000_348160_0266240_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4216_Sentinel2_337920_0256000_348160_0266240_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4217-Sentinel2-337920-0266240-348160-0276480\r\n", + " collection: Sentinel2\r\n", + " left: 337920\r\n", + " bottom: 0266240\r\n", + " right: 348160\r\n", + " top: 0276480\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4217_Sentinel2_337920_0266240_348160_0276480_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4217_Sentinel2_337920_0266240_348160_0276480_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4218-Sentinel2-337920-0276480-348160-0286720\r\n", + " collection: Sentinel2\r\n", + " left: 337920\r\n", + " bottom: 0276480\r\n", + " right: 348160\r\n", + " top: 0286720\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4218_Sentinel2_337920_0276480_348160_0286720_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4218_Sentinel2_337920_0276480_348160_0286720_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4219-Sentinel2-337920-0286720-348160-0296960\r\n", + " collection: Sentinel2\r\n", + " left: 337920\r\n", + " bottom: 0286720\r\n", + " right: 348160\r\n", + " top: 0296960\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4219_Sentinel2_337920_0286720_348160_0296960_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4219_Sentinel2_337920_0286720_348160_0296960_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4220-Sentinel2-337920-0296960-348160-0307200\r\n", + " collection: Sentinel2\r\n", + " left: 337920\r\n", + " bottom: 0296960\r\n", + " right: 348160\r\n", + " top: 0307200\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4220_Sentinel2_337920_0296960_348160_0307200_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4220_Sentinel2_337920_0296960_348160_0307200_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4221-Sentinel2-337920-0307200-348160-0317440\r\n", + " collection: Sentinel2\r\n", + " left: 337920\r\n", + " bottom: 0307200\r\n", + " right: 348160\r\n", + " top: 0317440\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4221_Sentinel2_337920_0307200_348160_0317440_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4221_Sentinel2_337920_0307200_348160_0317440_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4222-Sentinel2-337920-0317440-348160-0327680\r\n", + " collection: Sentinel2\r\n", + " left: 337920\r\n", + " bottom: 0317440\r\n", + " right: 348160\r\n", + " top: 0327680\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4222_Sentinel2_337920_0317440_348160_0327680_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4222_Sentinel2_337920_0317440_348160_0327680_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4223-Sentinel2-337920-0327680-348160-0337920\r\n", + " collection: Sentinel2\r\n", + " left: 337920\r\n", + " bottom: 0327680\r\n", + " right: 348160\r\n", + " top: 0337920\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4223_Sentinel2_337920_0327680_348160_0337920_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4223_Sentinel2_337920_0327680_348160_0337920_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4224-Sentinel2-337920-0337920-348160-0348160\r\n", + " collection: Sentinel2\r\n", + " left: 337920\r\n", + " bottom: 0337920\r\n", + " right: 348160\r\n", + " top: 0348160\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4224_Sentinel2_337920_0337920_348160_0348160_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4224_Sentinel2_337920_0337920_348160_0348160_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4225-Sentinel2-337920-0348160-348160-0358400\r\n", + " collection: Sentinel2\r\n", + " left: 337920\r\n", + " bottom: 0348160\r\n", + " right: 348160\r\n", + " top: 0358400\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4225_Sentinel2_337920_0348160_348160_0358400_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4225_Sentinel2_337920_0348160_348160_0358400_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4226-Sentinel2-337920-0358400-348160-0368640\r\n", + " collection: Sentinel2\r\n", + " left: 337920\r\n", + " bottom: 0358400\r\n", + " right: 348160\r\n", + " top: 0368640\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4226_Sentinel2_337920_0358400_348160_0368640_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4226_Sentinel2_337920_0358400_348160_0368640_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4227-Sentinel2-337920-0368640-348160-0378880\r\n", + " collection: Sentinel2\r\n", + " left: 337920\r\n", + " bottom: 0368640\r\n", + " right: 348160\r\n", + " top: 0378880\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4227_Sentinel2_337920_0368640_348160_0378880_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4227_Sentinel2_337920_0368640_348160_0378880_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4228-Sentinel2-337920-0378880-348160-0389120\r\n", + " collection: Sentinel2\r\n", + " left: 337920\r\n", + " bottom: 0378880\r\n", + " right: 348160\r\n", + " top: 0389120\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4228_Sentinel2_337920_0378880_348160_0389120_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4228_Sentinel2_337920_0378880_348160_0389120_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4229-Sentinel2-337920-0389120-348160-0399360\r\n", + " collection: Sentinel2\r\n", + " left: 337920\r\n", + " bottom: 0389120\r\n", + " right: 348160\r\n", + " top: 0399360\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4229_Sentinel2_337920_0389120_348160_0399360_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4229_Sentinel2_337920_0389120_348160_0399360_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4230-Sentinel2-337920-0399360-348160-0409600\r\n", + " collection: Sentinel2\r\n", + " left: 337920\r\n", + " bottom: 0399360\r\n", + " right: 348160\r\n", + " top: 0409600\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4230_Sentinel2_337920_0399360_348160_0409600_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4230_Sentinel2_337920_0399360_348160_0409600_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4231-Sentinel2-337920-0409600-348160-0419840\r\n", + " collection: Sentinel2\r\n", + " left: 337920\r\n", + " bottom: 0409600\r\n", + " right: 348160\r\n", + " top: 0419840\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4231_Sentinel2_337920_0409600_348160_0419840_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4231_Sentinel2_337920_0409600_348160_0419840_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4232-Sentinel2-337920-0419840-348160-0430080\r\n", + " collection: Sentinel2\r\n", + " left: 337920\r\n", + " bottom: 0419840\r\n", + " right: 348160\r\n", + " top: 0430080\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4232_Sentinel2_337920_0419840_348160_0430080_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4232_Sentinel2_337920_0419840_348160_0430080_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4233-Sentinel2-337920-0430080-348160-0440320\r\n", + " collection: Sentinel2\r\n", + " left: 337920\r\n", + " bottom: 0430080\r\n", + " right: 348160\r\n", + " top: 0440320\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4233_Sentinel2_337920_0430080_348160_0440320_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4233_Sentinel2_337920_0430080_348160_0440320_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4234-Sentinel2-337920-0440320-348160-0450560\r\n", + " collection: Sentinel2\r\n", + " left: 337920\r\n", + " bottom: 0440320\r\n", + " right: 348160\r\n", + " top: 0450560\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4234_Sentinel2_337920_0440320_348160_0450560_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4234_Sentinel2_337920_0440320_348160_0450560_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4235-Sentinel2-337920-0450560-348160-0460800\r\n", + " collection: Sentinel2\r\n", + " left: 337920\r\n", + " bottom: 0450560\r\n", + " right: 348160\r\n", + " top: 0460800\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4235_Sentinel2_337920_0450560_348160_0460800_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4235_Sentinel2_337920_0450560_348160_0460800_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4236-Sentinel2-337920-0460800-348160-0471040\r\n", + " collection: Sentinel2\r\n", + " left: 337920\r\n", + " bottom: 0460800\r\n", + " right: 348160\r\n", + " top: 0471040\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4236_Sentinel2_337920_0460800_348160_0471040_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4236_Sentinel2_337920_0460800_348160_0471040_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4237-Sentinel2-337920-0471040-348160-0481280\r\n", + " collection: Sentinel2\r\n", + " left: 337920\r\n", + " bottom: 0471040\r\n", + " right: 348160\r\n", + " top: 0481280\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4237_Sentinel2_337920_0471040_348160_0481280_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4237_Sentinel2_337920_0471040_348160_0481280_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4238-Sentinel2-337920-0481280-348160-0491520\r\n", + " collection: Sentinel2\r\n", + " left: 337920\r\n", + " bottom: 0481280\r\n", + " right: 348160\r\n", + " top: 0491520\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4238_Sentinel2_337920_0481280_348160_0491520_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4238_Sentinel2_337920_0481280_348160_0491520_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4239-Sentinel2-337920-0491520-348160-0501760\r\n", + " collection: Sentinel2\r\n", + " left: 337920\r\n", + " bottom: 0491520\r\n", + " right: 348160\r\n", + " top: 0501760\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4239_Sentinel2_337920_0491520_348160_0501760_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4239_Sentinel2_337920_0491520_348160_0501760_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4240-Sentinel2-337920-0501760-348160-0512000\r\n", + " collection: Sentinel2\r\n", + " left: 337920\r\n", + " bottom: 0501760\r\n", + " right: 348160\r\n", + " top: 0512000\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4240_Sentinel2_337920_0501760_348160_0512000_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4240_Sentinel2_337920_0501760_348160_0512000_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4241-Sentinel2-337920-0512000-348160-0522240\r\n", + " collection: Sentinel2\r\n", + " left: 337920\r\n", + " bottom: 0512000\r\n", + " right: 348160\r\n", + " top: 0522240\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4241_Sentinel2_337920_0512000_348160_0522240_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4241_Sentinel2_337920_0512000_348160_0522240_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4242-Sentinel2-337920-0522240-348160-0532480\r\n", + " collection: Sentinel2\r\n", + " left: 337920\r\n", + " bottom: 0522240\r\n", + " right: 348160\r\n", + " top: 0532480\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4242_Sentinel2_337920_0522240_348160_0532480_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4242_Sentinel2_337920_0522240_348160_0532480_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4243-Sentinel2-337920-0532480-348160-0542720\r\n", + " collection: Sentinel2\r\n", + " left: 337920\r\n", + " bottom: 0532480\r\n", + " right: 348160\r\n", + " top: 0542720\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4243_Sentinel2_337920_0532480_348160_0542720_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4243_Sentinel2_337920_0532480_348160_0542720_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4244-Sentinel2-337920-0542720-348160-0552960\r\n", + " collection: Sentinel2\r\n", + " left: 337920\r\n", + " bottom: 0542720\r\n", + " right: 348160\r\n", + " top: 0552960\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4244_Sentinel2_337920_0542720_348160_0552960_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4244_Sentinel2_337920_0542720_348160_0552960_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4245-Sentinel2-337920-0552960-348160-0563200\r\n", + " collection: Sentinel2\r\n", + " left: 337920\r\n", + " bottom: 0552960\r\n", + " right: 348160\r\n", + " top: 0563200\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4245_Sentinel2_337920_0552960_348160_0563200_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4245_Sentinel2_337920_0552960_348160_0563200_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4246-Sentinel2-337920-0563200-348160-0573440\r\n", + " collection: Sentinel2\r\n", + " left: 337920\r\n", + " bottom: 0563200\r\n", + " right: 348160\r\n", + " top: 0573440\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4246_Sentinel2_337920_0563200_348160_0573440_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4246_Sentinel2_337920_0563200_348160_0573440_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4247-Sentinel2-337920-0573440-348160-0583680\r\n", + " collection: Sentinel2\r\n", + " left: 337920\r\n", + " bottom: 0573440\r\n", + " right: 348160\r\n", + " top: 0583680\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4247_Sentinel2_337920_0573440_348160_0583680_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4247_Sentinel2_337920_0573440_348160_0583680_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4248-Sentinel2-337920-0583680-348160-0593920\r\n", + " collection: Sentinel2\r\n", + " left: 337920\r\n", + " bottom: 0583680\r\n", + " right: 348160\r\n", + " top: 0593920\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4248_Sentinel2_337920_0583680_348160_0593920_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4248_Sentinel2_337920_0583680_348160_0593920_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4249-Sentinel2-337920-0593920-348160-0604160\r\n", + " collection: Sentinel2\r\n", + " left: 337920\r\n", + " bottom: 0593920\r\n", + " right: 348160\r\n", + " top: 0604160\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4249_Sentinel2_337920_0593920_348160_0604160_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4249_Sentinel2_337920_0593920_348160_0604160_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4250-Sentinel2-337920-0604160-348160-0614400\r\n", + " collection: Sentinel2\r\n", + " left: 337920\r\n", + " bottom: 0604160\r\n", + " right: 348160\r\n", + " top: 0614400\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4250_Sentinel2_337920_0604160_348160_0614400_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4250_Sentinel2_337920_0604160_348160_0614400_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4251-Sentinel2-337920-0614400-348160-0624640\r\n", + " collection: Sentinel2\r\n", + " left: 337920\r\n", + " bottom: 0614400\r\n", + " right: 348160\r\n", + " top: 0624640\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4251_Sentinel2_337920_0614400_348160_0624640_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4251_Sentinel2_337920_0614400_348160_0624640_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4252-Sentinel2-337920-0624640-348160-0634880\r\n", + " collection: Sentinel2\r\n", + " left: 337920\r\n", + " bottom: 0624640\r\n", + " right: 348160\r\n", + " top: 0634880\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4252_Sentinel2_337920_0624640_348160_0634880_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4252_Sentinel2_337920_0624640_348160_0634880_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4253-Sentinel2-337920-0634880-348160-0645120\r\n", + " collection: Sentinel2\r\n", + " left: 337920\r\n", + " bottom: 0634880\r\n", + " right: 348160\r\n", + " top: 0645120\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4253_Sentinel2_337920_0634880_348160_0645120_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4253_Sentinel2_337920_0634880_348160_0645120_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4254-Sentinel2-337920-0645120-348160-0655360\r\n", + " collection: Sentinel2\r\n", + " left: 337920\r\n", + " bottom: 0645120\r\n", + " right: 348160\r\n", + " top: 0655360\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4254_Sentinel2_337920_0645120_348160_0655360_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4254_Sentinel2_337920_0645120_348160_0655360_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4255-Sentinel2-337920-0655360-348160-0665600\r\n", + " collection: Sentinel2\r\n", + " left: 337920\r\n", + " bottom: 0655360\r\n", + " right: 348160\r\n", + " top: 0665600\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4255_Sentinel2_337920_0655360_348160_0665600_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4255_Sentinel2_337920_0655360_348160_0665600_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4256-Sentinel2-337920-0665600-348160-0675840\r\n", + " collection: Sentinel2\r\n", + " left: 337920\r\n", + " bottom: 0665600\r\n", + " right: 348160\r\n", + " top: 0675840\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4256_Sentinel2_337920_0665600_348160_0675840_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4256_Sentinel2_337920_0665600_348160_0675840_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4257-Sentinel2-337920-0675840-348160-0686080\r\n", + " collection: Sentinel2\r\n", + " left: 337920\r\n", + " bottom: 0675840\r\n", + " right: 348160\r\n", + " top: 0686080\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4257_Sentinel2_337920_0675840_348160_0686080_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4257_Sentinel2_337920_0675840_348160_0686080_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4259-Sentinel2-337920-0696320-348160-0706560\r\n", + " collection: Sentinel2\r\n", + " left: 337920\r\n", + " bottom: 0696320\r\n", + " right: 348160\r\n", + " top: 0706560\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4259_Sentinel2_337920_0696320_348160_0706560_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4259_Sentinel2_337920_0696320_348160_0706560_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4260-Sentinel2-337920-0706560-348160-0716800\r\n", + " collection: Sentinel2\r\n", + " left: 337920\r\n", + " bottom: 0706560\r\n", + " right: 348160\r\n", + " top: 0716800\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4260_Sentinel2_337920_0706560_348160_0716800_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4260_Sentinel2_337920_0706560_348160_0716800_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4261-Sentinel2-337920-0716800-348160-0727040\r\n", + " collection: Sentinel2\r\n", + " left: 337920\r\n", + " bottom: 0716800\r\n", + " right: 348160\r\n", + " top: 0727040\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4261_Sentinel2_337920_0716800_348160_0727040_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4261_Sentinel2_337920_0716800_348160_0727040_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4262-Sentinel2-337920-0727040-348160-0737280\r\n", + " collection: Sentinel2\r\n", + " left: 337920\r\n", + " bottom: 0727040\r\n", + " right: 348160\r\n", + " top: 0737280\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4262_Sentinel2_337920_0727040_348160_0737280_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4262_Sentinel2_337920_0727040_348160_0737280_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4263-Sentinel2-337920-0737280-348160-0747520\r\n", + " collection: Sentinel2\r\n", + " left: 337920\r\n", + " bottom: 0737280\r\n", + " right: 348160\r\n", + " top: 0747520\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4263_Sentinel2_337920_0737280_348160_0747520_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4263_Sentinel2_337920_0737280_348160_0747520_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4264-Sentinel2-337920-0747520-348160-0757760\r\n", + " collection: Sentinel2\r\n", + " left: 337920\r\n", + " bottom: 0747520\r\n", + " right: 348160\r\n", + " top: 0757760\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4264_Sentinel2_337920_0747520_348160_0757760_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4264_Sentinel2_337920_0747520_348160_0757760_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4265-Sentinel2-337920-0757760-348160-0768000\r\n", + " collection: Sentinel2\r\n", + " left: 337920\r\n", + " bottom: 0757760\r\n", + " right: 348160\r\n", + " top: 0768000\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4265_Sentinel2_337920_0757760_348160_0768000_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4265_Sentinel2_337920_0757760_348160_0768000_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4266-Sentinel2-337920-0768000-348160-0778240\r\n", + " collection: Sentinel2\r\n", + " left: 337920\r\n", + " bottom: 0768000\r\n", + " right: 348160\r\n", + " top: 0778240\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4266_Sentinel2_337920_0768000_348160_0778240_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4266_Sentinel2_337920_0768000_348160_0778240_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4267-Sentinel2-337920-0778240-348160-0788480\r\n", + " collection: Sentinel2\r\n", + " left: 337920\r\n", + " bottom: 0778240\r\n", + " right: 348160\r\n", + " top: 0788480\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4267_Sentinel2_337920_0778240_348160_0788480_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4267_Sentinel2_337920_0778240_348160_0788480_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4268-Sentinel2-337920-0788480-348160-0798720\r\n", + " collection: Sentinel2\r\n", + " left: 337920\r\n", + " bottom: 0788480\r\n", + " right: 348160\r\n", + " top: 0798720\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4268_Sentinel2_337920_0788480_348160_0798720_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4268_Sentinel2_337920_0788480_348160_0798720_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4269-Sentinel2-337920-0798720-348160-0808960\r\n", + " collection: Sentinel2\r\n", + " left: 337920\r\n", + " bottom: 0798720\r\n", + " right: 348160\r\n", + " top: 0808960\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4269_Sentinel2_337920_0798720_348160_0808960_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4269_Sentinel2_337920_0798720_348160_0808960_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4270-Sentinel2-337920-0808960-348160-0819200\r\n", + " collection: Sentinel2\r\n", + " left: 337920\r\n", + " bottom: 0808960\r\n", + " right: 348160\r\n", + " top: 0819200\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4270_Sentinel2_337920_0808960_348160_0819200_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4270_Sentinel2_337920_0808960_348160_0819200_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4271-Sentinel2-337920-0819200-348160-0829440\r\n", + " collection: Sentinel2\r\n", + " left: 337920\r\n", + " bottom: 0819200\r\n", + " right: 348160\r\n", + " top: 0829440\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4271_Sentinel2_337920_0819200_348160_0829440_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4271_Sentinel2_337920_0819200_348160_0829440_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4272-Sentinel2-337920-0829440-348160-0839680\r\n", + " collection: Sentinel2\r\n", + " left: 337920\r\n", + " bottom: 0829440\r\n", + " right: 348160\r\n", + " top: 0839680\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4272_Sentinel2_337920_0829440_348160_0839680_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4272_Sentinel2_337920_0829440_348160_0839680_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4273-Sentinel2-337920-0839680-348160-0849920\r\n", + " collection: Sentinel2\r\n", + " left: 337920\r\n", + " bottom: 0839680\r\n", + " right: 348160\r\n", + " top: 0849920\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4273_Sentinel2_337920_0839680_348160_0849920_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4273_Sentinel2_337920_0839680_348160_0849920_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4274-Sentinel2-337920-0849920-348160-0860160\r\n", + " collection: Sentinel2\r\n", + " left: 337920\r\n", + " bottom: 0849920\r\n", + " right: 348160\r\n", + " top: 0860160\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4274_Sentinel2_337920_0849920_348160_0860160_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4274_Sentinel2_337920_0849920_348160_0860160_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4275-Sentinel2-337920-0860160-348160-0870400\r\n", + " collection: Sentinel2\r\n", + " left: 337920\r\n", + " bottom: 0860160\r\n", + " right: 348160\r\n", + " top: 0870400\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4275_Sentinel2_337920_0860160_348160_0870400_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4275_Sentinel2_337920_0860160_348160_0870400_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4283-Sentinel2-337920-0942080-348160-0952320\r\n", + " collection: Sentinel2\r\n", + " left: 337920\r\n", + " bottom: 0942080\r\n", + " right: 348160\r\n", + " top: 0952320\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4283_Sentinel2_337920_0942080_348160_0952320_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4283_Sentinel2_337920_0942080_348160_0952320_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4284-Sentinel2-337920-0952320-348160-0962560\r\n", + " collection: Sentinel2\r\n", + " left: 337920\r\n", + " bottom: 0952320\r\n", + " right: 348160\r\n", + " top: 0962560\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4284_Sentinel2_337920_0952320_348160_0962560_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4284_Sentinel2_337920_0952320_348160_0962560_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4285-Sentinel2-337920-0962560-348160-0972800\r\n", + " collection: Sentinel2\r\n", + " left: 337920\r\n", + " bottom: 0962560\r\n", + " right: 348160\r\n", + " top: 0972800\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4285_Sentinel2_337920_0962560_348160_0972800_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4285_Sentinel2_337920_0962560_348160_0972800_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4286-Sentinel2-337920-0972800-348160-0983040\r\n", + " collection: Sentinel2\r\n", + " left: 337920\r\n", + " bottom: 0972800\r\n", + " right: 348160\r\n", + " top: 0983040\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4286_Sentinel2_337920_0972800_348160_0983040_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4286_Sentinel2_337920_0972800_348160_0983040_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4287-Sentinel2-337920-0983040-348160-0993280\r\n", + " collection: Sentinel2\r\n", + " left: 337920\r\n", + " bottom: 0983040\r\n", + " right: 348160\r\n", + " top: 0993280\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4287_Sentinel2_337920_0983040_348160_0993280_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4287_Sentinel2_337920_0983040_348160_0993280_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4288-Sentinel2-337920-0993280-348160-1003520\r\n", + " collection: Sentinel2\r\n", + " left: 337920\r\n", + " bottom: 0993280\r\n", + " right: 348160\r\n", + " top: 1003520\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4288_Sentinel2_337920_0993280_348160_1003520_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4288_Sentinel2_337920_0993280_348160_1003520_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4289-Sentinel2-337920-1003520-348160-1013760\r\n", + " collection: Sentinel2\r\n", + " left: 337920\r\n", + " bottom: 1003520\r\n", + " right: 348160\r\n", + " top: 1013760\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4289_Sentinel2_337920_1003520_348160_1013760_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4289_Sentinel2_337920_1003520_348160_1013760_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4290-Sentinel2-337920-1013760-348160-1024000\r\n", + " collection: Sentinel2\r\n", + " left: 337920\r\n", + " bottom: 1013760\r\n", + " right: 348160\r\n", + " top: 1024000\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4290_Sentinel2_337920_1013760_348160_1024000_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4290_Sentinel2_337920_1013760_348160_1024000_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4291-Sentinel2-337920-1024000-348160-1034240\r\n", + " collection: Sentinel2\r\n", + " left: 337920\r\n", + " bottom: 1024000\r\n", + " right: 348160\r\n", + " top: 1034240\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4291_Sentinel2_337920_1024000_348160_1034240_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4291_Sentinel2_337920_1024000_348160_1034240_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4292-Sentinel2-337920-1034240-348160-1044480\r\n", + " collection: Sentinel2\r\n", + " left: 337920\r\n", + " bottom: 1034240\r\n", + " right: 348160\r\n", + " top: 1044480\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4292_Sentinel2_337920_1034240_348160_1044480_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4292_Sentinel2_337920_1034240_348160_1044480_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4293-Sentinel2-337920-1044480-348160-1054720\r\n", + " collection: Sentinel2\r\n", + " left: 337920\r\n", + " bottom: 1044480\r\n", + " right: 348160\r\n", + " top: 1054720\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4293_Sentinel2_337920_1044480_348160_1054720_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4293_Sentinel2_337920_1044480_348160_1054720_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4326-Sentinel2-348160-0081920-358400-0092160\r\n", + " collection: Sentinel2\r\n", + " left: 348160\r\n", + " bottom: 0081920\r\n", + " right: 358400\r\n", + " top: 0092160\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4326_Sentinel2_348160_0081920_358400_0092160_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4326_Sentinel2_348160_0081920_358400_0092160_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4327-Sentinel2-348160-0092160-358400-0102400\r\n", + " collection: Sentinel2\r\n", + " left: 348160\r\n", + " bottom: 0092160\r\n", + " right: 358400\r\n", + " top: 0102400\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4327_Sentinel2_348160_0092160_358400_0102400_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4327_Sentinel2_348160_0092160_358400_0102400_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4328-Sentinel2-348160-0102400-358400-0112640\r\n", + " collection: Sentinel2\r\n", + " left: 348160\r\n", + " bottom: 0102400\r\n", + " right: 358400\r\n", + " top: 0112640\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4328_Sentinel2_348160_0102400_358400_0112640_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4328_Sentinel2_348160_0102400_358400_0112640_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4329-Sentinel2-348160-0112640-358400-0122880\r\n", + " collection: Sentinel2\r\n", + " left: 348160\r\n", + " bottom: 0112640\r\n", + " right: 358400\r\n", + " top: 0122880\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4329_Sentinel2_348160_0112640_358400_0122880_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4329_Sentinel2_348160_0112640_358400_0122880_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4330-Sentinel2-348160-0122880-358400-0133120\r\n", + " collection: Sentinel2\r\n", + " left: 348160\r\n", + " bottom: 0122880\r\n", + " right: 358400\r\n", + " top: 0133120\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4330_Sentinel2_348160_0122880_358400_0133120_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4330_Sentinel2_348160_0122880_358400_0133120_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4331-Sentinel2-348160-0133120-358400-0143360\r\n", + " collection: Sentinel2\r\n", + " left: 348160\r\n", + " bottom: 0133120\r\n", + " right: 358400\r\n", + " top: 0143360\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4331_Sentinel2_348160_0133120_358400_0143360_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4331_Sentinel2_348160_0133120_358400_0143360_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4332-Sentinel2-348160-0143360-358400-0153600\r\n", + " collection: Sentinel2\r\n", + " left: 348160\r\n", + " bottom: 0143360\r\n", + " right: 358400\r\n", + " top: 0153600\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4332_Sentinel2_348160_0143360_358400_0153600_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4332_Sentinel2_348160_0143360_358400_0153600_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4333-Sentinel2-348160-0153600-358400-0163840\r\n", + " collection: Sentinel2\r\n", + " left: 348160\r\n", + " bottom: 0153600\r\n", + " right: 358400\r\n", + " top: 0163840\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4333_Sentinel2_348160_0153600_358400_0163840_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4333_Sentinel2_348160_0153600_358400_0163840_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4334-Sentinel2-348160-0163840-358400-0174080\r\n", + " collection: Sentinel2\r\n", + " left: 348160\r\n", + " bottom: 0163840\r\n", + " right: 358400\r\n", + " top: 0174080\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4334_Sentinel2_348160_0163840_358400_0174080_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4334_Sentinel2_348160_0163840_358400_0174080_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4335-Sentinel2-348160-0174080-358400-0184320\r\n", + " collection: Sentinel2\r\n", + " left: 348160\r\n", + " bottom: 0174080\r\n", + " right: 358400\r\n", + " top: 0184320\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4335_Sentinel2_348160_0174080_358400_0184320_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4335_Sentinel2_348160_0174080_358400_0184320_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4336-Sentinel2-348160-0184320-358400-0194560\r\n", + " collection: Sentinel2\r\n", + " left: 348160\r\n", + " bottom: 0184320\r\n", + " right: 358400\r\n", + " top: 0194560\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4336_Sentinel2_348160_0184320_358400_0194560_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4336_Sentinel2_348160_0184320_358400_0194560_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4337-Sentinel2-348160-0194560-358400-0204800\r\n", + " collection: Sentinel2\r\n", + " left: 348160\r\n", + " bottom: 0194560\r\n", + " right: 358400\r\n", + " top: 0204800\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4337_Sentinel2_348160_0194560_358400_0204800_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4337_Sentinel2_348160_0194560_358400_0204800_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4338-Sentinel2-348160-0204800-358400-0215040\r\n", + " collection: Sentinel2\r\n", + " left: 348160\r\n", + " bottom: 0204800\r\n", + " right: 358400\r\n", + " top: 0215040\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4338_Sentinel2_348160_0204800_358400_0215040_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4338_Sentinel2_348160_0204800_358400_0215040_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4339-Sentinel2-348160-0215040-358400-0225280\r\n", + " collection: Sentinel2\r\n", + " left: 348160\r\n", + " bottom: 0215040\r\n", + " right: 358400\r\n", + " top: 0225280\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4339_Sentinel2_348160_0215040_358400_0225280_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4339_Sentinel2_348160_0215040_358400_0225280_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4340-Sentinel2-348160-0225280-358400-0235520\r\n", + " collection: Sentinel2\r\n", + " left: 348160\r\n", + " bottom: 0225280\r\n", + " right: 358400\r\n", + " top: 0235520\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4340_Sentinel2_348160_0225280_358400_0235520_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4340_Sentinel2_348160_0225280_358400_0235520_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4341-Sentinel2-348160-0235520-358400-0245760\r\n", + " collection: Sentinel2\r\n", + " left: 348160\r\n", + " bottom: 0235520\r\n", + " right: 358400\r\n", + " top: 0245760\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4341_Sentinel2_348160_0235520_358400_0245760_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4341_Sentinel2_348160_0235520_358400_0245760_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4342-Sentinel2-348160-0245760-358400-0256000\r\n", + " collection: Sentinel2\r\n", + " left: 348160\r\n", + " bottom: 0245760\r\n", + " right: 358400\r\n", + " top: 0256000\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4342_Sentinel2_348160_0245760_358400_0256000_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4342_Sentinel2_348160_0245760_358400_0256000_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4343-Sentinel2-348160-0256000-358400-0266240\r\n", + " collection: Sentinel2\r\n", + " left: 348160\r\n", + " bottom: 0256000\r\n", + " right: 358400\r\n", + " top: 0266240\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4343_Sentinel2_348160_0256000_358400_0266240_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4343_Sentinel2_348160_0256000_358400_0266240_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4344-Sentinel2-348160-0266240-358400-0276480\r\n", + " collection: Sentinel2\r\n", + " left: 348160\r\n", + " bottom: 0266240\r\n", + " right: 358400\r\n", + " top: 0276480\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4344_Sentinel2_348160_0266240_358400_0276480_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4344_Sentinel2_348160_0266240_358400_0276480_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4345-Sentinel2-348160-0276480-358400-0286720\r\n", + " collection: Sentinel2\r\n", + " left: 348160\r\n", + " bottom: 0276480\r\n", + " right: 358400\r\n", + " top: 0286720\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4345_Sentinel2_348160_0276480_358400_0286720_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4345_Sentinel2_348160_0276480_358400_0286720_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4346-Sentinel2-348160-0286720-358400-0296960\r\n", + " collection: Sentinel2\r\n", + " left: 348160\r\n", + " bottom: 0286720\r\n", + " right: 358400\r\n", + " top: 0296960\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4346_Sentinel2_348160_0286720_358400_0296960_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4346_Sentinel2_348160_0286720_358400_0296960_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4347-Sentinel2-348160-0296960-358400-0307200\r\n", + " collection: Sentinel2\r\n", + " left: 348160\r\n", + " bottom: 0296960\r\n", + " right: 358400\r\n", + " top: 0307200\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4347_Sentinel2_348160_0296960_358400_0307200_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4347_Sentinel2_348160_0296960_358400_0307200_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4348-Sentinel2-348160-0307200-358400-0317440\r\n", + " collection: Sentinel2\r\n", + " left: 348160\r\n", + " bottom: 0307200\r\n", + " right: 358400\r\n", + " top: 0317440\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4348_Sentinel2_348160_0307200_358400_0317440_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4348_Sentinel2_348160_0307200_358400_0317440_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4349-Sentinel2-348160-0317440-358400-0327680\r\n", + " collection: Sentinel2\r\n", + " left: 348160\r\n", + " bottom: 0317440\r\n", + " right: 358400\r\n", + " top: 0327680\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4349_Sentinel2_348160_0317440_358400_0327680_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4349_Sentinel2_348160_0317440_358400_0327680_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4350-Sentinel2-348160-0327680-358400-0337920\r\n", + " collection: Sentinel2\r\n", + " left: 348160\r\n", + " bottom: 0327680\r\n", + " right: 358400\r\n", + " top: 0337920\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4350_Sentinel2_348160_0327680_358400_0337920_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4350_Sentinel2_348160_0327680_358400_0337920_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4351-Sentinel2-348160-0337920-358400-0348160\r\n", + " collection: Sentinel2\r\n", + " left: 348160\r\n", + " bottom: 0337920\r\n", + " right: 358400\r\n", + " top: 0348160\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4351_Sentinel2_348160_0337920_358400_0348160_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4351_Sentinel2_348160_0337920_358400_0348160_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4352-Sentinel2-348160-0348160-358400-0358400\r\n", + " collection: Sentinel2\r\n", + " left: 348160\r\n", + " bottom: 0348160\r\n", + " right: 358400\r\n", + " top: 0358400\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4352_Sentinel2_348160_0348160_358400_0358400_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4352_Sentinel2_348160_0348160_358400_0358400_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4353-Sentinel2-348160-0358400-358400-0368640\r\n", + " collection: Sentinel2\r\n", + " left: 348160\r\n", + " bottom: 0358400\r\n", + " right: 358400\r\n", + " top: 0368640\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4353_Sentinel2_348160_0358400_358400_0368640_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4353_Sentinel2_348160_0358400_358400_0368640_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4354-Sentinel2-348160-0368640-358400-0378880\r\n", + " collection: Sentinel2\r\n", + " left: 348160\r\n", + " bottom: 0368640\r\n", + " right: 358400\r\n", + " top: 0378880\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4354_Sentinel2_348160_0368640_358400_0378880_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4354_Sentinel2_348160_0368640_358400_0378880_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4355-Sentinel2-348160-0378880-358400-0389120\r\n", + " collection: Sentinel2\r\n", + " left: 348160\r\n", + " bottom: 0378880\r\n", + " right: 358400\r\n", + " top: 0389120\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4355_Sentinel2_348160_0378880_358400_0389120_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4355_Sentinel2_348160_0378880_358400_0389120_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4356-Sentinel2-348160-0389120-358400-0399360\r\n", + " collection: Sentinel2\r\n", + " left: 348160\r\n", + " bottom: 0389120\r\n", + " right: 358400\r\n", + " top: 0399360\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4356_Sentinel2_348160_0389120_358400_0399360_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4356_Sentinel2_348160_0389120_358400_0399360_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4357-Sentinel2-348160-0399360-358400-0409600\r\n", + " collection: Sentinel2\r\n", + " left: 348160\r\n", + " bottom: 0399360\r\n", + " right: 358400\r\n", + " top: 0409600\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4357_Sentinel2_348160_0399360_358400_0409600_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4357_Sentinel2_348160_0399360_358400_0409600_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4358-Sentinel2-348160-0409600-358400-0419840\r\n", + " collection: Sentinel2\r\n", + " left: 348160\r\n", + " bottom: 0409600\r\n", + " right: 358400\r\n", + " top: 0419840\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4358_Sentinel2_348160_0409600_358400_0419840_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4358_Sentinel2_348160_0409600_358400_0419840_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4359-Sentinel2-348160-0419840-358400-0430080\r\n", + " collection: Sentinel2\r\n", + " left: 348160\r\n", + " bottom: 0419840\r\n", + " right: 358400\r\n", + " top: 0430080\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4359_Sentinel2_348160_0419840_358400_0430080_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4359_Sentinel2_348160_0419840_358400_0430080_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4360-Sentinel2-348160-0430080-358400-0440320\r\n", + " collection: Sentinel2\r\n", + " left: 348160\r\n", + " bottom: 0430080\r\n", + " right: 358400\r\n", + " top: 0440320\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4360_Sentinel2_348160_0430080_358400_0440320_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4360_Sentinel2_348160_0430080_358400_0440320_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4361-Sentinel2-348160-0440320-358400-0450560\r\n", + " collection: Sentinel2\r\n", + " left: 348160\r\n", + " bottom: 0440320\r\n", + " right: 358400\r\n", + " top: 0450560\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4361_Sentinel2_348160_0440320_358400_0450560_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4361_Sentinel2_348160_0440320_358400_0450560_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4362-Sentinel2-348160-0450560-358400-0460800\r\n", + " collection: Sentinel2\r\n", + " left: 348160\r\n", + " bottom: 0450560\r\n", + " right: 358400\r\n", + " top: 0460800\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4362_Sentinel2_348160_0450560_358400_0460800_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4362_Sentinel2_348160_0450560_358400_0460800_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4363-Sentinel2-348160-0460800-358400-0471040\r\n", + " collection: Sentinel2\r\n", + " left: 348160\r\n", + " bottom: 0460800\r\n", + " right: 358400\r\n", + " top: 0471040\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4363_Sentinel2_348160_0460800_358400_0471040_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4363_Sentinel2_348160_0460800_358400_0471040_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4364-Sentinel2-348160-0471040-358400-0481280\r\n", + " collection: Sentinel2\r\n", + " left: 348160\r\n", + " bottom: 0471040\r\n", + " right: 358400\r\n", + " top: 0481280\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4364_Sentinel2_348160_0471040_358400_0481280_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4364_Sentinel2_348160_0471040_358400_0481280_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4365-Sentinel2-348160-0481280-358400-0491520\r\n", + " collection: Sentinel2\r\n", + " left: 348160\r\n", + " bottom: 0481280\r\n", + " right: 358400\r\n", + " top: 0491520\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4365_Sentinel2_348160_0481280_358400_0491520_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4365_Sentinel2_348160_0481280_358400_0491520_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4366-Sentinel2-348160-0491520-358400-0501760\r\n", + " collection: Sentinel2\r\n", + " left: 348160\r\n", + " bottom: 0491520\r\n", + " right: 358400\r\n", + " top: 0501760\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4366_Sentinel2_348160_0491520_358400_0501760_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4366_Sentinel2_348160_0491520_358400_0501760_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4367-Sentinel2-348160-0501760-358400-0512000\r\n", + " collection: Sentinel2\r\n", + " left: 348160\r\n", + " bottom: 0501760\r\n", + " right: 358400\r\n", + " top: 0512000\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4367_Sentinel2_348160_0501760_358400_0512000_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4367_Sentinel2_348160_0501760_358400_0512000_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4368-Sentinel2-348160-0512000-358400-0522240\r\n", + " collection: Sentinel2\r\n", + " left: 348160\r\n", + " bottom: 0512000\r\n", + " right: 358400\r\n", + " top: 0522240\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4368_Sentinel2_348160_0512000_358400_0522240_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4368_Sentinel2_348160_0512000_358400_0522240_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4369-Sentinel2-348160-0522240-358400-0532480\r\n", + " collection: Sentinel2\r\n", + " left: 348160\r\n", + " bottom: 0522240\r\n", + " right: 358400\r\n", + " top: 0532480\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4369_Sentinel2_348160_0522240_358400_0532480_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4369_Sentinel2_348160_0522240_358400_0532480_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4370-Sentinel2-348160-0532480-358400-0542720\r\n", + " collection: Sentinel2\r\n", + " left: 348160\r\n", + " bottom: 0532480\r\n", + " right: 358400\r\n", + " top: 0542720\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4370_Sentinel2_348160_0532480_358400_0542720_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4370_Sentinel2_348160_0532480_358400_0542720_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4371-Sentinel2-348160-0542720-358400-0552960\r\n", + " collection: Sentinel2\r\n", + " left: 348160\r\n", + " bottom: 0542720\r\n", + " right: 358400\r\n", + " top: 0552960\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4371_Sentinel2_348160_0542720_358400_0552960_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4371_Sentinel2_348160_0542720_358400_0552960_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4372-Sentinel2-348160-0552960-358400-0563200\r\n", + " collection: Sentinel2\r\n", + " left: 348160\r\n", + " bottom: 0552960\r\n", + " right: 358400\r\n", + " top: 0563200\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4372_Sentinel2_348160_0552960_358400_0563200_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4372_Sentinel2_348160_0552960_358400_0563200_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4373-Sentinel2-348160-0563200-358400-0573440\r\n", + " collection: Sentinel2\r\n", + " left: 348160\r\n", + " bottom: 0563200\r\n", + " right: 358400\r\n", + " top: 0573440\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4373_Sentinel2_348160_0563200_358400_0573440_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4373_Sentinel2_348160_0563200_358400_0573440_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4374-Sentinel2-348160-0573440-358400-0583680\r\n", + " collection: Sentinel2\r\n", + " left: 348160\r\n", + " bottom: 0573440\r\n", + " right: 358400\r\n", + " top: 0583680\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4374_Sentinel2_348160_0573440_358400_0583680_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4374_Sentinel2_348160_0573440_358400_0583680_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4375-Sentinel2-348160-0583680-358400-0593920\r\n", + " collection: Sentinel2\r\n", + " left: 348160\r\n", + " bottom: 0583680\r\n", + " right: 358400\r\n", + " top: 0593920\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4375_Sentinel2_348160_0583680_358400_0593920_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4375_Sentinel2_348160_0583680_358400_0593920_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4376-Sentinel2-348160-0593920-358400-0604160\r\n", + " collection: Sentinel2\r\n", + " left: 348160\r\n", + " bottom: 0593920\r\n", + " right: 358400\r\n", + " top: 0604160\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4376_Sentinel2_348160_0593920_358400_0604160_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4376_Sentinel2_348160_0593920_358400_0604160_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4377-Sentinel2-348160-0604160-358400-0614400\r\n", + " collection: Sentinel2\r\n", + " left: 348160\r\n", + " bottom: 0604160\r\n", + " right: 358400\r\n", + " top: 0614400\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4377_Sentinel2_348160_0604160_358400_0614400_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4377_Sentinel2_348160_0604160_358400_0614400_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4378-Sentinel2-348160-0614400-358400-0624640\r\n", + " collection: Sentinel2\r\n", + " left: 348160\r\n", + " bottom: 0614400\r\n", + " right: 358400\r\n", + " top: 0624640\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4378_Sentinel2_348160_0614400_358400_0624640_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4378_Sentinel2_348160_0614400_358400_0624640_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4379-Sentinel2-348160-0624640-358400-0634880\r\n", + " collection: Sentinel2\r\n", + " left: 348160\r\n", + " bottom: 0624640\r\n", + " right: 358400\r\n", + " top: 0634880\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4379_Sentinel2_348160_0624640_358400_0634880_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4379_Sentinel2_348160_0624640_358400_0634880_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4380-Sentinel2-348160-0634880-358400-0645120\r\n", + " collection: Sentinel2\r\n", + " left: 348160\r\n", + " bottom: 0634880\r\n", + " right: 358400\r\n", + " top: 0645120\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4380_Sentinel2_348160_0634880_358400_0645120_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4380_Sentinel2_348160_0634880_358400_0645120_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4381-Sentinel2-348160-0645120-358400-0655360\r\n", + " collection: Sentinel2\r\n", + " left: 348160\r\n", + " bottom: 0645120\r\n", + " right: 358400\r\n", + " top: 0655360\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4381_Sentinel2_348160_0645120_358400_0655360_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4381_Sentinel2_348160_0645120_358400_0655360_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4382-Sentinel2-348160-0655360-358400-0665600\r\n", + " collection: Sentinel2\r\n", + " left: 348160\r\n", + " bottom: 0655360\r\n", + " right: 358400\r\n", + " top: 0665600\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4382_Sentinel2_348160_0655360_358400_0665600_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4382_Sentinel2_348160_0655360_358400_0665600_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4383-Sentinel2-348160-0665600-358400-0675840\r\n", + " collection: Sentinel2\r\n", + " left: 348160\r\n", + " bottom: 0665600\r\n", + " right: 358400\r\n", + " top: 0675840\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4383_Sentinel2_348160_0665600_358400_0675840_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4383_Sentinel2_348160_0665600_358400_0675840_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4384-Sentinel2-348160-0675840-358400-0686080\r\n", + " collection: Sentinel2\r\n", + " left: 348160\r\n", + " bottom: 0675840\r\n", + " right: 358400\r\n", + " top: 0686080\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4384_Sentinel2_348160_0675840_358400_0686080_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4384_Sentinel2_348160_0675840_358400_0686080_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4385-Sentinel2-348160-0686080-358400-0696320\r\n", + " collection: Sentinel2\r\n", + " left: 348160\r\n", + " bottom: 0686080\r\n", + " right: 358400\r\n", + " top: 0696320\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4385_Sentinel2_348160_0686080_358400_0696320_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4385_Sentinel2_348160_0686080_358400_0696320_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\r\n", + " output_location downloads_output/4386-Sentinel2-348160-0696320-358400-0706560\r\n", + " collection: Sentinel2\r\n", + " left: 348160\r\n", + " bottom: 0696320\r\n", + " right: 358400\r\n", + " top: 0706560\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4386_Sentinel2_348160_0696320_358400_0706560_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4386_Sentinel2_348160_0696320_358400_0706560_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4387-Sentinel2-348160-0706560-358400-0716800\r\n", + " collection: Sentinel2\r\n", + " left: 348160\r\n", + " bottom: 0706560\r\n", + " right: 358400\r\n", + " top: 0716800\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4387_Sentinel2_348160_0706560_358400_0716800_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4387_Sentinel2_348160_0706560_358400_0716800_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4388-Sentinel2-348160-0716800-358400-0727040\r\n", + " collection: Sentinel2\r\n", + " left: 348160\r\n", + " bottom: 0716800\r\n", + " right: 358400\r\n", + " top: 0727040\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4388_Sentinel2_348160_0716800_358400_0727040_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4388_Sentinel2_348160_0716800_358400_0727040_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4389-Sentinel2-348160-0727040-358400-0737280\r\n", + " collection: Sentinel2\r\n", + " left: 348160\r\n", + " bottom: 0727040\r\n", + " right: 358400\r\n", + " top: 0737280\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4389_Sentinel2_348160_0727040_358400_0737280_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4389_Sentinel2_348160_0727040_358400_0737280_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4390-Sentinel2-348160-0737280-358400-0747520\r\n", + " collection: Sentinel2\r\n", + " left: 348160\r\n", + " bottom: 0737280\r\n", + " right: 358400\r\n", + " top: 0747520\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4390_Sentinel2_348160_0737280_358400_0747520_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4390_Sentinel2_348160_0737280_358400_0747520_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4391-Sentinel2-348160-0747520-358400-0757760\r\n", + " collection: Sentinel2\r\n", + " left: 348160\r\n", + " bottom: 0747520\r\n", + " right: 358400\r\n", + " top: 0757760\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4391_Sentinel2_348160_0747520_358400_0757760_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4391_Sentinel2_348160_0747520_358400_0757760_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4392-Sentinel2-348160-0757760-358400-0768000\r\n", + " collection: Sentinel2\r\n", + " left: 348160\r\n", + " bottom: 0757760\r\n", + " right: 358400\r\n", + " top: 0768000\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4392_Sentinel2_348160_0757760_358400_0768000_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4392_Sentinel2_348160_0757760_358400_0768000_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4393-Sentinel2-348160-0768000-358400-0778240\r\n", + " collection: Sentinel2\r\n", + " left: 348160\r\n", + " bottom: 0768000\r\n", + " right: 358400\r\n", + " top: 0778240\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4393_Sentinel2_348160_0768000_358400_0778240_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4393_Sentinel2_348160_0768000_358400_0778240_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4394-Sentinel2-348160-0778240-358400-0788480\r\n", + " collection: Sentinel2\r\n", + " left: 348160\r\n", + " bottom: 0778240\r\n", + " right: 358400\r\n", + " top: 0788480\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4394_Sentinel2_348160_0778240_358400_0788480_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4394_Sentinel2_348160_0778240_358400_0788480_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4395-Sentinel2-348160-0788480-358400-0798720\r\n", + " collection: Sentinel2\r\n", + " left: 348160\r\n", + " bottom: 0788480\r\n", + " right: 358400\r\n", + " top: 0798720\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4395_Sentinel2_348160_0788480_358400_0798720_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4395_Sentinel2_348160_0788480_358400_0798720_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4396-Sentinel2-348160-0798720-358400-0808960\r\n", + " collection: Sentinel2\r\n", + " left: 348160\r\n", + " bottom: 0798720\r\n", + " right: 358400\r\n", + " top: 0808960\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4396_Sentinel2_348160_0798720_358400_0808960_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4396_Sentinel2_348160_0798720_358400_0808960_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4397-Sentinel2-348160-0808960-358400-0819200\r\n", + " collection: Sentinel2\r\n", + " left: 348160\r\n", + " bottom: 0808960\r\n", + " right: 358400\r\n", + " top: 0819200\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4397_Sentinel2_348160_0808960_358400_0819200_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4397_Sentinel2_348160_0808960_358400_0819200_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4398-Sentinel2-348160-0819200-358400-0829440\r\n", + " collection: Sentinel2\r\n", + " left: 348160\r\n", + " bottom: 0819200\r\n", + " right: 358400\r\n", + " top: 0829440\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4398_Sentinel2_348160_0819200_358400_0829440_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4398_Sentinel2_348160_0819200_358400_0829440_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4399-Sentinel2-348160-0829440-358400-0839680\r\n", + " collection: Sentinel2\r\n", + " left: 348160\r\n", + " bottom: 0829440\r\n", + " right: 358400\r\n", + " top: 0839680\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4399_Sentinel2_348160_0829440_358400_0839680_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4399_Sentinel2_348160_0829440_358400_0839680_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4400-Sentinel2-348160-0839680-358400-0849920\r\n", + " collection: Sentinel2\r\n", + " left: 348160\r\n", + " bottom: 0839680\r\n", + " right: 358400\r\n", + " top: 0849920\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4400_Sentinel2_348160_0839680_358400_0849920_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4400_Sentinel2_348160_0839680_358400_0849920_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4401-Sentinel2-348160-0849920-358400-0860160\r\n", + " collection: Sentinel2\r\n", + " left: 348160\r\n", + " bottom: 0849920\r\n", + " right: 358400\r\n", + " top: 0860160\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4401_Sentinel2_348160_0849920_358400_0860160_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4401_Sentinel2_348160_0849920_358400_0860160_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4402-Sentinel2-348160-0860160-358400-0870400\r\n", + " collection: Sentinel2\r\n", + " left: 348160\r\n", + " bottom: 0860160\r\n", + " right: 358400\r\n", + " top: 0870400\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4402_Sentinel2_348160_0860160_358400_0870400_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4402_Sentinel2_348160_0860160_358400_0870400_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4414-Sentinel2-348160-0983040-358400-0993280\r\n", + " collection: Sentinel2\r\n", + " left: 348160\r\n", + " bottom: 0983040\r\n", + " right: 358400\r\n", + " top: 0993280\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4414_Sentinel2_348160_0983040_358400_0993280_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4414_Sentinel2_348160_0983040_358400_0993280_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4415-Sentinel2-348160-0993280-358400-1003520\r\n", + " collection: Sentinel2\r\n", + " left: 348160\r\n", + " bottom: 0993280\r\n", + " right: 358400\r\n", + " top: 1003520\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4415_Sentinel2_348160_0993280_358400_1003520_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4415_Sentinel2_348160_0993280_358400_1003520_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4416-Sentinel2-348160-1003520-358400-1013760\r\n", + " collection: Sentinel2\r\n", + " left: 348160\r\n", + " bottom: 1003520\r\n", + " right: 358400\r\n", + " top: 1013760\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4416_Sentinel2_348160_1003520_358400_1013760_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4416_Sentinel2_348160_1003520_358400_1013760_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4417-Sentinel2-348160-1013760-358400-1024000\r\n", + " collection: Sentinel2\r\n", + " left: 348160\r\n", + " bottom: 1013760\r\n", + " right: 358400\r\n", + " top: 1024000\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4417_Sentinel2_348160_1013760_358400_1024000_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4417_Sentinel2_348160_1013760_358400_1024000_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4418-Sentinel2-348160-1024000-358400-1034240\r\n", + " collection: Sentinel2\r\n", + " left: 348160\r\n", + " bottom: 1024000\r\n", + " right: 358400\r\n", + " top: 1034240\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4418_Sentinel2_348160_1024000_358400_1034240_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4418_Sentinel2_348160_1024000_358400_1034240_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4419-Sentinel2-348160-1034240-358400-1044480\r\n", + " collection: Sentinel2\r\n", + " left: 348160\r\n", + " bottom: 1034240\r\n", + " right: 358400\r\n", + " top: 1044480\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4419_Sentinel2_348160_1034240_358400_1044480_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4419_Sentinel2_348160_1034240_358400_1044480_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4420-Sentinel2-348160-1044480-358400-1054720\r\n", + " collection: Sentinel2\r\n", + " left: 348160\r\n", + " bottom: 1044480\r\n", + " right: 358400\r\n", + " top: 1054720\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4420_Sentinel2_348160_1044480_358400_1054720_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4420_Sentinel2_348160_1044480_358400_1054720_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4421-Sentinel2-348160-1054720-358400-1064960\r\n", + " collection: Sentinel2\r\n", + " left: 348160\r\n", + " bottom: 1054720\r\n", + " right: 358400\r\n", + " top: 1064960\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4421_Sentinel2_348160_1054720_358400_1064960_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4421_Sentinel2_348160_1054720_358400_1064960_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4451-Sentinel2-358400-0061440-368640-0071680\r\n", + " collection: Sentinel2\r\n", + " left: 358400\r\n", + " bottom: 0061440\r\n", + " right: 368640\r\n", + " top: 0071680\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4451_Sentinel2_358400_0061440_368640_0071680_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4451_Sentinel2_358400_0061440_368640_0071680_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4452-Sentinel2-358400-0071680-368640-0081920\r\n", + " collection: Sentinel2\r\n", + " left: 358400\r\n", + " bottom: 0071680\r\n", + " right: 368640\r\n", + " top: 0081920\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4452_Sentinel2_358400_0071680_368640_0081920_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4452_Sentinel2_358400_0071680_368640_0081920_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4453-Sentinel2-358400-0081920-368640-0092160\r\n", + " collection: Sentinel2\r\n", + " left: 358400\r\n", + " bottom: 0081920\r\n", + " right: 368640\r\n", + " top: 0092160\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4453_Sentinel2_358400_0081920_368640_0092160_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4453_Sentinel2_358400_0081920_368640_0092160_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4454-Sentinel2-358400-0092160-368640-0102400\r\n", + " collection: Sentinel2\r\n", + " left: 358400\r\n", + " bottom: 0092160\r\n", + " right: 368640\r\n", + " top: 0102400\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4454_Sentinel2_358400_0092160_368640_0102400_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4454_Sentinel2_358400_0092160_368640_0102400_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4455-Sentinel2-358400-0102400-368640-0112640\r\n", + " collection: Sentinel2\r\n", + " left: 358400\r\n", + " bottom: 0102400\r\n", + " right: 368640\r\n", + " top: 0112640\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4455_Sentinel2_358400_0102400_368640_0112640_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4455_Sentinel2_358400_0102400_368640_0112640_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4456-Sentinel2-358400-0112640-368640-0122880\r\n", + " collection: Sentinel2\r\n", + " left: 358400\r\n", + " bottom: 0112640\r\n", + " right: 368640\r\n", + " top: 0122880\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4456_Sentinel2_358400_0112640_368640_0122880_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4456_Sentinel2_358400_0112640_368640_0122880_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4457-Sentinel2-358400-0122880-368640-0133120\r\n", + " collection: Sentinel2\r\n", + " left: 358400\r\n", + " bottom: 0122880\r\n", + " right: 368640\r\n", + " top: 0133120\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4457_Sentinel2_358400_0122880_368640_0133120_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4457_Sentinel2_358400_0122880_368640_0133120_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4458-Sentinel2-358400-0133120-368640-0143360\r\n", + " collection: Sentinel2\r\n", + " left: 358400\r\n", + " bottom: 0133120\r\n", + " right: 368640\r\n", + " top: 0143360\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4458_Sentinel2_358400_0133120_368640_0143360_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4458_Sentinel2_358400_0133120_368640_0143360_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4459-Sentinel2-358400-0143360-368640-0153600\r\n", + " collection: Sentinel2\r\n", + " left: 358400\r\n", + " bottom: 0143360\r\n", + " right: 368640\r\n", + " top: 0153600\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4459_Sentinel2_358400_0143360_368640_0153600_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4459_Sentinel2_358400_0143360_368640_0153600_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4460-Sentinel2-358400-0153600-368640-0163840\r\n", + " collection: Sentinel2\r\n", + " left: 358400\r\n", + " bottom: 0153600\r\n", + " right: 368640\r\n", + " top: 0163840\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4460_Sentinel2_358400_0153600_368640_0163840_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4460_Sentinel2_358400_0153600_368640_0163840_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4461-Sentinel2-358400-0163840-368640-0174080\r\n", + " collection: Sentinel2\r\n", + " left: 358400\r\n", + " bottom: 0163840\r\n", + " right: 368640\r\n", + " top: 0174080\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4461_Sentinel2_358400_0163840_368640_0174080_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4461_Sentinel2_358400_0163840_368640_0174080_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4462-Sentinel2-358400-0174080-368640-0184320\r\n", + " collection: Sentinel2\r\n", + " left: 358400\r\n", + " bottom: 0174080\r\n", + " right: 368640\r\n", + " top: 0184320\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4462_Sentinel2_358400_0174080_368640_0184320_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4462_Sentinel2_358400_0174080_368640_0184320_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4463-Sentinel2-358400-0184320-368640-0194560\r\n", + " collection: Sentinel2\r\n", + " left: 358400\r\n", + " bottom: 0184320\r\n", + " right: 368640\r\n", + " top: 0194560\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4463_Sentinel2_358400_0184320_368640_0194560_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4463_Sentinel2_358400_0184320_368640_0194560_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4464-Sentinel2-358400-0194560-368640-0204800\r\n", + " collection: Sentinel2\r\n", + " left: 358400\r\n", + " bottom: 0194560\r\n", + " right: 368640\r\n", + " top: 0204800\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4464_Sentinel2_358400_0194560_368640_0204800_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4464_Sentinel2_358400_0194560_368640_0204800_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4465-Sentinel2-358400-0204800-368640-0215040\r\n", + " collection: Sentinel2\r\n", + " left: 358400\r\n", + " bottom: 0204800\r\n", + " right: 368640\r\n", + " top: 0215040\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4465_Sentinel2_358400_0204800_368640_0215040_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4465_Sentinel2_358400_0204800_368640_0215040_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4466-Sentinel2-358400-0215040-368640-0225280\r\n", + " collection: Sentinel2\r\n", + " left: 358400\r\n", + " bottom: 0215040\r\n", + " right: 368640\r\n", + " top: 0225280\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4466_Sentinel2_358400_0215040_368640_0225280_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4466_Sentinel2_358400_0215040_368640_0225280_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4467-Sentinel2-358400-0225280-368640-0235520\r\n", + " collection: Sentinel2\r\n", + " left: 358400\r\n", + " bottom: 0225280\r\n", + " right: 368640\r\n", + " top: 0235520\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4467_Sentinel2_358400_0225280_368640_0235520_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4467_Sentinel2_358400_0225280_368640_0235520_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4468-Sentinel2-358400-0235520-368640-0245760\r\n", + " collection: Sentinel2\r\n", + " left: 358400\r\n", + " bottom: 0235520\r\n", + " right: 368640\r\n", + " top: 0245760\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4468_Sentinel2_358400_0235520_368640_0245760_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4468_Sentinel2_358400_0235520_368640_0245760_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4469-Sentinel2-358400-0245760-368640-0256000\r\n", + " collection: Sentinel2\r\n", + " left: 358400\r\n", + " bottom: 0245760\r\n", + " right: 368640\r\n", + " top: 0256000\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4469_Sentinel2_358400_0245760_368640_0256000_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4469_Sentinel2_358400_0245760_368640_0256000_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4470-Sentinel2-358400-0256000-368640-0266240\r\n", + " collection: Sentinel2\r\n", + " left: 358400\r\n", + " bottom: 0256000\r\n", + " right: 368640\r\n", + " top: 0266240\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4470_Sentinel2_358400_0256000_368640_0266240_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4470_Sentinel2_358400_0256000_368640_0266240_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4471-Sentinel2-358400-0266240-368640-0276480\r\n", + " collection: Sentinel2\r\n", + " left: 358400\r\n", + " bottom: 0266240\r\n", + " right: 368640\r\n", + " top: 0276480\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4471_Sentinel2_358400_0266240_368640_0276480_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4471_Sentinel2_358400_0266240_368640_0276480_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4472-Sentinel2-358400-0276480-368640-0286720\r\n", + " collection: Sentinel2\r\n", + " left: 358400\r\n", + " bottom: 0276480\r\n", + " right: 368640\r\n", + " top: 0286720\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4472_Sentinel2_358400_0276480_368640_0286720_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4472_Sentinel2_358400_0276480_368640_0286720_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4473-Sentinel2-358400-0286720-368640-0296960\r\n", + " collection: Sentinel2\r\n", + " left: 358400\r\n", + " bottom: 0286720\r\n", + " right: 368640\r\n", + " top: 0296960\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4473_Sentinel2_358400_0286720_368640_0296960_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4473_Sentinel2_358400_0286720_368640_0296960_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4474-Sentinel2-358400-0296960-368640-0307200\r\n", + " collection: Sentinel2\r\n", + " left: 358400\r\n", + " bottom: 0296960\r\n", + " right: 368640\r\n", + " top: 0307200\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4474_Sentinel2_358400_0296960_368640_0307200_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4474_Sentinel2_358400_0296960_368640_0307200_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4475-Sentinel2-358400-0307200-368640-0317440\r\n", + " collection: Sentinel2\r\n", + " left: 358400\r\n", + " bottom: 0307200\r\n", + " right: 368640\r\n", + " top: 0317440\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4475_Sentinel2_358400_0307200_368640_0317440_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4475_Sentinel2_358400_0307200_368640_0317440_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4476-Sentinel2-358400-0317440-368640-0327680\r\n", + " collection: Sentinel2\r\n", + " left: 358400\r\n", + " bottom: 0317440\r\n", + " right: 368640\r\n", + " top: 0327680\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4476_Sentinel2_358400_0317440_368640_0327680_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4476_Sentinel2_358400_0317440_368640_0327680_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4477-Sentinel2-358400-0327680-368640-0337920\r\n", + " collection: Sentinel2\r\n", + " left: 358400\r\n", + " bottom: 0327680\r\n", + " right: 368640\r\n", + " top: 0337920\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4477_Sentinel2_358400_0327680_368640_0337920_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4477_Sentinel2_358400_0327680_368640_0337920_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4478-Sentinel2-358400-0337920-368640-0348160\r\n", + " collection: Sentinel2\r\n", + " left: 358400\r\n", + " bottom: 0337920\r\n", + " right: 368640\r\n", + " top: 0348160\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4478_Sentinel2_358400_0337920_368640_0348160_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4478_Sentinel2_358400_0337920_368640_0348160_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4479-Sentinel2-358400-0348160-368640-0358400\r\n", + " collection: Sentinel2\r\n", + " left: 358400\r\n", + " bottom: 0348160\r\n", + " right: 368640\r\n", + " top: 0358400\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4479_Sentinel2_358400_0348160_368640_0358400_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4479_Sentinel2_358400_0348160_368640_0358400_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4480-Sentinel2-358400-0358400-368640-0368640\r\n", + " collection: Sentinel2\r\n", + " left: 358400\r\n", + " bottom: 0358400\r\n", + " right: 368640\r\n", + " top: 0368640\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4480_Sentinel2_358400_0358400_368640_0368640_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4480_Sentinel2_358400_0358400_368640_0368640_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4481-Sentinel2-358400-0368640-368640-0378880\r\n", + " collection: Sentinel2\r\n", + " left: 358400\r\n", + " bottom: 0368640\r\n", + " right: 368640\r\n", + " top: 0378880\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4481_Sentinel2_358400_0368640_368640_0378880_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4481_Sentinel2_358400_0368640_368640_0378880_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4482-Sentinel2-358400-0378880-368640-0389120\r\n", + " collection: Sentinel2\r\n", + " left: 358400\r\n", + " bottom: 0378880\r\n", + " right: 368640\r\n", + " top: 0389120\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4482_Sentinel2_358400_0378880_368640_0389120_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4482_Sentinel2_358400_0378880_368640_0389120_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4483-Sentinel2-358400-0389120-368640-0399360\r\n", + " collection: Sentinel2\r\n", + " left: 358400\r\n", + " bottom: 0389120\r\n", + " right: 368640\r\n", + " top: 0399360\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4483_Sentinel2_358400_0389120_368640_0399360_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4483_Sentinel2_358400_0389120_368640_0399360_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4484-Sentinel2-358400-0399360-368640-0409600\r\n", + " collection: Sentinel2\r\n", + " left: 358400\r\n", + " bottom: 0399360\r\n", + " right: 368640\r\n", + " top: 0409600\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4484_Sentinel2_358400_0399360_368640_0409600_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4484_Sentinel2_358400_0399360_368640_0409600_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4485-Sentinel2-358400-0409600-368640-0419840\r\n", + " collection: Sentinel2\r\n", + " left: 358400\r\n", + " bottom: 0409600\r\n", + " right: 368640\r\n", + " top: 0419840\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4485_Sentinel2_358400_0409600_368640_0419840_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4485_Sentinel2_358400_0409600_368640_0419840_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4486-Sentinel2-358400-0419840-368640-0430080\r\n", + " collection: Sentinel2\r\n", + " left: 358400\r\n", + " bottom: 0419840\r\n", + " right: 368640\r\n", + " top: 0430080\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4486_Sentinel2_358400_0419840_368640_0430080_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4486_Sentinel2_358400_0419840_368640_0430080_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4487-Sentinel2-358400-0430080-368640-0440320\r\n", + " collection: Sentinel2\r\n", + " left: 358400\r\n", + " bottom: 0430080\r\n", + " right: 368640\r\n", + " top: 0440320\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4487_Sentinel2_358400_0430080_368640_0440320_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4487_Sentinel2_358400_0430080_368640_0440320_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4488-Sentinel2-358400-0440320-368640-0450560\r\n", + " collection: Sentinel2\r\n", + " left: 358400\r\n", + " bottom: 0440320\r\n", + " right: 368640\r\n", + " top: 0450560\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4488_Sentinel2_358400_0440320_368640_0450560_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4488_Sentinel2_358400_0440320_368640_0450560_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4489-Sentinel2-358400-0450560-368640-0460800\r\n", + " collection: Sentinel2\r\n", + " left: 358400\r\n", + " bottom: 0450560\r\n", + " right: 368640\r\n", + " top: 0460800\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4489_Sentinel2_358400_0450560_368640_0460800_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4489_Sentinel2_358400_0450560_368640_0460800_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4490-Sentinel2-358400-0460800-368640-0471040\r\n", + " collection: Sentinel2\r\n", + " left: 358400\r\n", + " bottom: 0460800\r\n", + " right: 368640\r\n", + " top: 0471040\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4490_Sentinel2_358400_0460800_368640_0471040_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4490_Sentinel2_358400_0460800_368640_0471040_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4491-Sentinel2-358400-0471040-368640-0481280\r\n", + " collection: Sentinel2\r\n", + " left: 358400\r\n", + " bottom: 0471040\r\n", + " right: 368640\r\n", + " top: 0481280\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4491_Sentinel2_358400_0471040_368640_0481280_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4491_Sentinel2_358400_0471040_368640_0481280_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4492-Sentinel2-358400-0481280-368640-0491520\r\n", + " collection: Sentinel2\r\n", + " left: 358400\r\n", + " bottom: 0481280\r\n", + " right: 368640\r\n", + " top: 0491520\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4492_Sentinel2_358400_0481280_368640_0491520_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4492_Sentinel2_358400_0481280_368640_0491520_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4493-Sentinel2-358400-0491520-368640-0501760\r\n", + " collection: Sentinel2\r\n", + " left: 358400\r\n", + " bottom: 0491520\r\n", + " right: 368640\r\n", + " top: 0501760\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4493_Sentinel2_358400_0491520_368640_0501760_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4493_Sentinel2_358400_0491520_368640_0501760_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4494-Sentinel2-358400-0501760-368640-0512000\r\n", + " collection: Sentinel2\r\n", + " left: 358400\r\n", + " bottom: 0501760\r\n", + " right: 368640\r\n", + " top: 0512000\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4494_Sentinel2_358400_0501760_368640_0512000_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4494_Sentinel2_358400_0501760_368640_0512000_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4495-Sentinel2-358400-0512000-368640-0522240\r\n", + " collection: Sentinel2\r\n", + " left: 358400\r\n", + " bottom: 0512000\r\n", + " right: 368640\r\n", + " top: 0522240\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4495_Sentinel2_358400_0512000_368640_0522240_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4495_Sentinel2_358400_0512000_368640_0522240_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4496-Sentinel2-358400-0522240-368640-0532480\r\n", + " collection: Sentinel2\r\n", + " left: 358400\r\n", + " bottom: 0522240\r\n", + " right: 368640\r\n", + " top: 0532480\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4496_Sentinel2_358400_0522240_368640_0532480_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4496_Sentinel2_358400_0522240_368640_0532480_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4497-Sentinel2-358400-0532480-368640-0542720\r\n", + " collection: Sentinel2\r\n", + " left: 358400\r\n", + " bottom: 0532480\r\n", + " right: 368640\r\n", + " top: 0542720\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4497_Sentinel2_358400_0532480_368640_0542720_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4497_Sentinel2_358400_0532480_368640_0542720_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4498-Sentinel2-358400-0542720-368640-0552960\r\n", + " collection: Sentinel2\r\n", + " left: 358400\r\n", + " bottom: 0542720\r\n", + " right: 368640\r\n", + " top: 0552960\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4498_Sentinel2_358400_0542720_368640_0552960_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4498_Sentinel2_358400_0542720_368640_0552960_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4499-Sentinel2-358400-0552960-368640-0563200\r\n", + " collection: Sentinel2\r\n", + " left: 358400\r\n", + " bottom: 0552960\r\n", + " right: 368640\r\n", + " top: 0563200\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4499_Sentinel2_358400_0552960_368640_0563200_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4499_Sentinel2_358400_0552960_368640_0563200_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4500-Sentinel2-358400-0563200-368640-0573440\r\n", + " collection: Sentinel2\r\n", + " left: 358400\r\n", + " bottom: 0563200\r\n", + " right: 368640\r\n", + " top: 0573440\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4500_Sentinel2_358400_0563200_368640_0573440_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4500_Sentinel2_358400_0563200_368640_0573440_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4501-Sentinel2-358400-0573440-368640-0583680\r\n", + " collection: Sentinel2\r\n", + " left: 358400\r\n", + " bottom: 0573440\r\n", + " right: 368640\r\n", + " top: 0583680\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4501_Sentinel2_358400_0573440_368640_0583680_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4501_Sentinel2_358400_0573440_368640_0583680_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4502-Sentinel2-358400-0583680-368640-0593920\r\n", + " collection: Sentinel2\r\n", + " left: 358400\r\n", + " bottom: 0583680\r\n", + " right: 368640\r\n", + " top: 0593920\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4502_Sentinel2_358400_0583680_368640_0593920_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4502_Sentinel2_358400_0583680_368640_0593920_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4503-Sentinel2-358400-0593920-368640-0604160\r\n", + " collection: Sentinel2\r\n", + " left: 358400\r\n", + " bottom: 0593920\r\n", + " right: 368640\r\n", + " top: 0604160\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4503_Sentinel2_358400_0593920_368640_0604160_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4503_Sentinel2_358400_0593920_368640_0604160_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4504-Sentinel2-358400-0604160-368640-0614400\r\n", + " collection: Sentinel2\r\n", + " left: 358400\r\n", + " bottom: 0604160\r\n", + " right: 368640\r\n", + " top: 0614400\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4504_Sentinel2_358400_0604160_368640_0614400_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4504_Sentinel2_358400_0604160_368640_0614400_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4505-Sentinel2-358400-0614400-368640-0624640\r\n", + " collection: Sentinel2\r\n", + " left: 358400\r\n", + " bottom: 0614400\r\n", + " right: 368640\r\n", + " top: 0624640\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4505_Sentinel2_358400_0614400_368640_0624640_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4505_Sentinel2_358400_0614400_368640_0624640_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4506-Sentinel2-358400-0624640-368640-0634880\r\n", + " collection: Sentinel2\r\n", + " left: 358400\r\n", + " bottom: 0624640\r\n", + " right: 368640\r\n", + " top: 0634880\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4506_Sentinel2_358400_0624640_368640_0634880_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4506_Sentinel2_358400_0624640_368640_0634880_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4507-Sentinel2-358400-0634880-368640-0645120\r\n", + " collection: Sentinel2\r\n", + " left: 358400\r\n", + " bottom: 0634880\r\n", + " right: 368640\r\n", + " top: 0645120\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4507_Sentinel2_358400_0634880_368640_0645120_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4507_Sentinel2_358400_0634880_368640_0645120_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4508-Sentinel2-358400-0645120-368640-0655360\r\n", + " collection: Sentinel2\r\n", + " left: 358400\r\n", + " bottom: 0645120\r\n", + " right: 368640\r\n", + " top: 0655360\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4508_Sentinel2_358400_0645120_368640_0655360_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4508_Sentinel2_358400_0645120_368640_0655360_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4509-Sentinel2-358400-0655360-368640-0665600\r\n", + " collection: Sentinel2\r\n", + " left: 358400\r\n", + " bottom: 0655360\r\n", + " right: 368640\r\n", + " top: 0665600\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4509_Sentinel2_358400_0655360_368640_0665600_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4509_Sentinel2_358400_0655360_368640_0665600_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4510-Sentinel2-358400-0665600-368640-0675840\r\n", + " collection: Sentinel2\r\n", + " left: 358400\r\n", + " bottom: 0665600\r\n", + " right: 368640\r\n", + " top: 0675840\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4510_Sentinel2_358400_0665600_368640_0675840_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4510_Sentinel2_358400_0665600_368640_0675840_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4511-Sentinel2-358400-0675840-368640-0686080\r\n", + " collection: Sentinel2\r\n", + " left: 358400\r\n", + " bottom: 0675840\r\n", + " right: 368640\r\n", + " top: 0686080\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4511_Sentinel2_358400_0675840_368640_0686080_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4511_Sentinel2_358400_0675840_368640_0686080_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4512-Sentinel2-358400-0686080-368640-0696320\r\n", + " collection: Sentinel2\r\n", + " left: 358400\r\n", + " bottom: 0686080\r\n", + " right: 368640\r\n", + " top: 0696320\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4512_Sentinel2_358400_0686080_368640_0696320_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4512_Sentinel2_358400_0686080_368640_0696320_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4513-Sentinel2-358400-0696320-368640-0706560\r\n", + " collection: Sentinel2\r\n", + " left: 358400\r\n", + " bottom: 0696320\r\n", + " right: 368640\r\n", + " top: 0706560\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4513_Sentinel2_358400_0696320_368640_0706560_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4513_Sentinel2_358400_0696320_368640_0706560_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4514-Sentinel2-358400-0706560-368640-0716800\r\n", + " collection: Sentinel2\r\n", + " left: 358400\r\n", + " bottom: 0706560\r\n", + " right: 368640\r\n", + " top: 0716800\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4514_Sentinel2_358400_0706560_368640_0716800_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4514_Sentinel2_358400_0706560_368640_0716800_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4516-Sentinel2-358400-0727040-368640-0737280\r\n", + " collection: Sentinel2\r\n", + " left: 358400\r\n", + " bottom: 0727040\r\n", + " right: 368640\r\n", + " top: 0737280\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4516_Sentinel2_358400_0727040_368640_0737280_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4516_Sentinel2_358400_0727040_368640_0737280_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4517-Sentinel2-358400-0737280-368640-0747520\r\n", + " collection: Sentinel2\r\n", + " left: 358400\r\n", + " bottom: 0737280\r\n", + " right: 368640\r\n", + " top: 0747520\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4517_Sentinel2_358400_0737280_368640_0747520_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4517_Sentinel2_358400_0737280_368640_0747520_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4518-Sentinel2-358400-0747520-368640-0757760\r\n", + " collection: Sentinel2\r\n", + " left: 358400\r\n", + " bottom: 0747520\r\n", + " right: 368640\r\n", + " top: 0757760\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4518_Sentinel2_358400_0747520_368640_0757760_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4518_Sentinel2_358400_0747520_368640_0757760_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4519-Sentinel2-358400-0757760-368640-0768000\r\n", + " collection: Sentinel2\r\n", + " left: 358400\r\n", + " bottom: 0757760\r\n", + " right: 368640\r\n", + " top: 0768000\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4519_Sentinel2_358400_0757760_368640_0768000_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4519_Sentinel2_358400_0757760_368640_0768000_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4520-Sentinel2-358400-0768000-368640-0778240\r\n", + " collection: Sentinel2\r\n", + " left: 358400\r\n", + " bottom: 0768000\r\n", + " right: 368640\r\n", + " top: 0778240\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4520_Sentinel2_358400_0768000_368640_0778240_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4520_Sentinel2_358400_0768000_368640_0778240_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4521-Sentinel2-358400-0778240-368640-0788480\r\n", + " collection: Sentinel2\r\n", + " left: 358400\r\n", + " bottom: 0778240\r\n", + " right: 368640\r\n", + " top: 0788480\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4521_Sentinel2_358400_0778240_368640_0788480_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4521_Sentinel2_358400_0778240_368640_0788480_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4522-Sentinel2-358400-0788480-368640-0798720\r\n", + " collection: Sentinel2\r\n", + " left: 358400\r\n", + " bottom: 0788480\r\n", + " right: 368640\r\n", + " top: 0798720\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4522_Sentinel2_358400_0788480_368640_0798720_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4522_Sentinel2_358400_0788480_368640_0798720_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4523-Sentinel2-358400-0798720-368640-0808960\r\n", + " collection: Sentinel2\r\n", + " left: 358400\r\n", + " bottom: 0798720\r\n", + " right: 368640\r\n", + " top: 0808960\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4523_Sentinel2_358400_0798720_368640_0808960_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4523_Sentinel2_358400_0798720_368640_0808960_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4524-Sentinel2-358400-0808960-368640-0819200\r\n", + " collection: Sentinel2\r\n", + " left: 358400\r\n", + " bottom: 0808960\r\n", + " right: 368640\r\n", + " top: 0819200\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4524_Sentinel2_358400_0808960_368640_0819200_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4524_Sentinel2_358400_0808960_368640_0819200_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4525-Sentinel2-358400-0819200-368640-0829440\r\n", + " collection: Sentinel2\r\n", + " left: 358400\r\n", + " bottom: 0819200\r\n", + " right: 368640\r\n", + " top: 0829440\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4525_Sentinel2_358400_0819200_368640_0829440_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4525_Sentinel2_358400_0819200_368640_0829440_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4526-Sentinel2-358400-0829440-368640-0839680\r\n", + " collection: Sentinel2\r\n", + " left: 358400\r\n", + " bottom: 0829440\r\n", + " right: 368640\r\n", + " top: 0839680\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4526_Sentinel2_358400_0829440_368640_0839680_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4526_Sentinel2_358400_0829440_368640_0839680_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4527-Sentinel2-358400-0839680-368640-0849920\r\n", + " collection: Sentinel2\r\n", + " left: 358400\r\n", + " bottom: 0839680\r\n", + " right: 368640\r\n", + " top: 0849920\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4527_Sentinel2_358400_0839680_368640_0849920_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4527_Sentinel2_358400_0839680_368640_0849920_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4528-Sentinel2-358400-0849920-368640-0860160\r\n", + " collection: Sentinel2\r\n", + " left: 358400\r\n", + " bottom: 0849920\r\n", + " right: 368640\r\n", + " top: 0860160\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4528_Sentinel2_358400_0849920_368640_0860160_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4528_Sentinel2_358400_0849920_368640_0860160_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4529-Sentinel2-358400-0860160-368640-0870400\r\n", + " collection: Sentinel2\r\n", + " left: 358400\r\n", + " bottom: 0860160\r\n", + " right: 368640\r\n", + " top: 0870400\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4529_Sentinel2_358400_0860160_368640_0870400_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4529_Sentinel2_358400_0860160_368640_0870400_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4542-Sentinel2-358400-0993280-368640-1003520\r\n", + " collection: Sentinel2\r\n", + " left: 358400\r\n", + " bottom: 0993280\r\n", + " right: 368640\r\n", + " top: 1003520\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4542_Sentinel2_358400_0993280_368640_1003520_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4542_Sentinel2_358400_0993280_368640_1003520_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4543-Sentinel2-358400-1003520-368640-1013760\r\n", + " collection: Sentinel2\r\n", + " left: 358400\r\n", + " bottom: 1003520\r\n", + " right: 368640\r\n", + " top: 1013760\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4543_Sentinel2_358400_1003520_368640_1013760_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4543_Sentinel2_358400_1003520_368640_1013760_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4544-Sentinel2-358400-1013760-368640-1024000\r\n", + " collection: Sentinel2\r\n", + " left: 358400\r\n", + " bottom: 1013760\r\n", + " right: 368640\r\n", + " top: 1024000\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4544_Sentinel2_358400_1013760_368640_1024000_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4544_Sentinel2_358400_1013760_368640_1024000_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4545-Sentinel2-358400-1024000-368640-1034240\r\n", + " collection: Sentinel2\r\n", + " left: 358400\r\n", + " bottom: 1024000\r\n", + " right: 368640\r\n", + " top: 1034240\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4545_Sentinel2_358400_1024000_368640_1034240_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4545_Sentinel2_358400_1024000_368640_1034240_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4546-Sentinel2-358400-1034240-368640-1044480\r\n", + " collection: Sentinel2\r\n", + " left: 358400\r\n", + " bottom: 1034240\r\n", + " right: 368640\r\n", + " top: 1044480\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4546_Sentinel2_358400_1034240_368640_1044480_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4546_Sentinel2_358400_1034240_368640_1044480_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4547-Sentinel2-358400-1044480-368640-1054720\r\n", + " collection: Sentinel2\r\n", + " left: 358400\r\n", + " bottom: 1044480\r\n", + " right: 368640\r\n", + " top: 1054720\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4547_Sentinel2_358400_1044480_368640_1054720_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4547_Sentinel2_358400_1044480_368640_1054720_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4578-Sentinel2-368640-0061440-378880-0071680\r\n", + " collection: Sentinel2\r\n", + " left: 368640\r\n", + " bottom: 0061440\r\n", + " right: 378880\r\n", + " top: 0071680\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4578_Sentinel2_368640_0061440_378880_0071680_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4578_Sentinel2_368640_0061440_378880_0071680_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4579-Sentinel2-368640-0071680-378880-0081920\r\n", + " collection: Sentinel2\r\n", + " left: 368640\r\n", + " bottom: 0071680\r\n", + " right: 378880\r\n", + " top: 0081920\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4579_Sentinel2_368640_0071680_378880_0081920_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4579_Sentinel2_368640_0071680_378880_0081920_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4580-Sentinel2-368640-0081920-378880-0092160\r\n", + " collection: Sentinel2\r\n", + " left: 368640\r\n", + " bottom: 0081920\r\n", + " right: 378880\r\n", + " top: 0092160\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4580_Sentinel2_368640_0081920_378880_0092160_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4580_Sentinel2_368640_0081920_378880_0092160_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4581-Sentinel2-368640-0092160-378880-0102400\r\n", + " collection: Sentinel2\r\n", + " left: 368640\r\n", + " bottom: 0092160\r\n", + " right: 378880\r\n", + " top: 0102400\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4581_Sentinel2_368640_0092160_378880_0102400_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4581_Sentinel2_368640_0092160_378880_0102400_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4582-Sentinel2-368640-0102400-378880-0112640\r\n", + " collection: Sentinel2\r\n", + " left: 368640\r\n", + " bottom: 0102400\r\n", + " right: 378880\r\n", + " top: 0112640\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4582_Sentinel2_368640_0102400_378880_0112640_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4582_Sentinel2_368640_0102400_378880_0112640_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4583-Sentinel2-368640-0112640-378880-0122880\r\n", + " collection: Sentinel2\r\n", + " left: 368640\r\n", + " bottom: 0112640\r\n", + " right: 378880\r\n", + " top: 0122880\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4583_Sentinel2_368640_0112640_378880_0122880_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4583_Sentinel2_368640_0112640_378880_0122880_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4584-Sentinel2-368640-0122880-378880-0133120\r\n", + " collection: Sentinel2\r\n", + " left: 368640\r\n", + " bottom: 0122880\r\n", + " right: 378880\r\n", + " top: 0133120\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4584_Sentinel2_368640_0122880_378880_0133120_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4584_Sentinel2_368640_0122880_378880_0133120_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4585-Sentinel2-368640-0133120-378880-0143360\r\n", + " collection: Sentinel2\r\n", + " left: 368640\r\n", + " bottom: 0133120\r\n", + " right: 378880\r\n", + " top: 0143360\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4585_Sentinel2_368640_0133120_378880_0143360_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4585_Sentinel2_368640_0133120_378880_0143360_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4586-Sentinel2-368640-0143360-378880-0153600\r\n", + " collection: Sentinel2\r\n", + " left: 368640\r\n", + " bottom: 0143360\r\n", + " right: 378880\r\n", + " top: 0153600\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4586_Sentinel2_368640_0143360_378880_0153600_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4586_Sentinel2_368640_0143360_378880_0153600_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4587-Sentinel2-368640-0153600-378880-0163840\r\n", + " collection: Sentinel2\r\n", + " left: 368640\r\n", + " bottom: 0153600\r\n", + " right: 378880\r\n", + " top: 0163840\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4587_Sentinel2_368640_0153600_378880_0163840_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4587_Sentinel2_368640_0153600_378880_0163840_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4588-Sentinel2-368640-0163840-378880-0174080\r\n", + " collection: Sentinel2\r\n", + " left: 368640\r\n", + " bottom: 0163840\r\n", + " right: 378880\r\n", + " top: 0174080\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4588_Sentinel2_368640_0163840_378880_0174080_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4588_Sentinel2_368640_0163840_378880_0174080_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4589-Sentinel2-368640-0174080-378880-0184320\r\n", + " collection: Sentinel2\r\n", + " left: 368640\r\n", + " bottom: 0174080\r\n", + " right: 378880\r\n", + " top: 0184320\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4589_Sentinel2_368640_0174080_378880_0184320_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4589_Sentinel2_368640_0174080_378880_0184320_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4590-Sentinel2-368640-0184320-378880-0194560\r\n", + " collection: Sentinel2\r\n", + " left: 368640\r\n", + " bottom: 0184320\r\n", + " right: 378880\r\n", + " top: 0194560\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4590_Sentinel2_368640_0184320_378880_0194560_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4590_Sentinel2_368640_0184320_378880_0194560_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4591-Sentinel2-368640-0194560-378880-0204800\r\n", + " collection: Sentinel2\r\n", + " left: 368640\r\n", + " bottom: 0194560\r\n", + " right: 378880\r\n", + " top: 0204800\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4591_Sentinel2_368640_0194560_378880_0204800_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4591_Sentinel2_368640_0194560_378880_0204800_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4592-Sentinel2-368640-0204800-378880-0215040\r\n", + " collection: Sentinel2\r\n", + " left: 368640\r\n", + " bottom: 0204800\r\n", + " right: 378880\r\n", + " top: 0215040\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4592_Sentinel2_368640_0204800_378880_0215040_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4592_Sentinel2_368640_0204800_378880_0215040_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4593-Sentinel2-368640-0215040-378880-0225280\r\n", + " collection: Sentinel2\r\n", + " left: 368640\r\n", + " bottom: 0215040\r\n", + " right: 378880\r\n", + " top: 0225280\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4593_Sentinel2_368640_0215040_378880_0225280_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4593_Sentinel2_368640_0215040_378880_0225280_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4594-Sentinel2-368640-0225280-378880-0235520\r\n", + " collection: Sentinel2\r\n", + " left: 368640\r\n", + " bottom: 0225280\r\n", + " right: 378880\r\n", + " top: 0235520\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4594_Sentinel2_368640_0225280_378880_0235520_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4594_Sentinel2_368640_0225280_378880_0235520_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4595-Sentinel2-368640-0235520-378880-0245760\r\n", + " collection: Sentinel2\r\n", + " left: 368640\r\n", + " bottom: 0235520\r\n", + " right: 378880\r\n", + " top: 0245760\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4595_Sentinel2_368640_0235520_378880_0245760_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4595_Sentinel2_368640_0235520_378880_0245760_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4596-Sentinel2-368640-0245760-378880-0256000\r\n", + " collection: Sentinel2\r\n", + " left: 368640\r\n", + " bottom: 0245760\r\n", + " right: 378880\r\n", + " top: 0256000\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4596_Sentinel2_368640_0245760_378880_0256000_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4596_Sentinel2_368640_0245760_378880_0256000_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4597-Sentinel2-368640-0256000-378880-0266240\r\n", + " collection: Sentinel2\r\n", + " left: 368640\r\n", + " bottom: 0256000\r\n", + " right: 378880\r\n", + " top: 0266240\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4597_Sentinel2_368640_0256000_378880_0266240_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4597_Sentinel2_368640_0256000_378880_0266240_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4598-Sentinel2-368640-0266240-378880-0276480\r\n", + " collection: Sentinel2\r\n", + " left: 368640\r\n", + " bottom: 0266240\r\n", + " right: 378880\r\n", + " top: 0276480\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4598_Sentinel2_368640_0266240_378880_0276480_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4598_Sentinel2_368640_0266240_378880_0276480_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\r\n", + " output_location downloads_output/4599-Sentinel2-368640-0276480-378880-0286720\r\n", + " collection: Sentinel2\r\n", + " left: 368640\r\n", + " bottom: 0276480\r\n", + " right: 378880\r\n", + " top: 0286720\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4599_Sentinel2_368640_0276480_378880_0286720_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4599_Sentinel2_368640_0276480_378880_0286720_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4600-Sentinel2-368640-0286720-378880-0296960\r\n", + " collection: Sentinel2\r\n", + " left: 368640\r\n", + " bottom: 0286720\r\n", + " right: 378880\r\n", + " top: 0296960\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4600_Sentinel2_368640_0286720_378880_0296960_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4600_Sentinel2_368640_0286720_378880_0296960_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4601-Sentinel2-368640-0296960-378880-0307200\r\n", + " collection: Sentinel2\r\n", + " left: 368640\r\n", + " bottom: 0296960\r\n", + " right: 378880\r\n", + " top: 0307200\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4601_Sentinel2_368640_0296960_378880_0307200_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4601_Sentinel2_368640_0296960_378880_0307200_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4602-Sentinel2-368640-0307200-378880-0317440\r\n", + " collection: Sentinel2\r\n", + " left: 368640\r\n", + " bottom: 0307200\r\n", + " right: 378880\r\n", + " top: 0317440\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4602_Sentinel2_368640_0307200_378880_0317440_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4602_Sentinel2_368640_0307200_378880_0317440_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4603-Sentinel2-368640-0317440-378880-0327680\r\n", + " collection: Sentinel2\r\n", + " left: 368640\r\n", + " bottom: 0317440\r\n", + " right: 378880\r\n", + " top: 0327680\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4603_Sentinel2_368640_0317440_378880_0327680_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4603_Sentinel2_368640_0317440_378880_0327680_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4604-Sentinel2-368640-0327680-378880-0337920\r\n", + " collection: Sentinel2\r\n", + " left: 368640\r\n", + " bottom: 0327680\r\n", + " right: 378880\r\n", + " top: 0337920\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4604_Sentinel2_368640_0327680_378880_0337920_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4604_Sentinel2_368640_0327680_378880_0337920_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4605-Sentinel2-368640-0337920-378880-0348160\r\n", + " collection: Sentinel2\r\n", + " left: 368640\r\n", + " bottom: 0337920\r\n", + " right: 378880\r\n", + " top: 0348160\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4605_Sentinel2_368640_0337920_378880_0348160_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4605_Sentinel2_368640_0337920_378880_0348160_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4606-Sentinel2-368640-0348160-378880-0358400\r\n", + " collection: Sentinel2\r\n", + " left: 368640\r\n", + " bottom: 0348160\r\n", + " right: 378880\r\n", + " top: 0358400\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4606_Sentinel2_368640_0348160_378880_0358400_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4606_Sentinel2_368640_0348160_378880_0358400_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4607-Sentinel2-368640-0358400-378880-0368640\r\n", + " collection: Sentinel2\r\n", + " left: 368640\r\n", + " bottom: 0358400\r\n", + " right: 378880\r\n", + " top: 0368640\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4607_Sentinel2_368640_0358400_378880_0368640_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4607_Sentinel2_368640_0358400_378880_0368640_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4608-Sentinel2-368640-0368640-378880-0378880\r\n", + " collection: Sentinel2\r\n", + " left: 368640\r\n", + " bottom: 0368640\r\n", + " right: 378880\r\n", + " top: 0378880\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4608_Sentinel2_368640_0368640_378880_0378880_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4608_Sentinel2_368640_0368640_378880_0378880_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4609-Sentinel2-368640-0378880-378880-0389120\r\n", + " collection: Sentinel2\r\n", + " left: 368640\r\n", + " bottom: 0378880\r\n", + " right: 378880\r\n", + " top: 0389120\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4609_Sentinel2_368640_0378880_378880_0389120_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4609_Sentinel2_368640_0378880_378880_0389120_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4610-Sentinel2-368640-0389120-378880-0399360\r\n", + " collection: Sentinel2\r\n", + " left: 368640\r\n", + " bottom: 0389120\r\n", + " right: 378880\r\n", + " top: 0399360\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4610_Sentinel2_368640_0389120_378880_0399360_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4610_Sentinel2_368640_0389120_378880_0399360_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4611-Sentinel2-368640-0399360-378880-0409600\r\n", + " collection: Sentinel2\r\n", + " left: 368640\r\n", + " bottom: 0399360\r\n", + " right: 378880\r\n", + " top: 0409600\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4611_Sentinel2_368640_0399360_378880_0409600_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4611_Sentinel2_368640_0399360_378880_0409600_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4612-Sentinel2-368640-0409600-378880-0419840\r\n", + " collection: Sentinel2\r\n", + " left: 368640\r\n", + " bottom: 0409600\r\n", + " right: 378880\r\n", + " top: 0419840\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4612_Sentinel2_368640_0409600_378880_0419840_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4612_Sentinel2_368640_0409600_378880_0419840_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4613-Sentinel2-368640-0419840-378880-0430080\r\n", + " collection: Sentinel2\r\n", + " left: 368640\r\n", + " bottom: 0419840\r\n", + " right: 378880\r\n", + " top: 0430080\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4613_Sentinel2_368640_0419840_378880_0430080_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4613_Sentinel2_368640_0419840_378880_0430080_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4614-Sentinel2-368640-0430080-378880-0440320\r\n", + " collection: Sentinel2\r\n", + " left: 368640\r\n", + " bottom: 0430080\r\n", + " right: 378880\r\n", + " top: 0440320\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4614_Sentinel2_368640_0430080_378880_0440320_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4614_Sentinel2_368640_0430080_378880_0440320_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4615-Sentinel2-368640-0440320-378880-0450560\r\n", + " collection: Sentinel2\r\n", + " left: 368640\r\n", + " bottom: 0440320\r\n", + " right: 378880\r\n", + " top: 0450560\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4615_Sentinel2_368640_0440320_378880_0450560_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4615_Sentinel2_368640_0440320_378880_0450560_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4616-Sentinel2-368640-0450560-378880-0460800\r\n", + " collection: Sentinel2\r\n", + " left: 368640\r\n", + " bottom: 0450560\r\n", + " right: 378880\r\n", + " top: 0460800\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4616_Sentinel2_368640_0450560_378880_0460800_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4616_Sentinel2_368640_0450560_378880_0460800_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4617-Sentinel2-368640-0460800-378880-0471040\r\n", + " collection: Sentinel2\r\n", + " left: 368640\r\n", + " bottom: 0460800\r\n", + " right: 378880\r\n", + " top: 0471040\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4617_Sentinel2_368640_0460800_378880_0471040_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4617_Sentinel2_368640_0460800_378880_0471040_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4618-Sentinel2-368640-0471040-378880-0481280\r\n", + " collection: Sentinel2\r\n", + " left: 368640\r\n", + " bottom: 0471040\r\n", + " right: 378880\r\n", + " top: 0481280\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4618_Sentinel2_368640_0471040_378880_0481280_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4618_Sentinel2_368640_0471040_378880_0481280_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4619-Sentinel2-368640-0481280-378880-0491520\r\n", + " collection: Sentinel2\r\n", + " left: 368640\r\n", + " bottom: 0481280\r\n", + " right: 378880\r\n", + " top: 0491520\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4619_Sentinel2_368640_0481280_378880_0491520_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4619_Sentinel2_368640_0481280_378880_0491520_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4620-Sentinel2-368640-0491520-378880-0501760\r\n", + " collection: Sentinel2\r\n", + " left: 368640\r\n", + " bottom: 0491520\r\n", + " right: 378880\r\n", + " top: 0501760\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4620_Sentinel2_368640_0491520_378880_0501760_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4620_Sentinel2_368640_0491520_378880_0501760_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4621-Sentinel2-368640-0501760-378880-0512000\r\n", + " collection: Sentinel2\r\n", + " left: 368640\r\n", + " bottom: 0501760\r\n", + " right: 378880\r\n", + " top: 0512000\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4621_Sentinel2_368640_0501760_378880_0512000_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4621_Sentinel2_368640_0501760_378880_0512000_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4622-Sentinel2-368640-0512000-378880-0522240\r\n", + " collection: Sentinel2\r\n", + " left: 368640\r\n", + " bottom: 0512000\r\n", + " right: 378880\r\n", + " top: 0522240\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4622_Sentinel2_368640_0512000_378880_0522240_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4622_Sentinel2_368640_0512000_378880_0522240_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4623-Sentinel2-368640-0522240-378880-0532480\r\n", + " collection: Sentinel2\r\n", + " left: 368640\r\n", + " bottom: 0522240\r\n", + " right: 378880\r\n", + " top: 0532480\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4623_Sentinel2_368640_0522240_378880_0532480_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4623_Sentinel2_368640_0522240_378880_0532480_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4624-Sentinel2-368640-0532480-378880-0542720\r\n", + " collection: Sentinel2\r\n", + " left: 368640\r\n", + " bottom: 0532480\r\n", + " right: 378880\r\n", + " top: 0542720\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4624_Sentinel2_368640_0532480_378880_0542720_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4624_Sentinel2_368640_0532480_378880_0542720_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4625-Sentinel2-368640-0542720-378880-0552960\r\n", + " collection: Sentinel2\r\n", + " left: 368640\r\n", + " bottom: 0542720\r\n", + " right: 378880\r\n", + " top: 0552960\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4625_Sentinel2_368640_0542720_378880_0552960_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4625_Sentinel2_368640_0542720_378880_0552960_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4626-Sentinel2-368640-0552960-378880-0563200\r\n", + " collection: Sentinel2\r\n", + " left: 368640\r\n", + " bottom: 0552960\r\n", + " right: 378880\r\n", + " top: 0563200\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4626_Sentinel2_368640_0552960_378880_0563200_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4626_Sentinel2_368640_0552960_378880_0563200_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4627-Sentinel2-368640-0563200-378880-0573440\r\n", + " collection: Sentinel2\r\n", + " left: 368640\r\n", + " bottom: 0563200\r\n", + " right: 378880\r\n", + " top: 0573440\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4627_Sentinel2_368640_0563200_378880_0573440_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4627_Sentinel2_368640_0563200_378880_0573440_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4628-Sentinel2-368640-0573440-378880-0583680\r\n", + " collection: Sentinel2\r\n", + " left: 368640\r\n", + " bottom: 0573440\r\n", + " right: 378880\r\n", + " top: 0583680\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4628_Sentinel2_368640_0573440_378880_0583680_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4628_Sentinel2_368640_0573440_378880_0583680_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4629-Sentinel2-368640-0583680-378880-0593920\r\n", + " collection: Sentinel2\r\n", + " left: 368640\r\n", + " bottom: 0583680\r\n", + " right: 378880\r\n", + " top: 0593920\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4629_Sentinel2_368640_0583680_378880_0593920_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4629_Sentinel2_368640_0583680_378880_0593920_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4630-Sentinel2-368640-0593920-378880-0604160\r\n", + " collection: Sentinel2\r\n", + " left: 368640\r\n", + " bottom: 0593920\r\n", + " right: 378880\r\n", + " top: 0604160\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4630_Sentinel2_368640_0593920_378880_0604160_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4630_Sentinel2_368640_0593920_378880_0604160_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4631-Sentinel2-368640-0604160-378880-0614400\r\n", + " collection: Sentinel2\r\n", + " left: 368640\r\n", + " bottom: 0604160\r\n", + " right: 378880\r\n", + " top: 0614400\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4631_Sentinel2_368640_0604160_378880_0614400_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4631_Sentinel2_368640_0604160_378880_0614400_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4632-Sentinel2-368640-0614400-378880-0624640\r\n", + " collection: Sentinel2\r\n", + " left: 368640\r\n", + " bottom: 0614400\r\n", + " right: 378880\r\n", + " top: 0624640\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4632_Sentinel2_368640_0614400_378880_0624640_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4632_Sentinel2_368640_0614400_378880_0624640_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4633-Sentinel2-368640-0624640-378880-0634880\r\n", + " collection: Sentinel2\r\n", + " left: 368640\r\n", + " bottom: 0624640\r\n", + " right: 378880\r\n", + " top: 0634880\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4633_Sentinel2_368640_0624640_378880_0634880_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4633_Sentinel2_368640_0624640_378880_0634880_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4634-Sentinel2-368640-0634880-378880-0645120\r\n", + " collection: Sentinel2\r\n", + " left: 368640\r\n", + " bottom: 0634880\r\n", + " right: 378880\r\n", + " top: 0645120\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4634_Sentinel2_368640_0634880_378880_0645120_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4634_Sentinel2_368640_0634880_378880_0645120_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4635-Sentinel2-368640-0645120-378880-0655360\r\n", + " collection: Sentinel2\r\n", + " left: 368640\r\n", + " bottom: 0645120\r\n", + " right: 378880\r\n", + " top: 0655360\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4635_Sentinel2_368640_0645120_378880_0655360_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4635_Sentinel2_368640_0645120_378880_0655360_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4636-Sentinel2-368640-0655360-378880-0665600\r\n", + " collection: Sentinel2\r\n", + " left: 368640\r\n", + " bottom: 0655360\r\n", + " right: 378880\r\n", + " top: 0665600\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4636_Sentinel2_368640_0655360_378880_0665600_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4636_Sentinel2_368640_0655360_378880_0665600_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4637-Sentinel2-368640-0665600-378880-0675840\r\n", + " collection: Sentinel2\r\n", + " left: 368640\r\n", + " bottom: 0665600\r\n", + " right: 378880\r\n", + " top: 0675840\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4637_Sentinel2_368640_0665600_378880_0675840_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4637_Sentinel2_368640_0665600_378880_0675840_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4638-Sentinel2-368640-0675840-378880-0686080\r\n", + " collection: Sentinel2\r\n", + " left: 368640\r\n", + " bottom: 0675840\r\n", + " right: 378880\r\n", + " top: 0686080\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4638_Sentinel2_368640_0675840_378880_0686080_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4638_Sentinel2_368640_0675840_378880_0686080_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4642-Sentinel2-368640-0716800-378880-0727040\r\n", + " collection: Sentinel2\r\n", + " left: 368640\r\n", + " bottom: 0716800\r\n", + " right: 378880\r\n", + " top: 0727040\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4642_Sentinel2_368640_0716800_378880_0727040_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4642_Sentinel2_368640_0716800_378880_0727040_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4643-Sentinel2-368640-0727040-378880-0737280\r\n", + " collection: Sentinel2\r\n", + " left: 368640\r\n", + " bottom: 0727040\r\n", + " right: 378880\r\n", + " top: 0737280\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4643_Sentinel2_368640_0727040_378880_0737280_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4643_Sentinel2_368640_0727040_378880_0737280_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4644-Sentinel2-368640-0737280-378880-0747520\r\n", + " collection: Sentinel2\r\n", + " left: 368640\r\n", + " bottom: 0737280\r\n", + " right: 378880\r\n", + " top: 0747520\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4644_Sentinel2_368640_0737280_378880_0747520_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4644_Sentinel2_368640_0737280_378880_0747520_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4645-Sentinel2-368640-0747520-378880-0757760\r\n", + " collection: Sentinel2\r\n", + " left: 368640\r\n", + " bottom: 0747520\r\n", + " right: 378880\r\n", + " top: 0757760\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4645_Sentinel2_368640_0747520_378880_0757760_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4645_Sentinel2_368640_0747520_378880_0757760_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4646-Sentinel2-368640-0757760-378880-0768000\r\n", + " collection: Sentinel2\r\n", + " left: 368640\r\n", + " bottom: 0757760\r\n", + " right: 378880\r\n", + " top: 0768000\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4646_Sentinel2_368640_0757760_378880_0768000_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4646_Sentinel2_368640_0757760_378880_0768000_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4647-Sentinel2-368640-0768000-378880-0778240\r\n", + " collection: Sentinel2\r\n", + " left: 368640\r\n", + " bottom: 0768000\r\n", + " right: 378880\r\n", + " top: 0778240\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4647_Sentinel2_368640_0768000_378880_0778240_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4647_Sentinel2_368640_0768000_378880_0778240_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4648-Sentinel2-368640-0778240-378880-0788480\r\n", + " collection: Sentinel2\r\n", + " left: 368640\r\n", + " bottom: 0778240\r\n", + " right: 378880\r\n", + " top: 0788480\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4648_Sentinel2_368640_0778240_378880_0788480_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4648_Sentinel2_368640_0778240_378880_0788480_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4649-Sentinel2-368640-0788480-378880-0798720\r\n", + " collection: Sentinel2\r\n", + " left: 368640\r\n", + " bottom: 0788480\r\n", + " right: 378880\r\n", + " top: 0798720\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4649_Sentinel2_368640_0788480_378880_0798720_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4649_Sentinel2_368640_0788480_378880_0798720_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4650-Sentinel2-368640-0798720-378880-0808960\r\n", + " collection: Sentinel2\r\n", + " left: 368640\r\n", + " bottom: 0798720\r\n", + " right: 378880\r\n", + " top: 0808960\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4650_Sentinel2_368640_0798720_378880_0808960_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4650_Sentinel2_368640_0798720_378880_0808960_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4651-Sentinel2-368640-0808960-378880-0819200\r\n", + " collection: Sentinel2\r\n", + " left: 368640\r\n", + " bottom: 0808960\r\n", + " right: 378880\r\n", + " top: 0819200\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4651_Sentinel2_368640_0808960_378880_0819200_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4651_Sentinel2_368640_0808960_378880_0819200_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4652-Sentinel2-368640-0819200-378880-0829440\r\n", + " collection: Sentinel2\r\n", + " left: 368640\r\n", + " bottom: 0819200\r\n", + " right: 378880\r\n", + " top: 0829440\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4652_Sentinel2_368640_0819200_378880_0829440_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4652_Sentinel2_368640_0819200_378880_0829440_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4653-Sentinel2-368640-0829440-378880-0839680\r\n", + " collection: Sentinel2\r\n", + " left: 368640\r\n", + " bottom: 0829440\r\n", + " right: 378880\r\n", + " top: 0839680\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4653_Sentinel2_368640_0829440_378880_0839680_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4653_Sentinel2_368640_0829440_378880_0839680_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4654-Sentinel2-368640-0839680-378880-0849920\r\n", + " collection: Sentinel2\r\n", + " left: 368640\r\n", + " bottom: 0839680\r\n", + " right: 378880\r\n", + " top: 0849920\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4654_Sentinel2_368640_0839680_378880_0849920_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4654_Sentinel2_368640_0839680_378880_0849920_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4655-Sentinel2-368640-0849920-378880-0860160\r\n", + " collection: Sentinel2\r\n", + " left: 368640\r\n", + " bottom: 0849920\r\n", + " right: 378880\r\n", + " top: 0860160\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4655_Sentinel2_368640_0849920_378880_0860160_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4655_Sentinel2_368640_0849920_378880_0860160_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4656-Sentinel2-368640-0860160-378880-0870400\r\n", + " collection: Sentinel2\r\n", + " left: 368640\r\n", + " bottom: 0860160\r\n", + " right: 378880\r\n", + " top: 0870400\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4656_Sentinel2_368640_0860160_378880_0870400_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4656_Sentinel2_368640_0860160_378880_0870400_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4671-Sentinel2-368640-1013760-378880-1024000\r\n", + " collection: Sentinel2\r\n", + " left: 368640\r\n", + " bottom: 1013760\r\n", + " right: 378880\r\n", + " top: 1024000\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4671_Sentinel2_368640_1013760_378880_1024000_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4671_Sentinel2_368640_1013760_378880_1024000_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4672-Sentinel2-368640-1024000-378880-1034240\r\n", + " collection: Sentinel2\r\n", + " left: 368640\r\n", + " bottom: 1024000\r\n", + " right: 378880\r\n", + " top: 1034240\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4672_Sentinel2_368640_1024000_378880_1034240_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4672_Sentinel2_368640_1024000_378880_1034240_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4673-Sentinel2-368640-1034240-378880-1044480\r\n", + " collection: Sentinel2\r\n", + " left: 368640\r\n", + " bottom: 1034240\r\n", + " right: 378880\r\n", + " top: 1044480\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4673_Sentinel2_368640_1034240_378880_1044480_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4673_Sentinel2_368640_1034240_378880_1044480_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4674-Sentinel2-368640-1044480-378880-1054720\r\n", + " collection: Sentinel2\r\n", + " left: 368640\r\n", + " bottom: 1044480\r\n", + " right: 378880\r\n", + " top: 1054720\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4674_Sentinel2_368640_1044480_378880_1054720_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4674_Sentinel2_368640_1044480_378880_1054720_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4675-Sentinel2-368640-1054720-378880-1064960\r\n", + " collection: Sentinel2\r\n", + " left: 368640\r\n", + " bottom: 1054720\r\n", + " right: 378880\r\n", + " top: 1064960\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4675_Sentinel2_368640_1054720_378880_1064960_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4675_Sentinel2_368640_1054720_378880_1064960_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4706-Sentinel2-378880-0071680-389120-0081920\r\n", + " collection: Sentinel2\r\n", + " left: 378880\r\n", + " bottom: 0071680\r\n", + " right: 389120\r\n", + " top: 0081920\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4706_Sentinel2_378880_0071680_389120_0081920_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4706_Sentinel2_378880_0071680_389120_0081920_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4707-Sentinel2-378880-0081920-389120-0092160\r\n", + " collection: Sentinel2\r\n", + " left: 378880\r\n", + " bottom: 0081920\r\n", + " right: 389120\r\n", + " top: 0092160\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4707_Sentinel2_378880_0081920_389120_0092160_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4707_Sentinel2_378880_0081920_389120_0092160_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4708-Sentinel2-378880-0092160-389120-0102400\r\n", + " collection: Sentinel2\r\n", + " left: 378880\r\n", + " bottom: 0092160\r\n", + " right: 389120\r\n", + " top: 0102400\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4708_Sentinel2_378880_0092160_389120_0102400_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4708_Sentinel2_378880_0092160_389120_0102400_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4709-Sentinel2-378880-0102400-389120-0112640\r\n", + " collection: Sentinel2\r\n", + " left: 378880\r\n", + " bottom: 0102400\r\n", + " right: 389120\r\n", + " top: 0112640\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4709_Sentinel2_378880_0102400_389120_0112640_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4709_Sentinel2_378880_0102400_389120_0112640_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4710-Sentinel2-378880-0112640-389120-0122880\r\n", + " collection: Sentinel2\r\n", + " left: 378880\r\n", + " bottom: 0112640\r\n", + " right: 389120\r\n", + " top: 0122880\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4710_Sentinel2_378880_0112640_389120_0122880_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4710_Sentinel2_378880_0112640_389120_0122880_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4711-Sentinel2-378880-0122880-389120-0133120\r\n", + " collection: Sentinel2\r\n", + " left: 378880\r\n", + " bottom: 0122880\r\n", + " right: 389120\r\n", + " top: 0133120\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4711_Sentinel2_378880_0122880_389120_0133120_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4711_Sentinel2_378880_0122880_389120_0133120_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4712-Sentinel2-378880-0133120-389120-0143360\r\n", + " collection: Sentinel2\r\n", + " left: 378880\r\n", + " bottom: 0133120\r\n", + " right: 389120\r\n", + " top: 0143360\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4712_Sentinel2_378880_0133120_389120_0143360_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4712_Sentinel2_378880_0133120_389120_0143360_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4713-Sentinel2-378880-0143360-389120-0153600\r\n", + " collection: Sentinel2\r\n", + " left: 378880\r\n", + " bottom: 0143360\r\n", + " right: 389120\r\n", + " top: 0153600\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4713_Sentinel2_378880_0143360_389120_0153600_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4713_Sentinel2_378880_0143360_389120_0153600_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4714-Sentinel2-378880-0153600-389120-0163840\r\n", + " collection: Sentinel2\r\n", + " left: 378880\r\n", + " bottom: 0153600\r\n", + " right: 389120\r\n", + " top: 0163840\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4714_Sentinel2_378880_0153600_389120_0163840_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4714_Sentinel2_378880_0153600_389120_0163840_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4715-Sentinel2-378880-0163840-389120-0174080\r\n", + " collection: Sentinel2\r\n", + " left: 378880\r\n", + " bottom: 0163840\r\n", + " right: 389120\r\n", + " top: 0174080\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4715_Sentinel2_378880_0163840_389120_0174080_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4715_Sentinel2_378880_0163840_389120_0174080_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4716-Sentinel2-378880-0174080-389120-0184320\r\n", + " collection: Sentinel2\r\n", + " left: 378880\r\n", + " bottom: 0174080\r\n", + " right: 389120\r\n", + " top: 0184320\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4716_Sentinel2_378880_0174080_389120_0184320_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4716_Sentinel2_378880_0174080_389120_0184320_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4717-Sentinel2-378880-0184320-389120-0194560\r\n", + " collection: Sentinel2\r\n", + " left: 378880\r\n", + " bottom: 0184320\r\n", + " right: 389120\r\n", + " top: 0194560\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4717_Sentinel2_378880_0184320_389120_0194560_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4717_Sentinel2_378880_0184320_389120_0194560_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4718-Sentinel2-378880-0194560-389120-0204800\r\n", + " collection: Sentinel2\r\n", + " left: 378880\r\n", + " bottom: 0194560\r\n", + " right: 389120\r\n", + " top: 0204800\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4718_Sentinel2_378880_0194560_389120_0204800_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4718_Sentinel2_378880_0194560_389120_0204800_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4719-Sentinel2-378880-0204800-389120-0215040\r\n", + " collection: Sentinel2\r\n", + " left: 378880\r\n", + " bottom: 0204800\r\n", + " right: 389120\r\n", + " top: 0215040\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4719_Sentinel2_378880_0204800_389120_0215040_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4719_Sentinel2_378880_0204800_389120_0215040_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4720-Sentinel2-378880-0215040-389120-0225280\r\n", + " collection: Sentinel2\r\n", + " left: 378880\r\n", + " bottom: 0215040\r\n", + " right: 389120\r\n", + " top: 0225280\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4720_Sentinel2_378880_0215040_389120_0225280_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4720_Sentinel2_378880_0215040_389120_0225280_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4721-Sentinel2-378880-0225280-389120-0235520\r\n", + " collection: Sentinel2\r\n", + " left: 378880\r\n", + " bottom: 0225280\r\n", + " right: 389120\r\n", + " top: 0235520\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4721_Sentinel2_378880_0225280_389120_0235520_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4721_Sentinel2_378880_0225280_389120_0235520_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4722-Sentinel2-378880-0235520-389120-0245760\r\n", + " collection: Sentinel2\r\n", + " left: 378880\r\n", + " bottom: 0235520\r\n", + " right: 389120\r\n", + " top: 0245760\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4722_Sentinel2_378880_0235520_389120_0245760_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4722_Sentinel2_378880_0235520_389120_0245760_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4723-Sentinel2-378880-0245760-389120-0256000\r\n", + " collection: Sentinel2\r\n", + " left: 378880\r\n", + " bottom: 0245760\r\n", + " right: 389120\r\n", + " top: 0256000\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4723_Sentinel2_378880_0245760_389120_0256000_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4723_Sentinel2_378880_0245760_389120_0256000_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4724-Sentinel2-378880-0256000-389120-0266240\r\n", + " collection: Sentinel2\r\n", + " left: 378880\r\n", + " bottom: 0256000\r\n", + " right: 389120\r\n", + " top: 0266240\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4724_Sentinel2_378880_0256000_389120_0266240_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4724_Sentinel2_378880_0256000_389120_0266240_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4725-Sentinel2-378880-0266240-389120-0276480\r\n", + " collection: Sentinel2\r\n", + " left: 378880\r\n", + " bottom: 0266240\r\n", + " right: 389120\r\n", + " top: 0276480\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4725_Sentinel2_378880_0266240_389120_0276480_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4725_Sentinel2_378880_0266240_389120_0276480_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4726-Sentinel2-378880-0276480-389120-0286720\r\n", + " collection: Sentinel2\r\n", + " left: 378880\r\n", + " bottom: 0276480\r\n", + " right: 389120\r\n", + " top: 0286720\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4726_Sentinel2_378880_0276480_389120_0286720_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4726_Sentinel2_378880_0276480_389120_0286720_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4727-Sentinel2-378880-0286720-389120-0296960\r\n", + " collection: Sentinel2\r\n", + " left: 378880\r\n", + " bottom: 0286720\r\n", + " right: 389120\r\n", + " top: 0296960\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4727_Sentinel2_378880_0286720_389120_0296960_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4727_Sentinel2_378880_0286720_389120_0296960_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4728-Sentinel2-378880-0296960-389120-0307200\r\n", + " collection: Sentinel2\r\n", + " left: 378880\r\n", + " bottom: 0296960\r\n", + " right: 389120\r\n", + " top: 0307200\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4728_Sentinel2_378880_0296960_389120_0307200_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4728_Sentinel2_378880_0296960_389120_0307200_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4729-Sentinel2-378880-0307200-389120-0317440\r\n", + " collection: Sentinel2\r\n", + " left: 378880\r\n", + " bottom: 0307200\r\n", + " right: 389120\r\n", + " top: 0317440\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4729_Sentinel2_378880_0307200_389120_0317440_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4729_Sentinel2_378880_0307200_389120_0317440_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4730-Sentinel2-378880-0317440-389120-0327680\r\n", + " collection: Sentinel2\r\n", + " left: 378880\r\n", + " bottom: 0317440\r\n", + " right: 389120\r\n", + " top: 0327680\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4730_Sentinel2_378880_0317440_389120_0327680_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4730_Sentinel2_378880_0317440_389120_0327680_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4731-Sentinel2-378880-0327680-389120-0337920\r\n", + " collection: Sentinel2\r\n", + " left: 378880\r\n", + " bottom: 0327680\r\n", + " right: 389120\r\n", + " top: 0337920\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4731_Sentinel2_378880_0327680_389120_0337920_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4731_Sentinel2_378880_0327680_389120_0337920_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4732-Sentinel2-378880-0337920-389120-0348160\r\n", + " collection: Sentinel2\r\n", + " left: 378880\r\n", + " bottom: 0337920\r\n", + " right: 389120\r\n", + " top: 0348160\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4732_Sentinel2_378880_0337920_389120_0348160_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4732_Sentinel2_378880_0337920_389120_0348160_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4733-Sentinel2-378880-0348160-389120-0358400\r\n", + " collection: Sentinel2\r\n", + " left: 378880\r\n", + " bottom: 0348160\r\n", + " right: 389120\r\n", + " top: 0358400\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4733_Sentinel2_378880_0348160_389120_0358400_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4733_Sentinel2_378880_0348160_389120_0358400_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4734-Sentinel2-378880-0358400-389120-0368640\r\n", + " collection: Sentinel2\r\n", + " left: 378880\r\n", + " bottom: 0358400\r\n", + " right: 389120\r\n", + " top: 0368640\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4734_Sentinel2_378880_0358400_389120_0368640_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4734_Sentinel2_378880_0358400_389120_0368640_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4735-Sentinel2-378880-0368640-389120-0378880\r\n", + " collection: Sentinel2\r\n", + " left: 378880\r\n", + " bottom: 0368640\r\n", + " right: 389120\r\n", + " top: 0378880\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4735_Sentinel2_378880_0368640_389120_0378880_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4735_Sentinel2_378880_0368640_389120_0378880_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4736-Sentinel2-378880-0378880-389120-0389120\r\n", + " collection: Sentinel2\r\n", + " left: 378880\r\n", + " bottom: 0378880\r\n", + " right: 389120\r\n", + " top: 0389120\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4736_Sentinel2_378880_0378880_389120_0389120_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4736_Sentinel2_378880_0378880_389120_0389120_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4737-Sentinel2-378880-0389120-389120-0399360\r\n", + " collection: Sentinel2\r\n", + " left: 378880\r\n", + " bottom: 0389120\r\n", + " right: 389120\r\n", + " top: 0399360\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4737_Sentinel2_378880_0389120_389120_0399360_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4737_Sentinel2_378880_0389120_389120_0399360_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4738-Sentinel2-378880-0399360-389120-0409600\r\n", + " collection: Sentinel2\r\n", + " left: 378880\r\n", + " bottom: 0399360\r\n", + " right: 389120\r\n", + " top: 0409600\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4738_Sentinel2_378880_0399360_389120_0409600_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4738_Sentinel2_378880_0399360_389120_0409600_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4739-Sentinel2-378880-0409600-389120-0419840\r\n", + " collection: Sentinel2\r\n", + " left: 378880\r\n", + " bottom: 0409600\r\n", + " right: 389120\r\n", + " top: 0419840\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4739_Sentinel2_378880_0409600_389120_0419840_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4739_Sentinel2_378880_0409600_389120_0419840_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4740-Sentinel2-378880-0419840-389120-0430080\r\n", + " collection: Sentinel2\r\n", + " left: 378880\r\n", + " bottom: 0419840\r\n", + " right: 389120\r\n", + " top: 0430080\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4740_Sentinel2_378880_0419840_389120_0430080_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4740_Sentinel2_378880_0419840_389120_0430080_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4741-Sentinel2-378880-0430080-389120-0440320\r\n", + " collection: Sentinel2\r\n", + " left: 378880\r\n", + " bottom: 0430080\r\n", + " right: 389120\r\n", + " top: 0440320\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4741_Sentinel2_378880_0430080_389120_0440320_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4741_Sentinel2_378880_0430080_389120_0440320_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4742-Sentinel2-378880-0440320-389120-0450560\r\n", + " collection: Sentinel2\r\n", + " left: 378880\r\n", + " bottom: 0440320\r\n", + " right: 389120\r\n", + " top: 0450560\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4742_Sentinel2_378880_0440320_389120_0450560_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4742_Sentinel2_378880_0440320_389120_0450560_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4743-Sentinel2-378880-0450560-389120-0460800\r\n", + " collection: Sentinel2\r\n", + " left: 378880\r\n", + " bottom: 0450560\r\n", + " right: 389120\r\n", + " top: 0460800\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4743_Sentinel2_378880_0450560_389120_0460800_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4743_Sentinel2_378880_0450560_389120_0460800_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4744-Sentinel2-378880-0460800-389120-0471040\r\n", + " collection: Sentinel2\r\n", + " left: 378880\r\n", + " bottom: 0460800\r\n", + " right: 389120\r\n", + " top: 0471040\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4744_Sentinel2_378880_0460800_389120_0471040_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4744_Sentinel2_378880_0460800_389120_0471040_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4745-Sentinel2-378880-0471040-389120-0481280\r\n", + " collection: Sentinel2\r\n", + " left: 378880\r\n", + " bottom: 0471040\r\n", + " right: 389120\r\n", + " top: 0481280\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4745_Sentinel2_378880_0471040_389120_0481280_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4745_Sentinel2_378880_0471040_389120_0481280_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4746-Sentinel2-378880-0481280-389120-0491520\r\n", + " collection: Sentinel2\r\n", + " left: 378880\r\n", + " bottom: 0481280\r\n", + " right: 389120\r\n", + " top: 0491520\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4746_Sentinel2_378880_0481280_389120_0491520_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4746_Sentinel2_378880_0481280_389120_0491520_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4747-Sentinel2-378880-0491520-389120-0501760\r\n", + " collection: Sentinel2\r\n", + " left: 378880\r\n", + " bottom: 0491520\r\n", + " right: 389120\r\n", + " top: 0501760\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4747_Sentinel2_378880_0491520_389120_0501760_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4747_Sentinel2_378880_0491520_389120_0501760_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4748-Sentinel2-378880-0501760-389120-0512000\r\n", + " collection: Sentinel2\r\n", + " left: 378880\r\n", + " bottom: 0501760\r\n", + " right: 389120\r\n", + " top: 0512000\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4748_Sentinel2_378880_0501760_389120_0512000_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4748_Sentinel2_378880_0501760_389120_0512000_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4749-Sentinel2-378880-0512000-389120-0522240\r\n", + " collection: Sentinel2\r\n", + " left: 378880\r\n", + " bottom: 0512000\r\n", + " right: 389120\r\n", + " top: 0522240\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4749_Sentinel2_378880_0512000_389120_0522240_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4749_Sentinel2_378880_0512000_389120_0522240_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4750-Sentinel2-378880-0522240-389120-0532480\r\n", + " collection: Sentinel2\r\n", + " left: 378880\r\n", + " bottom: 0522240\r\n", + " right: 389120\r\n", + " top: 0532480\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4750_Sentinel2_378880_0522240_389120_0532480_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4750_Sentinel2_378880_0522240_389120_0532480_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4751-Sentinel2-378880-0532480-389120-0542720\r\n", + " collection: Sentinel2\r\n", + " left: 378880\r\n", + " bottom: 0532480\r\n", + " right: 389120\r\n", + " top: 0542720\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4751_Sentinel2_378880_0532480_389120_0542720_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4751_Sentinel2_378880_0532480_389120_0542720_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4752-Sentinel2-378880-0542720-389120-0552960\r\n", + " collection: Sentinel2\r\n", + " left: 378880\r\n", + " bottom: 0542720\r\n", + " right: 389120\r\n", + " top: 0552960\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4752_Sentinel2_378880_0542720_389120_0552960_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4752_Sentinel2_378880_0542720_389120_0552960_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4753-Sentinel2-378880-0552960-389120-0563200\r\n", + " collection: Sentinel2\r\n", + " left: 378880\r\n", + " bottom: 0552960\r\n", + " right: 389120\r\n", + " top: 0563200\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4753_Sentinel2_378880_0552960_389120_0563200_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4753_Sentinel2_378880_0552960_389120_0563200_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4754-Sentinel2-378880-0563200-389120-0573440\r\n", + " collection: Sentinel2\r\n", + " left: 378880\r\n", + " bottom: 0563200\r\n", + " right: 389120\r\n", + " top: 0573440\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4754_Sentinel2_378880_0563200_389120_0573440_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4754_Sentinel2_378880_0563200_389120_0573440_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4755-Sentinel2-378880-0573440-389120-0583680\r\n", + " collection: Sentinel2\r\n", + " left: 378880\r\n", + " bottom: 0573440\r\n", + " right: 389120\r\n", + " top: 0583680\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4755_Sentinel2_378880_0573440_389120_0583680_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4755_Sentinel2_378880_0573440_389120_0583680_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4756-Sentinel2-378880-0583680-389120-0593920\r\n", + " collection: Sentinel2\r\n", + " left: 378880\r\n", + " bottom: 0583680\r\n", + " right: 389120\r\n", + " top: 0593920\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4756_Sentinel2_378880_0583680_389120_0593920_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4756_Sentinel2_378880_0583680_389120_0593920_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4757-Sentinel2-378880-0593920-389120-0604160\r\n", + " collection: Sentinel2\r\n", + " left: 378880\r\n", + " bottom: 0593920\r\n", + " right: 389120\r\n", + " top: 0604160\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4757_Sentinel2_378880_0593920_389120_0604160_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4757_Sentinel2_378880_0593920_389120_0604160_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4758-Sentinel2-378880-0604160-389120-0614400\r\n", + " collection: Sentinel2\r\n", + " left: 378880\r\n", + " bottom: 0604160\r\n", + " right: 389120\r\n", + " top: 0614400\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4758_Sentinel2_378880_0604160_389120_0614400_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4758_Sentinel2_378880_0604160_389120_0614400_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4759-Sentinel2-378880-0614400-389120-0624640\r\n", + " collection: Sentinel2\r\n", + " left: 378880\r\n", + " bottom: 0614400\r\n", + " right: 389120\r\n", + " top: 0624640\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4759_Sentinel2_378880_0614400_389120_0624640_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4759_Sentinel2_378880_0614400_389120_0624640_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4760-Sentinel2-378880-0624640-389120-0634880\r\n", + " collection: Sentinel2\r\n", + " left: 378880\r\n", + " bottom: 0624640\r\n", + " right: 389120\r\n", + " top: 0634880\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4760_Sentinel2_378880_0624640_389120_0634880_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4760_Sentinel2_378880_0624640_389120_0634880_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4761-Sentinel2-378880-0634880-389120-0645120\r\n", + " collection: Sentinel2\r\n", + " left: 378880\r\n", + " bottom: 0634880\r\n", + " right: 389120\r\n", + " top: 0645120\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4761_Sentinel2_378880_0634880_389120_0645120_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4761_Sentinel2_378880_0634880_389120_0645120_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4762-Sentinel2-378880-0645120-389120-0655360\r\n", + " collection: Sentinel2\r\n", + " left: 378880\r\n", + " bottom: 0645120\r\n", + " right: 389120\r\n", + " top: 0655360\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4762_Sentinel2_378880_0645120_389120_0655360_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4762_Sentinel2_378880_0645120_389120_0655360_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4763-Sentinel2-378880-0655360-389120-0665600\r\n", + " collection: Sentinel2\r\n", + " left: 378880\r\n", + " bottom: 0655360\r\n", + " right: 389120\r\n", + " top: 0665600\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4763_Sentinel2_378880_0655360_389120_0665600_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4763_Sentinel2_378880_0655360_389120_0665600_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4764-Sentinel2-378880-0665600-389120-0675840\r\n", + " collection: Sentinel2\r\n", + " left: 378880\r\n", + " bottom: 0665600\r\n", + " right: 389120\r\n", + " top: 0675840\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4764_Sentinel2_378880_0665600_389120_0675840_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4764_Sentinel2_378880_0665600_389120_0675840_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4773-Sentinel2-378880-0757760-389120-0768000\r\n", + " collection: Sentinel2\r\n", + " left: 378880\r\n", + " bottom: 0757760\r\n", + " right: 389120\r\n", + " top: 0768000\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4773_Sentinel2_378880_0757760_389120_0768000_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4773_Sentinel2_378880_0757760_389120_0768000_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4774-Sentinel2-378880-0768000-389120-0778240\r\n", + " collection: Sentinel2\r\n", + " left: 378880\r\n", + " bottom: 0768000\r\n", + " right: 389120\r\n", + " top: 0778240\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4774_Sentinel2_378880_0768000_389120_0778240_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4774_Sentinel2_378880_0768000_389120_0778240_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4775-Sentinel2-378880-0778240-389120-0788480\r\n", + " collection: Sentinel2\r\n", + " left: 378880\r\n", + " bottom: 0778240\r\n", + " right: 389120\r\n", + " top: 0788480\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4775_Sentinel2_378880_0778240_389120_0788480_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4775_Sentinel2_378880_0778240_389120_0788480_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4776-Sentinel2-378880-0788480-389120-0798720\r\n", + " collection: Sentinel2\r\n", + " left: 378880\r\n", + " bottom: 0788480\r\n", + " right: 389120\r\n", + " top: 0798720\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4776_Sentinel2_378880_0788480_389120_0798720_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4776_Sentinel2_378880_0788480_389120_0798720_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4777-Sentinel2-378880-0798720-389120-0808960\r\n", + " collection: Sentinel2\r\n", + " left: 378880\r\n", + " bottom: 0798720\r\n", + " right: 389120\r\n", + " top: 0808960\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4777_Sentinel2_378880_0798720_389120_0808960_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4777_Sentinel2_378880_0798720_389120_0808960_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4778-Sentinel2-378880-0808960-389120-0819200\r\n", + " collection: Sentinel2\r\n", + " left: 378880\r\n", + " bottom: 0808960\r\n", + " right: 389120\r\n", + " top: 0819200\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4778_Sentinel2_378880_0808960_389120_0819200_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4778_Sentinel2_378880_0808960_389120_0819200_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4779-Sentinel2-378880-0819200-389120-0829440\r\n", + " collection: Sentinel2\r\n", + " left: 378880\r\n", + " bottom: 0819200\r\n", + " right: 389120\r\n", + " top: 0829440\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4779_Sentinel2_378880_0819200_389120_0829440_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4779_Sentinel2_378880_0819200_389120_0829440_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4780-Sentinel2-378880-0829440-389120-0839680\r\n", + " collection: Sentinel2\r\n", + " left: 378880\r\n", + " bottom: 0829440\r\n", + " right: 389120\r\n", + " top: 0839680\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4780_Sentinel2_378880_0829440_389120_0839680_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4780_Sentinel2_378880_0829440_389120_0839680_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\r\n", + " output_location downloads_output/4781-Sentinel2-378880-0839680-389120-0849920\r\n", + " collection: Sentinel2\r\n", + " left: 378880\r\n", + " bottom: 0839680\r\n", + " right: 389120\r\n", + " top: 0849920\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4781_Sentinel2_378880_0839680_389120_0849920_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4781_Sentinel2_378880_0839680_389120_0849920_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4782-Sentinel2-378880-0849920-389120-0860160\r\n", + " collection: Sentinel2\r\n", + " left: 378880\r\n", + " bottom: 0849920\r\n", + " right: 389120\r\n", + " top: 0860160\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4782_Sentinel2_378880_0849920_389120_0860160_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4782_Sentinel2_378880_0849920_389120_0860160_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4783-Sentinel2-378880-0860160-389120-0870400\r\n", + " collection: Sentinel2\r\n", + " left: 378880\r\n", + " bottom: 0860160\r\n", + " right: 389120\r\n", + " top: 0870400\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4783_Sentinel2_378880_0860160_389120_0870400_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4783_Sentinel2_378880_0860160_389120_0870400_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4802-Sentinel2-378880-1054720-389120-1064960\r\n", + " collection: Sentinel2\r\n", + " left: 378880\r\n", + " bottom: 1054720\r\n", + " right: 389120\r\n", + " top: 1064960\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4802_Sentinel2_378880_1054720_389120_1064960_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4802_Sentinel2_378880_1054720_389120_1064960_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4833-Sentinel2-389120-0071680-399360-0081920\r\n", + " collection: Sentinel2\r\n", + " left: 389120\r\n", + " bottom: 0071680\r\n", + " right: 399360\r\n", + " top: 0081920\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4833_Sentinel2_389120_0071680_399360_0081920_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4833_Sentinel2_389120_0071680_399360_0081920_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4834-Sentinel2-389120-0081920-399360-0092160\r\n", + " collection: Sentinel2\r\n", + " left: 389120\r\n", + " bottom: 0081920\r\n", + " right: 399360\r\n", + " top: 0092160\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4834_Sentinel2_389120_0081920_399360_0092160_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4834_Sentinel2_389120_0081920_399360_0092160_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4835-Sentinel2-389120-0092160-399360-0102400\r\n", + " collection: Sentinel2\r\n", + " left: 389120\r\n", + " bottom: 0092160\r\n", + " right: 399360\r\n", + " top: 0102400\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4835_Sentinel2_389120_0092160_399360_0102400_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4835_Sentinel2_389120_0092160_399360_0102400_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4836-Sentinel2-389120-0102400-399360-0112640\r\n", + " collection: Sentinel2\r\n", + " left: 389120\r\n", + " bottom: 0102400\r\n", + " right: 399360\r\n", + " top: 0112640\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4836_Sentinel2_389120_0102400_399360_0112640_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4836_Sentinel2_389120_0102400_399360_0112640_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4837-Sentinel2-389120-0112640-399360-0122880\r\n", + " collection: Sentinel2\r\n", + " left: 389120\r\n", + " bottom: 0112640\r\n", + " right: 399360\r\n", + " top: 0122880\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4837_Sentinel2_389120_0112640_399360_0122880_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4837_Sentinel2_389120_0112640_399360_0122880_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4838-Sentinel2-389120-0122880-399360-0133120\r\n", + " collection: Sentinel2\r\n", + " left: 389120\r\n", + " bottom: 0122880\r\n", + " right: 399360\r\n", + " top: 0133120\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4838_Sentinel2_389120_0122880_399360_0133120_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4838_Sentinel2_389120_0122880_399360_0133120_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4839-Sentinel2-389120-0133120-399360-0143360\r\n", + " collection: Sentinel2\r\n", + " left: 389120\r\n", + " bottom: 0133120\r\n", + " right: 399360\r\n", + " top: 0143360\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4839_Sentinel2_389120_0133120_399360_0143360_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4839_Sentinel2_389120_0133120_399360_0143360_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4840-Sentinel2-389120-0143360-399360-0153600\r\n", + " collection: Sentinel2\r\n", + " left: 389120\r\n", + " bottom: 0143360\r\n", + " right: 399360\r\n", + " top: 0153600\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4840_Sentinel2_389120_0143360_399360_0153600_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4840_Sentinel2_389120_0143360_399360_0153600_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4841-Sentinel2-389120-0153600-399360-0163840\r\n", + " collection: Sentinel2\r\n", + " left: 389120\r\n", + " bottom: 0153600\r\n", + " right: 399360\r\n", + " top: 0163840\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4841_Sentinel2_389120_0153600_399360_0163840_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4841_Sentinel2_389120_0153600_399360_0163840_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4842-Sentinel2-389120-0163840-399360-0174080\r\n", + " collection: Sentinel2\r\n", + " left: 389120\r\n", + " bottom: 0163840\r\n", + " right: 399360\r\n", + " top: 0174080\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4842_Sentinel2_389120_0163840_399360_0174080_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4842_Sentinel2_389120_0163840_399360_0174080_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4843-Sentinel2-389120-0174080-399360-0184320\r\n", + " collection: Sentinel2\r\n", + " left: 389120\r\n", + " bottom: 0174080\r\n", + " right: 399360\r\n", + " top: 0184320\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4843_Sentinel2_389120_0174080_399360_0184320_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4843_Sentinel2_389120_0174080_399360_0184320_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4844-Sentinel2-389120-0184320-399360-0194560\r\n", + " collection: Sentinel2\r\n", + " left: 389120\r\n", + " bottom: 0184320\r\n", + " right: 399360\r\n", + " top: 0194560\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4844_Sentinel2_389120_0184320_399360_0194560_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4844_Sentinel2_389120_0184320_399360_0194560_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4845-Sentinel2-389120-0194560-399360-0204800\r\n", + " collection: Sentinel2\r\n", + " left: 389120\r\n", + " bottom: 0194560\r\n", + " right: 399360\r\n", + " top: 0204800\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4845_Sentinel2_389120_0194560_399360_0204800_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4845_Sentinel2_389120_0194560_399360_0204800_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4846-Sentinel2-389120-0204800-399360-0215040\r\n", + " collection: Sentinel2\r\n", + " left: 389120\r\n", + " bottom: 0204800\r\n", + " right: 399360\r\n", + " top: 0215040\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4846_Sentinel2_389120_0204800_399360_0215040_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4846_Sentinel2_389120_0204800_399360_0215040_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4847-Sentinel2-389120-0215040-399360-0225280\r\n", + " collection: Sentinel2\r\n", + " left: 389120\r\n", + " bottom: 0215040\r\n", + " right: 399360\r\n", + " top: 0225280\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4847_Sentinel2_389120_0215040_399360_0225280_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4847_Sentinel2_389120_0215040_399360_0225280_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4848-Sentinel2-389120-0225280-399360-0235520\r\n", + " collection: Sentinel2\r\n", + " left: 389120\r\n", + " bottom: 0225280\r\n", + " right: 399360\r\n", + " top: 0235520\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4848_Sentinel2_389120_0225280_399360_0235520_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4848_Sentinel2_389120_0225280_399360_0235520_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4849-Sentinel2-389120-0235520-399360-0245760\r\n", + " collection: Sentinel2\r\n", + " left: 389120\r\n", + " bottom: 0235520\r\n", + " right: 399360\r\n", + " top: 0245760\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4849_Sentinel2_389120_0235520_399360_0245760_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4849_Sentinel2_389120_0235520_399360_0245760_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4850-Sentinel2-389120-0245760-399360-0256000\r\n", + " collection: Sentinel2\r\n", + " left: 389120\r\n", + " bottom: 0245760\r\n", + " right: 399360\r\n", + " top: 0256000\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4850_Sentinel2_389120_0245760_399360_0256000_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4850_Sentinel2_389120_0245760_399360_0256000_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4851-Sentinel2-389120-0256000-399360-0266240\r\n", + " collection: Sentinel2\r\n", + " left: 389120\r\n", + " bottom: 0256000\r\n", + " right: 399360\r\n", + " top: 0266240\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4851_Sentinel2_389120_0256000_399360_0266240_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4851_Sentinel2_389120_0256000_399360_0266240_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4852-Sentinel2-389120-0266240-399360-0276480\r\n", + " collection: Sentinel2\r\n", + " left: 389120\r\n", + " bottom: 0266240\r\n", + " right: 399360\r\n", + " top: 0276480\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4852_Sentinel2_389120_0266240_399360_0276480_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4852_Sentinel2_389120_0266240_399360_0276480_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4853-Sentinel2-389120-0276480-399360-0286720\r\n", + " collection: Sentinel2\r\n", + " left: 389120\r\n", + " bottom: 0276480\r\n", + " right: 399360\r\n", + " top: 0286720\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4853_Sentinel2_389120_0276480_399360_0286720_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4853_Sentinel2_389120_0276480_399360_0286720_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4854-Sentinel2-389120-0286720-399360-0296960\r\n", + " collection: Sentinel2\r\n", + " left: 389120\r\n", + " bottom: 0286720\r\n", + " right: 399360\r\n", + " top: 0296960\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4854_Sentinel2_389120_0286720_399360_0296960_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4854_Sentinel2_389120_0286720_399360_0296960_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4855-Sentinel2-389120-0296960-399360-0307200\r\n", + " collection: Sentinel2\r\n", + " left: 389120\r\n", + " bottom: 0296960\r\n", + " right: 399360\r\n", + " top: 0307200\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4855_Sentinel2_389120_0296960_399360_0307200_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4855_Sentinel2_389120_0296960_399360_0307200_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4856-Sentinel2-389120-0307200-399360-0317440\r\n", + " collection: Sentinel2\r\n", + " left: 389120\r\n", + " bottom: 0307200\r\n", + " right: 399360\r\n", + " top: 0317440\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4856_Sentinel2_389120_0307200_399360_0317440_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4856_Sentinel2_389120_0307200_399360_0317440_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4857-Sentinel2-389120-0317440-399360-0327680\r\n", + " collection: Sentinel2\r\n", + " left: 389120\r\n", + " bottom: 0317440\r\n", + " right: 399360\r\n", + " top: 0327680\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4857_Sentinel2_389120_0317440_399360_0327680_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4857_Sentinel2_389120_0317440_399360_0327680_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4858-Sentinel2-389120-0327680-399360-0337920\r\n", + " collection: Sentinel2\r\n", + " left: 389120\r\n", + " bottom: 0327680\r\n", + " right: 399360\r\n", + " top: 0337920\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4858_Sentinel2_389120_0327680_399360_0337920_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4858_Sentinel2_389120_0327680_399360_0337920_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4859-Sentinel2-389120-0337920-399360-0348160\r\n", + " collection: Sentinel2\r\n", + " left: 389120\r\n", + " bottom: 0337920\r\n", + " right: 399360\r\n", + " top: 0348160\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4859_Sentinel2_389120_0337920_399360_0348160_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4859_Sentinel2_389120_0337920_399360_0348160_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4860-Sentinel2-389120-0348160-399360-0358400\r\n", + " collection: Sentinel2\r\n", + " left: 389120\r\n", + " bottom: 0348160\r\n", + " right: 399360\r\n", + " top: 0358400\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4860_Sentinel2_389120_0348160_399360_0358400_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4860_Sentinel2_389120_0348160_399360_0358400_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4861-Sentinel2-389120-0358400-399360-0368640\r\n", + " collection: Sentinel2\r\n", + " left: 389120\r\n", + " bottom: 0358400\r\n", + " right: 399360\r\n", + " top: 0368640\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4861_Sentinel2_389120_0358400_399360_0368640_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4861_Sentinel2_389120_0358400_399360_0368640_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4862-Sentinel2-389120-0368640-399360-0378880\r\n", + " collection: Sentinel2\r\n", + " left: 389120\r\n", + " bottom: 0368640\r\n", + " right: 399360\r\n", + " top: 0378880\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4862_Sentinel2_389120_0368640_399360_0378880_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4862_Sentinel2_389120_0368640_399360_0378880_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4863-Sentinel2-389120-0378880-399360-0389120\r\n", + " collection: Sentinel2\r\n", + " left: 389120\r\n", + " bottom: 0378880\r\n", + " right: 399360\r\n", + " top: 0389120\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4863_Sentinel2_389120_0378880_399360_0389120_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4863_Sentinel2_389120_0378880_399360_0389120_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4864-Sentinel2-389120-0389120-399360-0399360\r\n", + " collection: Sentinel2\r\n", + " left: 389120\r\n", + " bottom: 0389120\r\n", + " right: 399360\r\n", + " top: 0399360\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4864_Sentinel2_389120_0389120_399360_0399360_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4864_Sentinel2_389120_0389120_399360_0399360_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4865-Sentinel2-389120-0399360-399360-0409600\r\n", + " collection: Sentinel2\r\n", + " left: 389120\r\n", + " bottom: 0399360\r\n", + " right: 399360\r\n", + " top: 0409600\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4865_Sentinel2_389120_0399360_399360_0409600_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4865_Sentinel2_389120_0399360_399360_0409600_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4866-Sentinel2-389120-0409600-399360-0419840\r\n", + " collection: Sentinel2\r\n", + " left: 389120\r\n", + " bottom: 0409600\r\n", + " right: 399360\r\n", + " top: 0419840\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4866_Sentinel2_389120_0409600_399360_0419840_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4866_Sentinel2_389120_0409600_399360_0419840_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4867-Sentinel2-389120-0419840-399360-0430080\r\n", + " collection: Sentinel2\r\n", + " left: 389120\r\n", + " bottom: 0419840\r\n", + " right: 399360\r\n", + " top: 0430080\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4867_Sentinel2_389120_0419840_399360_0430080_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4867_Sentinel2_389120_0419840_399360_0430080_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4868-Sentinel2-389120-0430080-399360-0440320\r\n", + " collection: Sentinel2\r\n", + " left: 389120\r\n", + " bottom: 0430080\r\n", + " right: 399360\r\n", + " top: 0440320\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4868_Sentinel2_389120_0430080_399360_0440320_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4868_Sentinel2_389120_0430080_399360_0440320_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4869-Sentinel2-389120-0440320-399360-0450560\r\n", + " collection: Sentinel2\r\n", + " left: 389120\r\n", + " bottom: 0440320\r\n", + " right: 399360\r\n", + " top: 0450560\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4869_Sentinel2_389120_0440320_399360_0450560_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4869_Sentinel2_389120_0440320_399360_0450560_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4870-Sentinel2-389120-0450560-399360-0460800\r\n", + " collection: Sentinel2\r\n", + " left: 389120\r\n", + " bottom: 0450560\r\n", + " right: 399360\r\n", + " top: 0460800\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4870_Sentinel2_389120_0450560_399360_0460800_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4870_Sentinel2_389120_0450560_399360_0460800_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4871-Sentinel2-389120-0460800-399360-0471040\r\n", + " collection: Sentinel2\r\n", + " left: 389120\r\n", + " bottom: 0460800\r\n", + " right: 399360\r\n", + " top: 0471040\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4871_Sentinel2_389120_0460800_399360_0471040_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4871_Sentinel2_389120_0460800_399360_0471040_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4872-Sentinel2-389120-0471040-399360-0481280\r\n", + " collection: Sentinel2\r\n", + " left: 389120\r\n", + " bottom: 0471040\r\n", + " right: 399360\r\n", + " top: 0481280\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4872_Sentinel2_389120_0471040_399360_0481280_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4872_Sentinel2_389120_0471040_399360_0481280_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4873-Sentinel2-389120-0481280-399360-0491520\r\n", + " collection: Sentinel2\r\n", + " left: 389120\r\n", + " bottom: 0481280\r\n", + " right: 399360\r\n", + " top: 0491520\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4873_Sentinel2_389120_0481280_399360_0491520_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4873_Sentinel2_389120_0481280_399360_0491520_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4874-Sentinel2-389120-0491520-399360-0501760\r\n", + " collection: Sentinel2\r\n", + " left: 389120\r\n", + " bottom: 0491520\r\n", + " right: 399360\r\n", + " top: 0501760\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4874_Sentinel2_389120_0491520_399360_0501760_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4874_Sentinel2_389120_0491520_399360_0501760_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4875-Sentinel2-389120-0501760-399360-0512000\r\n", + " collection: Sentinel2\r\n", + " left: 389120\r\n", + " bottom: 0501760\r\n", + " right: 399360\r\n", + " top: 0512000\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4875_Sentinel2_389120_0501760_399360_0512000_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4875_Sentinel2_389120_0501760_399360_0512000_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4876-Sentinel2-389120-0512000-399360-0522240\r\n", + " collection: Sentinel2\r\n", + " left: 389120\r\n", + " bottom: 0512000\r\n", + " right: 399360\r\n", + " top: 0522240\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4876_Sentinel2_389120_0512000_399360_0522240_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4876_Sentinel2_389120_0512000_399360_0522240_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4877-Sentinel2-389120-0522240-399360-0532480\r\n", + " collection: Sentinel2\r\n", + " left: 389120\r\n", + " bottom: 0522240\r\n", + " right: 399360\r\n", + " top: 0532480\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4877_Sentinel2_389120_0522240_399360_0532480_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4877_Sentinel2_389120_0522240_399360_0532480_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4878-Sentinel2-389120-0532480-399360-0542720\r\n", + " collection: Sentinel2\r\n", + " left: 389120\r\n", + " bottom: 0532480\r\n", + " right: 399360\r\n", + " top: 0542720\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4878_Sentinel2_389120_0532480_399360_0542720_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4878_Sentinel2_389120_0532480_399360_0542720_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4879-Sentinel2-389120-0542720-399360-0552960\r\n", + " collection: Sentinel2\r\n", + " left: 389120\r\n", + " bottom: 0542720\r\n", + " right: 399360\r\n", + " top: 0552960\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4879_Sentinel2_389120_0542720_399360_0552960_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4879_Sentinel2_389120_0542720_399360_0552960_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4880-Sentinel2-389120-0552960-399360-0563200\r\n", + " collection: Sentinel2\r\n", + " left: 389120\r\n", + " bottom: 0552960\r\n", + " right: 399360\r\n", + " top: 0563200\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4880_Sentinel2_389120_0552960_399360_0563200_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4880_Sentinel2_389120_0552960_399360_0563200_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4881-Sentinel2-389120-0563200-399360-0573440\r\n", + " collection: Sentinel2\r\n", + " left: 389120\r\n", + " bottom: 0563200\r\n", + " right: 399360\r\n", + " top: 0573440\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4881_Sentinel2_389120_0563200_399360_0573440_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4881_Sentinel2_389120_0563200_399360_0573440_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4882-Sentinel2-389120-0573440-399360-0583680\r\n", + " collection: Sentinel2\r\n", + " left: 389120\r\n", + " bottom: 0573440\r\n", + " right: 399360\r\n", + " top: 0583680\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4882_Sentinel2_389120_0573440_399360_0583680_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4882_Sentinel2_389120_0573440_399360_0583680_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4883-Sentinel2-389120-0583680-399360-0593920\r\n", + " collection: Sentinel2\r\n", + " left: 389120\r\n", + " bottom: 0583680\r\n", + " right: 399360\r\n", + " top: 0593920\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4883_Sentinel2_389120_0583680_399360_0593920_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4883_Sentinel2_389120_0583680_399360_0593920_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4884-Sentinel2-389120-0593920-399360-0604160\r\n", + " collection: Sentinel2\r\n", + " left: 389120\r\n", + " bottom: 0593920\r\n", + " right: 399360\r\n", + " top: 0604160\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4884_Sentinel2_389120_0593920_399360_0604160_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4884_Sentinel2_389120_0593920_399360_0604160_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4885-Sentinel2-389120-0604160-399360-0614400\r\n", + " collection: Sentinel2\r\n", + " left: 389120\r\n", + " bottom: 0604160\r\n", + " right: 399360\r\n", + " top: 0614400\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4885_Sentinel2_389120_0604160_399360_0614400_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4885_Sentinel2_389120_0604160_399360_0614400_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4886-Sentinel2-389120-0614400-399360-0624640\r\n", + " collection: Sentinel2\r\n", + " left: 389120\r\n", + " bottom: 0614400\r\n", + " right: 399360\r\n", + " top: 0624640\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4886_Sentinel2_389120_0614400_399360_0624640_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4886_Sentinel2_389120_0614400_399360_0624640_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4887-Sentinel2-389120-0624640-399360-0634880\r\n", + " collection: Sentinel2\r\n", + " left: 389120\r\n", + " bottom: 0624640\r\n", + " right: 399360\r\n", + " top: 0634880\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4887_Sentinel2_389120_0624640_399360_0634880_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4887_Sentinel2_389120_0624640_399360_0634880_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4888-Sentinel2-389120-0634880-399360-0645120\r\n", + " collection: Sentinel2\r\n", + " left: 389120\r\n", + " bottom: 0634880\r\n", + " right: 399360\r\n", + " top: 0645120\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4888_Sentinel2_389120_0634880_399360_0645120_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4888_Sentinel2_389120_0634880_399360_0645120_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4889-Sentinel2-389120-0645120-399360-0655360\r\n", + " collection: Sentinel2\r\n", + " left: 389120\r\n", + " bottom: 0645120\r\n", + " right: 399360\r\n", + " top: 0655360\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4889_Sentinel2_389120_0645120_399360_0655360_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4889_Sentinel2_389120_0645120_399360_0655360_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4890-Sentinel2-389120-0655360-399360-0665600\r\n", + " collection: Sentinel2\r\n", + " left: 389120\r\n", + " bottom: 0655360\r\n", + " right: 399360\r\n", + " top: 0665600\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4890_Sentinel2_389120_0655360_399360_0665600_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4890_Sentinel2_389120_0655360_399360_0665600_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4891-Sentinel2-389120-0665600-399360-0675840\r\n", + " collection: Sentinel2\r\n", + " left: 389120\r\n", + " bottom: 0665600\r\n", + " right: 399360\r\n", + " top: 0675840\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4891_Sentinel2_389120_0665600_399360_0675840_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4891_Sentinel2_389120_0665600_399360_0675840_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4902-Sentinel2-389120-0778240-399360-0788480\r\n", + " collection: Sentinel2\r\n", + " left: 389120\r\n", + " bottom: 0778240\r\n", + " right: 399360\r\n", + " top: 0788480\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4902_Sentinel2_389120_0778240_399360_0788480_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4902_Sentinel2_389120_0778240_399360_0788480_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4903-Sentinel2-389120-0788480-399360-0798720\r\n", + " collection: Sentinel2\r\n", + " left: 389120\r\n", + " bottom: 0788480\r\n", + " right: 399360\r\n", + " top: 0798720\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4903_Sentinel2_389120_0788480_399360_0798720_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4903_Sentinel2_389120_0788480_399360_0798720_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4904-Sentinel2-389120-0798720-399360-0808960\r\n", + " collection: Sentinel2\r\n", + " left: 389120\r\n", + " bottom: 0798720\r\n", + " right: 399360\r\n", + " top: 0808960\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4904_Sentinel2_389120_0798720_399360_0808960_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4904_Sentinel2_389120_0798720_399360_0808960_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4905-Sentinel2-389120-0808960-399360-0819200\r\n", + " collection: Sentinel2\r\n", + " left: 389120\r\n", + " bottom: 0808960\r\n", + " right: 399360\r\n", + " top: 0819200\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4905_Sentinel2_389120_0808960_399360_0819200_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4905_Sentinel2_389120_0808960_399360_0819200_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4906-Sentinel2-389120-0819200-399360-0829440\r\n", + " collection: Sentinel2\r\n", + " left: 389120\r\n", + " bottom: 0819200\r\n", + " right: 399360\r\n", + " top: 0829440\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4906_Sentinel2_389120_0819200_399360_0829440_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4906_Sentinel2_389120_0819200_399360_0829440_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4907-Sentinel2-389120-0829440-399360-0839680\r\n", + " collection: Sentinel2\r\n", + " left: 389120\r\n", + " bottom: 0829440\r\n", + " right: 399360\r\n", + " top: 0839680\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4907_Sentinel2_389120_0829440_399360_0839680_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4907_Sentinel2_389120_0829440_399360_0839680_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4908-Sentinel2-389120-0839680-399360-0849920\r\n", + " collection: Sentinel2\r\n", + " left: 389120\r\n", + " bottom: 0839680\r\n", + " right: 399360\r\n", + " top: 0849920\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4908_Sentinel2_389120_0839680_399360_0849920_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4908_Sentinel2_389120_0839680_399360_0849920_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4909-Sentinel2-389120-0849920-399360-0860160\r\n", + " collection: Sentinel2\r\n", + " left: 389120\r\n", + " bottom: 0849920\r\n", + " right: 399360\r\n", + " top: 0860160\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4909_Sentinel2_389120_0849920_399360_0860160_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4909_Sentinel2_389120_0849920_399360_0860160_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4910-Sentinel2-389120-0860160-399360-0870400\r\n", + " collection: Sentinel2\r\n", + " left: 389120\r\n", + " bottom: 0860160\r\n", + " right: 399360\r\n", + " top: 0870400\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4910_Sentinel2_389120_0860160_399360_0870400_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4910_Sentinel2_389120_0860160_399360_0870400_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4936-Sentinel2-389120-1126400-399360-1136640\r\n", + " collection: Sentinel2\r\n", + " left: 389120\r\n", + " bottom: 1126400\r\n", + " right: 399360\r\n", + " top: 1136640\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4936_Sentinel2_389120_1126400_399360_1136640_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4936_Sentinel2_389120_1126400_399360_1136640_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4937-Sentinel2-389120-1136640-399360-1146880\r\n", + " collection: Sentinel2\r\n", + " left: 389120\r\n", + " bottom: 1136640\r\n", + " right: 399360\r\n", + " top: 1146880\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4937_Sentinel2_389120_1136640_399360_1146880_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4937_Sentinel2_389120_1136640_399360_1146880_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4960-Sentinel2-399360-0071680-409600-0081920\r\n", + " collection: Sentinel2\r\n", + " left: 399360\r\n", + " bottom: 0071680\r\n", + " right: 409600\r\n", + " top: 0081920\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4960_Sentinel2_399360_0071680_409600_0081920_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4960_Sentinel2_399360_0071680_409600_0081920_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4961-Sentinel2-399360-0081920-409600-0092160\r\n", + " collection: Sentinel2\r\n", + " left: 399360\r\n", + " bottom: 0081920\r\n", + " right: 409600\r\n", + " top: 0092160\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4961_Sentinel2_399360_0081920_409600_0092160_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4961_Sentinel2_399360_0081920_409600_0092160_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4962-Sentinel2-399360-0092160-409600-0102400\r\n", + " collection: Sentinel2\r\n", + " left: 399360\r\n", + " bottom: 0092160\r\n", + " right: 409600\r\n", + " top: 0102400\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4962_Sentinel2_399360_0092160_409600_0102400_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4962_Sentinel2_399360_0092160_409600_0102400_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4963-Sentinel2-399360-0102400-409600-0112640\r\n", + " collection: Sentinel2\r\n", + " left: 399360\r\n", + " bottom: 0102400\r\n", + " right: 409600\r\n", + " top: 0112640\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4963_Sentinel2_399360_0102400_409600_0112640_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4963_Sentinel2_399360_0102400_409600_0112640_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4964-Sentinel2-399360-0112640-409600-0122880\r\n", + " collection: Sentinel2\r\n", + " left: 399360\r\n", + " bottom: 0112640\r\n", + " right: 409600\r\n", + " top: 0122880\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4964_Sentinel2_399360_0112640_409600_0122880_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4964_Sentinel2_399360_0112640_409600_0122880_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4965-Sentinel2-399360-0122880-409600-0133120\r\n", + " collection: Sentinel2\r\n", + " left: 399360\r\n", + " bottom: 0122880\r\n", + " right: 409600\r\n", + " top: 0133120\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4965_Sentinel2_399360_0122880_409600_0133120_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4965_Sentinel2_399360_0122880_409600_0133120_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4966-Sentinel2-399360-0133120-409600-0143360\r\n", + " collection: Sentinel2\r\n", + " left: 399360\r\n", + " bottom: 0133120\r\n", + " right: 409600\r\n", + " top: 0143360\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4966_Sentinel2_399360_0133120_409600_0143360_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4966_Sentinel2_399360_0133120_409600_0143360_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4967-Sentinel2-399360-0143360-409600-0153600\r\n", + " collection: Sentinel2\r\n", + " left: 399360\r\n", + " bottom: 0143360\r\n", + " right: 409600\r\n", + " top: 0153600\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4967_Sentinel2_399360_0143360_409600_0153600_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4967_Sentinel2_399360_0143360_409600_0153600_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4968-Sentinel2-399360-0153600-409600-0163840\r\n", + " collection: Sentinel2\r\n", + " left: 399360\r\n", + " bottom: 0153600\r\n", + " right: 409600\r\n", + " top: 0163840\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4968_Sentinel2_399360_0153600_409600_0163840_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4968_Sentinel2_399360_0153600_409600_0163840_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4969-Sentinel2-399360-0163840-409600-0174080\r\n", + " collection: Sentinel2\r\n", + " left: 399360\r\n", + " bottom: 0163840\r\n", + " right: 409600\r\n", + " top: 0174080\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4969_Sentinel2_399360_0163840_409600_0174080_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4969_Sentinel2_399360_0163840_409600_0174080_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4970-Sentinel2-399360-0174080-409600-0184320\r\n", + " collection: Sentinel2\r\n", + " left: 399360\r\n", + " bottom: 0174080\r\n", + " right: 409600\r\n", + " top: 0184320\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4970_Sentinel2_399360_0174080_409600_0184320_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4970_Sentinel2_399360_0174080_409600_0184320_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4971-Sentinel2-399360-0184320-409600-0194560\r\n", + " collection: Sentinel2\r\n", + " left: 399360\r\n", + " bottom: 0184320\r\n", + " right: 409600\r\n", + " top: 0194560\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4971_Sentinel2_399360_0184320_409600_0194560_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4971_Sentinel2_399360_0184320_409600_0194560_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4972-Sentinel2-399360-0194560-409600-0204800\r\n", + " collection: Sentinel2\r\n", + " left: 399360\r\n", + " bottom: 0194560\r\n", + " right: 409600\r\n", + " top: 0204800\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4972_Sentinel2_399360_0194560_409600_0204800_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4972_Sentinel2_399360_0194560_409600_0204800_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4973-Sentinel2-399360-0204800-409600-0215040\r\n", + " collection: Sentinel2\r\n", + " left: 399360\r\n", + " bottom: 0204800\r\n", + " right: 409600\r\n", + " top: 0215040\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4973_Sentinel2_399360_0204800_409600_0215040_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4973_Sentinel2_399360_0204800_409600_0215040_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4974-Sentinel2-399360-0215040-409600-0225280\r\n", + " collection: Sentinel2\r\n", + " left: 399360\r\n", + " bottom: 0215040\r\n", + " right: 409600\r\n", + " top: 0225280\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4974_Sentinel2_399360_0215040_409600_0225280_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4974_Sentinel2_399360_0215040_409600_0225280_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4975-Sentinel2-399360-0225280-409600-0235520\r\n", + " collection: Sentinel2\r\n", + " left: 399360\r\n", + " bottom: 0225280\r\n", + " right: 409600\r\n", + " top: 0235520\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4975_Sentinel2_399360_0225280_409600_0235520_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4975_Sentinel2_399360_0225280_409600_0235520_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4976-Sentinel2-399360-0235520-409600-0245760\r\n", + " collection: Sentinel2\r\n", + " left: 399360\r\n", + " bottom: 0235520\r\n", + " right: 409600\r\n", + " top: 0245760\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4976_Sentinel2_399360_0235520_409600_0245760_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4976_Sentinel2_399360_0235520_409600_0245760_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4977-Sentinel2-399360-0245760-409600-0256000\r\n", + " collection: Sentinel2\r\n", + " left: 399360\r\n", + " bottom: 0245760\r\n", + " right: 409600\r\n", + " top: 0256000\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4977_Sentinel2_399360_0245760_409600_0256000_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4977_Sentinel2_399360_0245760_409600_0256000_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4978-Sentinel2-399360-0256000-409600-0266240\r\n", + " collection: Sentinel2\r\n", + " left: 399360\r\n", + " bottom: 0256000\r\n", + " right: 409600\r\n", + " top: 0266240\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4978_Sentinel2_399360_0256000_409600_0266240_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4978_Sentinel2_399360_0256000_409600_0266240_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4979-Sentinel2-399360-0266240-409600-0276480\r\n", + " collection: Sentinel2\r\n", + " left: 399360\r\n", + " bottom: 0266240\r\n", + " right: 409600\r\n", + " top: 0276480\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4979_Sentinel2_399360_0266240_409600_0276480_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4979_Sentinel2_399360_0266240_409600_0276480_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4980-Sentinel2-399360-0276480-409600-0286720\r\n", + " collection: Sentinel2\r\n", + " left: 399360\r\n", + " bottom: 0276480\r\n", + " right: 409600\r\n", + " top: 0286720\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4980_Sentinel2_399360_0276480_409600_0286720_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4980_Sentinel2_399360_0276480_409600_0286720_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4981-Sentinel2-399360-0286720-409600-0296960\r\n", + " collection: Sentinel2\r\n", + " left: 399360\r\n", + " bottom: 0286720\r\n", + " right: 409600\r\n", + " top: 0296960\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4981_Sentinel2_399360_0286720_409600_0296960_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4981_Sentinel2_399360_0286720_409600_0296960_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4982-Sentinel2-399360-0296960-409600-0307200\r\n", + " collection: Sentinel2\r\n", + " left: 399360\r\n", + " bottom: 0296960\r\n", + " right: 409600\r\n", + " top: 0307200\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4982_Sentinel2_399360_0296960_409600_0307200_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4982_Sentinel2_399360_0296960_409600_0307200_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4983-Sentinel2-399360-0307200-409600-0317440\r\n", + " collection: Sentinel2\r\n", + " left: 399360\r\n", + " bottom: 0307200\r\n", + " right: 409600\r\n", + " top: 0317440\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4983_Sentinel2_399360_0307200_409600_0317440_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4983_Sentinel2_399360_0307200_409600_0317440_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4984-Sentinel2-399360-0317440-409600-0327680\r\n", + " collection: Sentinel2\r\n", + " left: 399360\r\n", + " bottom: 0317440\r\n", + " right: 409600\r\n", + " top: 0327680\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4984_Sentinel2_399360_0317440_409600_0327680_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4984_Sentinel2_399360_0317440_409600_0327680_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4985-Sentinel2-399360-0327680-409600-0337920\r\n", + " collection: Sentinel2\r\n", + " left: 399360\r\n", + " bottom: 0327680\r\n", + " right: 409600\r\n", + " top: 0337920\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4985_Sentinel2_399360_0327680_409600_0337920_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4985_Sentinel2_399360_0327680_409600_0337920_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4986-Sentinel2-399360-0337920-409600-0348160\r\n", + " collection: Sentinel2\r\n", + " left: 399360\r\n", + " bottom: 0337920\r\n", + " right: 409600\r\n", + " top: 0348160\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4986_Sentinel2_399360_0337920_409600_0348160_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4986_Sentinel2_399360_0337920_409600_0348160_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4987-Sentinel2-399360-0348160-409600-0358400\r\n", + " collection: Sentinel2\r\n", + " left: 399360\r\n", + " bottom: 0348160\r\n", + " right: 409600\r\n", + " top: 0358400\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4987_Sentinel2_399360_0348160_409600_0358400_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4987_Sentinel2_399360_0348160_409600_0358400_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4988-Sentinel2-399360-0358400-409600-0368640\r\n", + " collection: Sentinel2\r\n", + " left: 399360\r\n", + " bottom: 0358400\r\n", + " right: 409600\r\n", + " top: 0368640\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4988_Sentinel2_399360_0358400_409600_0368640_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4988_Sentinel2_399360_0358400_409600_0368640_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4989-Sentinel2-399360-0368640-409600-0378880\r\n", + " collection: Sentinel2\r\n", + " left: 399360\r\n", + " bottom: 0368640\r\n", + " right: 409600\r\n", + " top: 0378880\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4989_Sentinel2_399360_0368640_409600_0378880_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4989_Sentinel2_399360_0368640_409600_0378880_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4990-Sentinel2-399360-0378880-409600-0389120\r\n", + " collection: Sentinel2\r\n", + " left: 399360\r\n", + " bottom: 0378880\r\n", + " right: 409600\r\n", + " top: 0389120\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4990_Sentinel2_399360_0378880_409600_0389120_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4990_Sentinel2_399360_0378880_409600_0389120_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4991-Sentinel2-399360-0389120-409600-0399360\r\n", + " collection: Sentinel2\r\n", + " left: 399360\r\n", + " bottom: 0389120\r\n", + " right: 409600\r\n", + " top: 0399360\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4991_Sentinel2_399360_0389120_409600_0399360_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4991_Sentinel2_399360_0389120_409600_0399360_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4992-Sentinel2-399360-0399360-409600-0409600\r\n", + " collection: Sentinel2\r\n", + " left: 399360\r\n", + " bottom: 0399360\r\n", + " right: 409600\r\n", + " top: 0409600\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4992_Sentinel2_399360_0399360_409600_0409600_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4992_Sentinel2_399360_0399360_409600_0409600_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4993-Sentinel2-399360-0409600-409600-0419840\r\n", + " collection: Sentinel2\r\n", + " left: 399360\r\n", + " bottom: 0409600\r\n", + " right: 409600\r\n", + " top: 0419840\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4993_Sentinel2_399360_0409600_409600_0419840_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4993_Sentinel2_399360_0409600_409600_0419840_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4994-Sentinel2-399360-0419840-409600-0430080\r\n", + " collection: Sentinel2\r\n", + " left: 399360\r\n", + " bottom: 0419840\r\n", + " right: 409600\r\n", + " top: 0430080\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4994_Sentinel2_399360_0419840_409600_0430080_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4994_Sentinel2_399360_0419840_409600_0430080_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4995-Sentinel2-399360-0430080-409600-0440320\r\n", + " collection: Sentinel2\r\n", + " left: 399360\r\n", + " bottom: 0430080\r\n", + " right: 409600\r\n", + " top: 0440320\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4995_Sentinel2_399360_0430080_409600_0440320_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4995_Sentinel2_399360_0430080_409600_0440320_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4996-Sentinel2-399360-0440320-409600-0450560\r\n", + " collection: Sentinel2\r\n", + " left: 399360\r\n", + " bottom: 0440320\r\n", + " right: 409600\r\n", + " top: 0450560\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4996_Sentinel2_399360_0440320_409600_0450560_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4996_Sentinel2_399360_0440320_409600_0450560_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4997-Sentinel2-399360-0450560-409600-0460800\r\n", + " collection: Sentinel2\r\n", + " left: 399360\r\n", + " bottom: 0450560\r\n", + " right: 409600\r\n", + " top: 0460800\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4997_Sentinel2_399360_0450560_409600_0460800_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4997_Sentinel2_399360_0450560_409600_0460800_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4998-Sentinel2-399360-0460800-409600-0471040\r\n", + " collection: Sentinel2\r\n", + " left: 399360\r\n", + " bottom: 0460800\r\n", + " right: 409600\r\n", + " top: 0471040\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4998_Sentinel2_399360_0460800_409600_0471040_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4998_Sentinel2_399360_0460800_409600_0471040_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/4999-Sentinel2-399360-0471040-409600-0481280\r\n", + " collection: Sentinel2\r\n", + " left: 399360\r\n", + " bottom: 0471040\r\n", + " right: 409600\r\n", + " top: 0481280\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_4999_Sentinel2_399360_0471040_409600_0481280_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_4999_Sentinel2_399360_0471040_409600_0481280_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5000-Sentinel2-399360-0481280-409600-0491520\r\n", + " collection: Sentinel2\r\n", + " left: 399360\r\n", + " bottom: 0481280\r\n", + " right: 409600\r\n", + " top: 0491520\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5000_Sentinel2_399360_0481280_409600_0491520_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5000_Sentinel2_399360_0481280_409600_0491520_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5001-Sentinel2-399360-0491520-409600-0501760\r\n", + " collection: Sentinel2\r\n", + " left: 399360\r\n", + " bottom: 0491520\r\n", + " right: 409600\r\n", + " top: 0501760\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5001_Sentinel2_399360_0491520_409600_0501760_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5001_Sentinel2_399360_0491520_409600_0501760_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5002-Sentinel2-399360-0501760-409600-0512000\r\n", + " collection: Sentinel2\r\n", + " left: 399360\r\n", + " bottom: 0501760\r\n", + " right: 409600\r\n", + " top: 0512000\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5002_Sentinel2_399360_0501760_409600_0512000_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5002_Sentinel2_399360_0501760_409600_0512000_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5003-Sentinel2-399360-0512000-409600-0522240\r\n", + " collection: Sentinel2\r\n", + " left: 399360\r\n", + " bottom: 0512000\r\n", + " right: 409600\r\n", + " top: 0522240\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5003_Sentinel2_399360_0512000_409600_0522240_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5003_Sentinel2_399360_0512000_409600_0522240_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5004-Sentinel2-399360-0522240-409600-0532480\r\n", + " collection: Sentinel2\r\n", + " left: 399360\r\n", + " bottom: 0522240\r\n", + " right: 409600\r\n", + " top: 0532480\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5004_Sentinel2_399360_0522240_409600_0532480_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5004_Sentinel2_399360_0522240_409600_0532480_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5005-Sentinel2-399360-0532480-409600-0542720\r\n", + " collection: Sentinel2\r\n", + " left: 399360\r\n", + " bottom: 0532480\r\n", + " right: 409600\r\n", + " top: 0542720\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5005_Sentinel2_399360_0532480_409600_0542720_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5005_Sentinel2_399360_0532480_409600_0542720_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5006-Sentinel2-399360-0542720-409600-0552960\r\n", + " collection: Sentinel2\r\n", + " left: 399360\r\n", + " bottom: 0542720\r\n", + " right: 409600\r\n", + " top: 0552960\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5006_Sentinel2_399360_0542720_409600_0552960_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5006_Sentinel2_399360_0542720_409600_0552960_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5007-Sentinel2-399360-0552960-409600-0563200\r\n", + " collection: Sentinel2\r\n", + " left: 399360\r\n", + " bottom: 0552960\r\n", + " right: 409600\r\n", + " top: 0563200\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5007_Sentinel2_399360_0552960_409600_0563200_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5007_Sentinel2_399360_0552960_409600_0563200_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5008-Sentinel2-399360-0563200-409600-0573440\r\n", + " collection: Sentinel2\r\n", + " left: 399360\r\n", + " bottom: 0563200\r\n", + " right: 409600\r\n", + " top: 0573440\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5008_Sentinel2_399360_0563200_409600_0573440_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5008_Sentinel2_399360_0563200_409600_0573440_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5009-Sentinel2-399360-0573440-409600-0583680\r\n", + " collection: Sentinel2\r\n", + " left: 399360\r\n", + " bottom: 0573440\r\n", + " right: 409600\r\n", + " top: 0583680\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5009_Sentinel2_399360_0573440_409600_0583680_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5009_Sentinel2_399360_0573440_409600_0583680_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5010-Sentinel2-399360-0583680-409600-0593920\r\n", + " collection: Sentinel2\r\n", + " left: 399360\r\n", + " bottom: 0583680\r\n", + " right: 409600\r\n", + " top: 0593920\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5010_Sentinel2_399360_0583680_409600_0593920_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5010_Sentinel2_399360_0583680_409600_0593920_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5011-Sentinel2-399360-0593920-409600-0604160\r\n", + " collection: Sentinel2\r\n", + " left: 399360\r\n", + " bottom: 0593920\r\n", + " right: 409600\r\n", + " top: 0604160\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5011_Sentinel2_399360_0593920_409600_0604160_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5011_Sentinel2_399360_0593920_409600_0604160_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5012-Sentinel2-399360-0604160-409600-0614400\r\n", + " collection: Sentinel2\r\n", + " left: 399360\r\n", + " bottom: 0604160\r\n", + " right: 409600\r\n", + " top: 0614400\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5012_Sentinel2_399360_0604160_409600_0614400_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5012_Sentinel2_399360_0604160_409600_0614400_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5013-Sentinel2-399360-0614400-409600-0624640\r\n", + " collection: Sentinel2\r\n", + " left: 399360\r\n", + " bottom: 0614400\r\n", + " right: 409600\r\n", + " top: 0624640\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5013_Sentinel2_399360_0614400_409600_0624640_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5013_Sentinel2_399360_0614400_409600_0624640_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5014-Sentinel2-399360-0624640-409600-0634880\r\n", + " collection: Sentinel2\r\n", + " left: 399360\r\n", + " bottom: 0624640\r\n", + " right: 409600\r\n", + " top: 0634880\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5014_Sentinel2_399360_0624640_409600_0634880_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5014_Sentinel2_399360_0624640_409600_0634880_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5015-Sentinel2-399360-0634880-409600-0645120\r\n", + " collection: Sentinel2\r\n", + " left: 399360\r\n", + " bottom: 0634880\r\n", + " right: 409600\r\n", + " top: 0645120\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5015_Sentinel2_399360_0634880_409600_0645120_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5015_Sentinel2_399360_0634880_409600_0645120_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5016-Sentinel2-399360-0645120-409600-0655360\r\n", + " collection: Sentinel2\r\n", + " left: 399360\r\n", + " bottom: 0645120\r\n", + " right: 409600\r\n", + " top: 0655360\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5016_Sentinel2_399360_0645120_409600_0655360_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5016_Sentinel2_399360_0645120_409600_0655360_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5017-Sentinel2-399360-0655360-409600-0665600\r\n", + " collection: Sentinel2\r\n", + " left: 399360\r\n", + " bottom: 0655360\r\n", + " right: 409600\r\n", + " top: 0665600\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5017_Sentinel2_399360_0655360_409600_0665600_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5017_Sentinel2_399360_0655360_409600_0665600_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5033-Sentinel2-399360-0819200-409600-0829440\r\n", + " collection: Sentinel2\r\n", + " left: 399360\r\n", + " bottom: 0819200\r\n", + " right: 409600\r\n", + " top: 0829440\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5033_Sentinel2_399360_0819200_409600_0829440_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5033_Sentinel2_399360_0819200_409600_0829440_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5034-Sentinel2-399360-0829440-409600-0839680\r\n", + " collection: Sentinel2\r\n", + " left: 399360\r\n", + " bottom: 0829440\r\n", + " right: 409600\r\n", + " top: 0839680\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5034_Sentinel2_399360_0829440_409600_0839680_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5034_Sentinel2_399360_0829440_409600_0839680_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5035-Sentinel2-399360-0839680-409600-0849920\r\n", + " collection: Sentinel2\r\n", + " left: 399360\r\n", + " bottom: 0839680\r\n", + " right: 409600\r\n", + " top: 0849920\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5035_Sentinel2_399360_0839680_409600_0849920_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5035_Sentinel2_399360_0839680_409600_0849920_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5036-Sentinel2-399360-0849920-409600-0860160\r\n", + " collection: Sentinel2\r\n", + " left: 399360\r\n", + " bottom: 0849920\r\n", + " right: 409600\r\n", + " top: 0860160\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5036_Sentinel2_399360_0849920_409600_0860160_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5036_Sentinel2_399360_0849920_409600_0860160_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5037-Sentinel2-399360-0860160-409600-0870400\r\n", + " collection: Sentinel2\r\n", + " left: 399360\r\n", + " bottom: 0860160\r\n", + " right: 409600\r\n", + " top: 0870400\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5037_Sentinel2_399360_0860160_409600_0870400_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5037_Sentinel2_399360_0860160_409600_0870400_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5066-Sentinel2-399360-1157120-409600-1167360\r\n", + " collection: Sentinel2\r\n", + " left: 399360\r\n", + " bottom: 1157120\r\n", + " right: 409600\r\n", + " top: 1167360\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5066_Sentinel2_399360_1157120_409600_1167360_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5066_Sentinel2_399360_1157120_409600_1167360_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5088-Sentinel2-409600-0081920-419840-0092160\r\n", + " collection: Sentinel2\r\n", + " left: 409600\r\n", + " bottom: 0081920\r\n", + " right: 419840\r\n", + " top: 0092160\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5088_Sentinel2_409600_0081920_419840_0092160_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5088_Sentinel2_409600_0081920_419840_0092160_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5089-Sentinel2-409600-0092160-419840-0102400\r\n", + " collection: Sentinel2\r\n", + " left: 409600\r\n", + " bottom: 0092160\r\n", + " right: 419840\r\n", + " top: 0102400\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5089_Sentinel2_409600_0092160_419840_0102400_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5089_Sentinel2_409600_0092160_419840_0102400_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5090-Sentinel2-409600-0102400-419840-0112640\r\n", + " collection: Sentinel2\r\n", + " left: 409600\r\n", + " bottom: 0102400\r\n", + " right: 419840\r\n", + " top: 0112640\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5090_Sentinel2_409600_0102400_419840_0112640_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5090_Sentinel2_409600_0102400_419840_0112640_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5091-Sentinel2-409600-0112640-419840-0122880\r\n", + " collection: Sentinel2\r\n", + " left: 409600\r\n", + " bottom: 0112640\r\n", + " right: 419840\r\n", + " top: 0122880\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5091_Sentinel2_409600_0112640_419840_0122880_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5091_Sentinel2_409600_0112640_419840_0122880_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5092-Sentinel2-409600-0122880-419840-0133120\r\n", + " collection: Sentinel2\r\n", + " left: 409600\r\n", + " bottom: 0122880\r\n", + " right: 419840\r\n", + " top: 0133120\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5092_Sentinel2_409600_0122880_419840_0133120_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5092_Sentinel2_409600_0122880_419840_0133120_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5093-Sentinel2-409600-0133120-419840-0143360\r\n", + " collection: Sentinel2\r\n", + " left: 409600\r\n", + " bottom: 0133120\r\n", + " right: 419840\r\n", + " top: 0143360\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5093_Sentinel2_409600_0133120_419840_0143360_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5093_Sentinel2_409600_0133120_419840_0143360_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5094-Sentinel2-409600-0143360-419840-0153600\r\n", + " collection: Sentinel2\r\n", + " left: 409600\r\n", + " bottom: 0143360\r\n", + " right: 419840\r\n", + " top: 0153600\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5094_Sentinel2_409600_0143360_419840_0153600_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5094_Sentinel2_409600_0143360_419840_0153600_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5095-Sentinel2-409600-0153600-419840-0163840\r\n", + " collection: Sentinel2\r\n", + " left: 409600\r\n", + " bottom: 0153600\r\n", + " right: 419840\r\n", + " top: 0163840\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5095_Sentinel2_409600_0153600_419840_0163840_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5095_Sentinel2_409600_0153600_419840_0163840_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5096-Sentinel2-409600-0163840-419840-0174080\r\n", + " collection: Sentinel2\r\n", + " left: 409600\r\n", + " bottom: 0163840\r\n", + " right: 419840\r\n", + " top: 0174080\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5096_Sentinel2_409600_0163840_419840_0174080_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5096_Sentinel2_409600_0163840_419840_0174080_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5097-Sentinel2-409600-0174080-419840-0184320\r\n", + " collection: Sentinel2\r\n", + " left: 409600\r\n", + " bottom: 0174080\r\n", + " right: 419840\r\n", + " top: 0184320\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5097_Sentinel2_409600_0174080_419840_0184320_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5097_Sentinel2_409600_0174080_419840_0184320_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5098-Sentinel2-409600-0184320-419840-0194560\r\n", + " collection: Sentinel2\r\n", + " left: 409600\r\n", + " bottom: 0184320\r\n", + " right: 419840\r\n", + " top: 0194560\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5098_Sentinel2_409600_0184320_419840_0194560_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5098_Sentinel2_409600_0184320_419840_0194560_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5099-Sentinel2-409600-0194560-419840-0204800\r\n", + " collection: Sentinel2\r\n", + " left: 409600\r\n", + " bottom: 0194560\r\n", + " right: 419840\r\n", + " top: 0204800\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5099_Sentinel2_409600_0194560_419840_0204800_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5099_Sentinel2_409600_0194560_419840_0204800_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5100-Sentinel2-409600-0204800-419840-0215040\r\n", + " collection: Sentinel2\r\n", + " left: 409600\r\n", + " bottom: 0204800\r\n", + " right: 419840\r\n", + " top: 0215040\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5100_Sentinel2_409600_0204800_419840_0215040_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5100_Sentinel2_409600_0204800_419840_0215040_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5101-Sentinel2-409600-0215040-419840-0225280\r\n", + " collection: Sentinel2\r\n", + " left: 409600\r\n", + " bottom: 0215040\r\n", + " right: 419840\r\n", + " top: 0225280\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5101_Sentinel2_409600_0215040_419840_0225280_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5101_Sentinel2_409600_0215040_419840_0225280_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5102-Sentinel2-409600-0225280-419840-0235520\r\n", + " collection: Sentinel2\r\n", + " left: 409600\r\n", + " bottom: 0225280\r\n", + " right: 419840\r\n", + " top: 0235520\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5102_Sentinel2_409600_0225280_419840_0235520_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5102_Sentinel2_409600_0225280_419840_0235520_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5103-Sentinel2-409600-0235520-419840-0245760\r\n", + " collection: Sentinel2\r\n", + " left: 409600\r\n", + " bottom: 0235520\r\n", + " right: 419840\r\n", + " top: 0245760\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5103_Sentinel2_409600_0235520_419840_0245760_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5103_Sentinel2_409600_0235520_419840_0245760_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5104-Sentinel2-409600-0245760-419840-0256000\r\n", + " collection: Sentinel2\r\n", + " left: 409600\r\n", + " bottom: 0245760\r\n", + " right: 419840\r\n", + " top: 0256000\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5104_Sentinel2_409600_0245760_419840_0256000_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5104_Sentinel2_409600_0245760_419840_0256000_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5105-Sentinel2-409600-0256000-419840-0266240\r\n", + " collection: Sentinel2\r\n", + " left: 409600\r\n", + " bottom: 0256000\r\n", + " right: 419840\r\n", + " top: 0266240\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5105_Sentinel2_409600_0256000_419840_0266240_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5105_Sentinel2_409600_0256000_419840_0266240_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5106-Sentinel2-409600-0266240-419840-0276480\r\n", + " collection: Sentinel2\r\n", + " left: 409600\r\n", + " bottom: 0266240\r\n", + " right: 419840\r\n", + " top: 0276480\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5106_Sentinel2_409600_0266240_419840_0276480_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5106_Sentinel2_409600_0266240_419840_0276480_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5107-Sentinel2-409600-0276480-419840-0286720\r\n", + " collection: Sentinel2\r\n", + " left: 409600\r\n", + " bottom: 0276480\r\n", + " right: 419840\r\n", + " top: 0286720\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5107_Sentinel2_409600_0276480_419840_0286720_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5107_Sentinel2_409600_0276480_419840_0286720_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5108-Sentinel2-409600-0286720-419840-0296960\r\n", + " collection: Sentinel2\r\n", + " left: 409600\r\n", + " bottom: 0286720\r\n", + " right: 419840\r\n", + " top: 0296960\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5108_Sentinel2_409600_0286720_419840_0296960_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5108_Sentinel2_409600_0286720_419840_0296960_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5109-Sentinel2-409600-0296960-419840-0307200\r\n", + " collection: Sentinel2\r\n", + " left: 409600\r\n", + " bottom: 0296960\r\n", + " right: 419840\r\n", + " top: 0307200\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5109_Sentinel2_409600_0296960_419840_0307200_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5109_Sentinel2_409600_0296960_419840_0307200_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5110-Sentinel2-409600-0307200-419840-0317440\r\n", + " collection: Sentinel2\r\n", + " left: 409600\r\n", + " bottom: 0307200\r\n", + " right: 419840\r\n", + " top: 0317440\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5110_Sentinel2_409600_0307200_419840_0317440_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5110_Sentinel2_409600_0307200_419840_0317440_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5111-Sentinel2-409600-0317440-419840-0327680\r\n", + " collection: Sentinel2\r\n", + " left: 409600\r\n", + " bottom: 0317440\r\n", + " right: 419840\r\n", + " top: 0327680\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5111_Sentinel2_409600_0317440_419840_0327680_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5111_Sentinel2_409600_0317440_419840_0327680_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5112-Sentinel2-409600-0327680-419840-0337920\r\n", + " collection: Sentinel2\r\n", + " left: 409600\r\n", + " bottom: 0327680\r\n", + " right: 419840\r\n", + " top: 0337920\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5112_Sentinel2_409600_0327680_419840_0337920_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5112_Sentinel2_409600_0327680_419840_0337920_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5113-Sentinel2-409600-0337920-419840-0348160\r\n", + " collection: Sentinel2\r\n", + " left: 409600\r\n", + " bottom: 0337920\r\n", + " right: 419840\r\n", + " top: 0348160\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5113_Sentinel2_409600_0337920_419840_0348160_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5113_Sentinel2_409600_0337920_419840_0348160_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5114-Sentinel2-409600-0348160-419840-0358400\r\n", + " collection: Sentinel2\r\n", + " left: 409600\r\n", + " bottom: 0348160\r\n", + " right: 419840\r\n", + " top: 0358400\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5114_Sentinel2_409600_0348160_419840_0358400_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5114_Sentinel2_409600_0348160_419840_0358400_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5115-Sentinel2-409600-0358400-419840-0368640\r\n", + " collection: Sentinel2\r\n", + " left: 409600\r\n", + " bottom: 0358400\r\n", + " right: 419840\r\n", + " top: 0368640\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5115_Sentinel2_409600_0358400_419840_0368640_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5115_Sentinel2_409600_0358400_419840_0368640_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5116-Sentinel2-409600-0368640-419840-0378880\r\n", + " collection: Sentinel2\r\n", + " left: 409600\r\n", + " bottom: 0368640\r\n", + " right: 419840\r\n", + " top: 0378880\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5116_Sentinel2_409600_0368640_419840_0378880_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5116_Sentinel2_409600_0368640_419840_0378880_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5117-Sentinel2-409600-0378880-419840-0389120\r\n", + " collection: Sentinel2\r\n", + " left: 409600\r\n", + " bottom: 0378880\r\n", + " right: 419840\r\n", + " top: 0389120\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5117_Sentinel2_409600_0378880_419840_0389120_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5117_Sentinel2_409600_0378880_419840_0389120_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5118-Sentinel2-409600-0389120-419840-0399360\r\n", + " collection: Sentinel2\r\n", + " left: 409600\r\n", + " bottom: 0389120\r\n", + " right: 419840\r\n", + " top: 0399360\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5118_Sentinel2_409600_0389120_419840_0399360_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5118_Sentinel2_409600_0389120_419840_0399360_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5119-Sentinel2-409600-0399360-419840-0409600\r\n", + " collection: Sentinel2\r\n", + " left: 409600\r\n", + " bottom: 0399360\r\n", + " right: 419840\r\n", + " top: 0409600\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5119_Sentinel2_409600_0399360_419840_0409600_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5119_Sentinel2_409600_0399360_419840_0409600_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5120-Sentinel2-409600-0409600-419840-0419840\r\n", + " collection: Sentinel2\r\n", + " left: 409600\r\n", + " bottom: 0409600\r\n", + " right: 419840\r\n", + " top: 0419840\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5120_Sentinel2_409600_0409600_419840_0419840_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5120_Sentinel2_409600_0409600_419840_0419840_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5121-Sentinel2-409600-0419840-419840-0430080\r\n", + " collection: Sentinel2\r\n", + " left: 409600\r\n", + " bottom: 0419840\r\n", + " right: 419840\r\n", + " top: 0430080\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5121_Sentinel2_409600_0419840_419840_0430080_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5121_Sentinel2_409600_0419840_419840_0430080_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5122-Sentinel2-409600-0430080-419840-0440320\r\n", + " collection: Sentinel2\r\n", + " left: 409600\r\n", + " bottom: 0430080\r\n", + " right: 419840\r\n", + " top: 0440320\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5122_Sentinel2_409600_0430080_419840_0440320_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5122_Sentinel2_409600_0430080_419840_0440320_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5123-Sentinel2-409600-0440320-419840-0450560\r\n", + " collection: Sentinel2\r\n", + " left: 409600\r\n", + " bottom: 0440320\r\n", + " right: 419840\r\n", + " top: 0450560\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5123_Sentinel2_409600_0440320_419840_0450560_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5123_Sentinel2_409600_0440320_419840_0450560_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5124-Sentinel2-409600-0450560-419840-0460800\r\n", + " collection: Sentinel2\r\n", + " left: 409600\r\n", + " bottom: 0450560\r\n", + " right: 419840\r\n", + " top: 0460800\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5124_Sentinel2_409600_0450560_419840_0460800_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5124_Sentinel2_409600_0450560_419840_0460800_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5125-Sentinel2-409600-0460800-419840-0471040\r\n", + " collection: Sentinel2\r\n", + " left: 409600\r\n", + " bottom: 0460800\r\n", + " right: 419840\r\n", + " top: 0471040\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5125_Sentinel2_409600_0460800_419840_0471040_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5125_Sentinel2_409600_0460800_419840_0471040_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5126-Sentinel2-409600-0471040-419840-0481280\r\n", + " collection: Sentinel2\r\n", + " left: 409600\r\n", + " bottom: 0471040\r\n", + " right: 419840\r\n", + " top: 0481280\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5126_Sentinel2_409600_0471040_419840_0481280_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5126_Sentinel2_409600_0471040_419840_0481280_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5127-Sentinel2-409600-0481280-419840-0491520\r\n", + " collection: Sentinel2\r\n", + " left: 409600\r\n", + " bottom: 0481280\r\n", + " right: 419840\r\n", + " top: 0491520\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5127_Sentinel2_409600_0481280_419840_0491520_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5127_Sentinel2_409600_0481280_419840_0491520_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5128-Sentinel2-409600-0491520-419840-0501760\r\n", + " collection: Sentinel2\r\n", + " left: 409600\r\n", + " bottom: 0491520\r\n", + " right: 419840\r\n", + " top: 0501760\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5128_Sentinel2_409600_0491520_419840_0501760_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5128_Sentinel2_409600_0491520_419840_0501760_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5129-Sentinel2-409600-0501760-419840-0512000\r\n", + " collection: Sentinel2\r\n", + " left: 409600\r\n", + " bottom: 0501760\r\n", + " right: 419840\r\n", + " top: 0512000\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5129_Sentinel2_409600_0501760_419840_0512000_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5129_Sentinel2_409600_0501760_419840_0512000_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5130-Sentinel2-409600-0512000-419840-0522240\r\n", + " collection: Sentinel2\r\n", + " left: 409600\r\n", + " bottom: 0512000\r\n", + " right: 419840\r\n", + " top: 0522240\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5130_Sentinel2_409600_0512000_419840_0522240_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5130_Sentinel2_409600_0512000_419840_0522240_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5131-Sentinel2-409600-0522240-419840-0532480\r\n", + " collection: Sentinel2\r\n", + " left: 409600\r\n", + " bottom: 0522240\r\n", + " right: 419840\r\n", + " top: 0532480\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5131_Sentinel2_409600_0522240_419840_0532480_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5131_Sentinel2_409600_0522240_419840_0532480_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5132-Sentinel2-409600-0532480-419840-0542720\r\n", + " collection: Sentinel2\r\n", + " left: 409600\r\n", + " bottom: 0532480\r\n", + " right: 419840\r\n", + " top: 0542720\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5132_Sentinel2_409600_0532480_419840_0542720_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5132_Sentinel2_409600_0532480_419840_0542720_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5133-Sentinel2-409600-0542720-419840-0552960\r\n", + " collection: Sentinel2\r\n", + " left: 409600\r\n", + " bottom: 0542720\r\n", + " right: 419840\r\n", + " top: 0552960\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5133_Sentinel2_409600_0542720_419840_0552960_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5133_Sentinel2_409600_0542720_419840_0552960_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5134-Sentinel2-409600-0552960-419840-0563200\r\n", + " collection: Sentinel2\r\n", + " left: 409600\r\n", + " bottom: 0552960\r\n", + " right: 419840\r\n", + " top: 0563200\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5134_Sentinel2_409600_0552960_419840_0563200_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5134_Sentinel2_409600_0552960_419840_0563200_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5135-Sentinel2-409600-0563200-419840-0573440\r\n", + " collection: Sentinel2\r\n", + " left: 409600\r\n", + " bottom: 0563200\r\n", + " right: 419840\r\n", + " top: 0573440\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5135_Sentinel2_409600_0563200_419840_0573440_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5135_Sentinel2_409600_0563200_419840_0573440_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5136-Sentinel2-409600-0573440-419840-0583680\r\n", + " collection: Sentinel2\r\n", + " left: 409600\r\n", + " bottom: 0573440\r\n", + " right: 419840\r\n", + " top: 0583680\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5136_Sentinel2_409600_0573440_419840_0583680_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5136_Sentinel2_409600_0573440_419840_0583680_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5137-Sentinel2-409600-0583680-419840-0593920\r\n", + " collection: Sentinel2\r\n", + " left: 409600\r\n", + " bottom: 0583680\r\n", + " right: 419840\r\n", + " top: 0593920\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5137_Sentinel2_409600_0583680_419840_0593920_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5137_Sentinel2_409600_0583680_419840_0593920_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5138-Sentinel2-409600-0593920-419840-0604160\r\n", + " collection: Sentinel2\r\n", + " left: 409600\r\n", + " bottom: 0593920\r\n", + " right: 419840\r\n", + " top: 0604160\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5138_Sentinel2_409600_0593920_419840_0604160_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5138_Sentinel2_409600_0593920_419840_0604160_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5139-Sentinel2-409600-0604160-419840-0614400\r\n", + " collection: Sentinel2\r\n", + " left: 409600\r\n", + " bottom: 0604160\r\n", + " right: 419840\r\n", + " top: 0614400\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5139_Sentinel2_409600_0604160_419840_0614400_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5139_Sentinel2_409600_0604160_419840_0614400_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5140-Sentinel2-409600-0614400-419840-0624640\r\n", + " collection: Sentinel2\r\n", + " left: 409600\r\n", + " bottom: 0614400\r\n", + " right: 419840\r\n", + " top: 0624640\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5140_Sentinel2_409600_0614400_419840_0624640_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5140_Sentinel2_409600_0614400_419840_0624640_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5141-Sentinel2-409600-0624640-419840-0634880\r\n", + " collection: Sentinel2\r\n", + " left: 409600\r\n", + " bottom: 0624640\r\n", + " right: 419840\r\n", + " top: 0634880\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5141_Sentinel2_409600_0624640_419840_0634880_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5141_Sentinel2_409600_0624640_419840_0634880_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5142-Sentinel2-409600-0634880-419840-0645120\r\n", + " collection: Sentinel2\r\n", + " left: 409600\r\n", + " bottom: 0634880\r\n", + " right: 419840\r\n", + " top: 0645120\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5142_Sentinel2_409600_0634880_419840_0645120_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5142_Sentinel2_409600_0634880_419840_0645120_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5161-Sentinel2-409600-0829440-419840-0839680\r\n", + " collection: Sentinel2\r\n", + " left: 409600\r\n", + " bottom: 0829440\r\n", + " right: 419840\r\n", + " top: 0839680\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5161_Sentinel2_409600_0829440_419840_0839680_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5161_Sentinel2_409600_0829440_419840_0839680_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5162-Sentinel2-409600-0839680-419840-0849920\r\n", + " collection: Sentinel2\r\n", + " left: 409600\r\n", + " bottom: 0839680\r\n", + " right: 419840\r\n", + " top: 0849920\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5162_Sentinel2_409600_0839680_419840_0849920_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5162_Sentinel2_409600_0839680_419840_0849920_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5163-Sentinel2-409600-0849920-419840-0860160\r\n", + " collection: Sentinel2\r\n", + " left: 409600\r\n", + " bottom: 0849920\r\n", + " right: 419840\r\n", + " top: 0860160\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5163_Sentinel2_409600_0849920_419840_0860160_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5163_Sentinel2_409600_0849920_419840_0860160_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5184-Sentinel2-409600-1064960-419840-1075200\r\n", + " collection: Sentinel2\r\n", + " left: 409600\r\n", + " bottom: 1064960\r\n", + " right: 419840\r\n", + " top: 1075200\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5184_Sentinel2_409600_1064960_419840_1075200_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5184_Sentinel2_409600_1064960_419840_1075200_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5192-Sentinel2-409600-1146880-419840-1157120\r\n", + " collection: Sentinel2\r\n", + " left: 409600\r\n", + " bottom: 1146880\r\n", + " right: 419840\r\n", + " top: 1157120\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5192_Sentinel2_409600_1146880_419840_1157120_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5192_Sentinel2_409600_1146880_419840_1157120_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5193-Sentinel2-409600-1157120-419840-1167360\r\n", + " collection: Sentinel2\r\n", + " left: 409600\r\n", + " bottom: 1157120\r\n", + " right: 419840\r\n", + " top: 1167360\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5193_Sentinel2_409600_1157120_419840_1167360_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5193_Sentinel2_409600_1157120_419840_1167360_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5215-Sentinel2-419840-0081920-430080-0092160\r\n", + " collection: Sentinel2\r\n", + " left: 419840\r\n", + " bottom: 0081920\r\n", + " right: 430080\r\n", + " top: 0092160\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5215_Sentinel2_419840_0081920_430080_0092160_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5215_Sentinel2_419840_0081920_430080_0092160_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5216-Sentinel2-419840-0092160-430080-0102400\r\n", + " collection: Sentinel2\r\n", + " left: 419840\r\n", + " bottom: 0092160\r\n", + " right: 430080\r\n", + " top: 0102400\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5216_Sentinel2_419840_0092160_430080_0102400_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5216_Sentinel2_419840_0092160_430080_0102400_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5217-Sentinel2-419840-0102400-430080-0112640\r\n", + " collection: Sentinel2\r\n", + " left: 419840\r\n", + " bottom: 0102400\r\n", + " right: 430080\r\n", + " top: 0112640\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5217_Sentinel2_419840_0102400_430080_0112640_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5217_Sentinel2_419840_0102400_430080_0112640_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5218-Sentinel2-419840-0112640-430080-0122880\r\n", + " collection: Sentinel2\r\n", + " left: 419840\r\n", + " bottom: 0112640\r\n", + " right: 430080\r\n", + " top: 0122880\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5218_Sentinel2_419840_0112640_430080_0122880_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5218_Sentinel2_419840_0112640_430080_0122880_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5219-Sentinel2-419840-0122880-430080-0133120\r\n", + " collection: Sentinel2\r\n", + " left: 419840\r\n", + " bottom: 0122880\r\n", + " right: 430080\r\n", + " top: 0133120\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5219_Sentinel2_419840_0122880_430080_0133120_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5219_Sentinel2_419840_0122880_430080_0133120_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5220-Sentinel2-419840-0133120-430080-0143360\r\n", + " collection: Sentinel2\r\n", + " left: 419840\r\n", + " bottom: 0133120\r\n", + " right: 430080\r\n", + " top: 0143360\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5220_Sentinel2_419840_0133120_430080_0143360_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5220_Sentinel2_419840_0133120_430080_0143360_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5221-Sentinel2-419840-0143360-430080-0153600\r\n", + " collection: Sentinel2\r\n", + " left: 419840\r\n", + " bottom: 0143360\r\n", + " right: 430080\r\n", + " top: 0153600\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5221_Sentinel2_419840_0143360_430080_0153600_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5221_Sentinel2_419840_0143360_430080_0153600_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5222-Sentinel2-419840-0153600-430080-0163840\r\n", + " collection: Sentinel2\r\n", + " left: 419840\r\n", + " bottom: 0153600\r\n", + " right: 430080\r\n", + " top: 0163840\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5222_Sentinel2_419840_0153600_430080_0163840_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5222_Sentinel2_419840_0153600_430080_0163840_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5223-Sentinel2-419840-0163840-430080-0174080\r\n", + " collection: Sentinel2\r\n", + " left: 419840\r\n", + " bottom: 0163840\r\n", + " right: 430080\r\n", + " top: 0174080\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5223_Sentinel2_419840_0163840_430080_0174080_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5223_Sentinel2_419840_0163840_430080_0174080_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5224-Sentinel2-419840-0174080-430080-0184320\r\n", + " collection: Sentinel2\r\n", + " left: 419840\r\n", + " bottom: 0174080\r\n", + " right: 430080\r\n", + " top: 0184320\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5224_Sentinel2_419840_0174080_430080_0184320_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5224_Sentinel2_419840_0174080_430080_0184320_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5225-Sentinel2-419840-0184320-430080-0194560\r\n", + " collection: Sentinel2\r\n", + " left: 419840\r\n", + " bottom: 0184320\r\n", + " right: 430080\r\n", + " top: 0194560\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5225_Sentinel2_419840_0184320_430080_0194560_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5225_Sentinel2_419840_0184320_430080_0194560_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5226-Sentinel2-419840-0194560-430080-0204800\r\n", + " collection: Sentinel2\r\n", + " left: 419840\r\n", + " bottom: 0194560\r\n", + " right: 430080\r\n", + " top: 0204800\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5226_Sentinel2_419840_0194560_430080_0204800_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5226_Sentinel2_419840_0194560_430080_0204800_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5227-Sentinel2-419840-0204800-430080-0215040\r\n", + " collection: Sentinel2\r\n", + " left: 419840\r\n", + " bottom: 0204800\r\n", + " right: 430080\r\n", + " top: 0215040\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5227_Sentinel2_419840_0204800_430080_0215040_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5227_Sentinel2_419840_0204800_430080_0215040_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5228-Sentinel2-419840-0215040-430080-0225280\r\n", + " collection: Sentinel2\r\n", + " left: 419840\r\n", + " bottom: 0215040\r\n", + " right: 430080\r\n", + " top: 0225280\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5228_Sentinel2_419840_0215040_430080_0225280_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5228_Sentinel2_419840_0215040_430080_0225280_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5229-Sentinel2-419840-0225280-430080-0235520\r\n", + " collection: Sentinel2\r\n", + " left: 419840\r\n", + " bottom: 0225280\r\n", + " right: 430080\r\n", + " top: 0235520\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5229_Sentinel2_419840_0225280_430080_0235520_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5229_Sentinel2_419840_0225280_430080_0235520_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5230-Sentinel2-419840-0235520-430080-0245760\r\n", + " collection: Sentinel2\r\n", + " left: 419840\r\n", + " bottom: 0235520\r\n", + " right: 430080\r\n", + " top: 0245760\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5230_Sentinel2_419840_0235520_430080_0245760_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5230_Sentinel2_419840_0235520_430080_0245760_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5231-Sentinel2-419840-0245760-430080-0256000\r\n", + " collection: Sentinel2\r\n", + " left: 419840\r\n", + " bottom: 0245760\r\n", + " right: 430080\r\n", + " top: 0256000\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5231_Sentinel2_419840_0245760_430080_0256000_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5231_Sentinel2_419840_0245760_430080_0256000_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5232-Sentinel2-419840-0256000-430080-0266240\r\n", + " collection: Sentinel2\r\n", + " left: 419840\r\n", + " bottom: 0256000\r\n", + " right: 430080\r\n", + " top: 0266240\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5232_Sentinel2_419840_0256000_430080_0266240_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5232_Sentinel2_419840_0256000_430080_0266240_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5233-Sentinel2-419840-0266240-430080-0276480\r\n", + " collection: Sentinel2\r\n", + " left: 419840\r\n", + " bottom: 0266240\r\n", + " right: 430080\r\n", + " top: 0276480\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5233_Sentinel2_419840_0266240_430080_0276480_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5233_Sentinel2_419840_0266240_430080_0276480_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5234-Sentinel2-419840-0276480-430080-0286720\r\n", + " collection: Sentinel2\r\n", + " left: 419840\r\n", + " bottom: 0276480\r\n", + " right: 430080\r\n", + " top: 0286720\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5234_Sentinel2_419840_0276480_430080_0286720_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5234_Sentinel2_419840_0276480_430080_0286720_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5235-Sentinel2-419840-0286720-430080-0296960\r\n", + " collection: Sentinel2\r\n", + " left: 419840\r\n", + " bottom: 0286720\r\n", + " right: 430080\r\n", + " top: 0296960\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5235_Sentinel2_419840_0286720_430080_0296960_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5235_Sentinel2_419840_0286720_430080_0296960_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5236-Sentinel2-419840-0296960-430080-0307200\r\n", + " collection: Sentinel2\r\n", + " left: 419840\r\n", + " bottom: 0296960\r\n", + " right: 430080\r\n", + " top: 0307200\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5236_Sentinel2_419840_0296960_430080_0307200_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5236_Sentinel2_419840_0296960_430080_0307200_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5237-Sentinel2-419840-0307200-430080-0317440\r\n", + " collection: Sentinel2\r\n", + " left: 419840\r\n", + " bottom: 0307200\r\n", + " right: 430080\r\n", + " top: 0317440\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5237_Sentinel2_419840_0307200_430080_0317440_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5237_Sentinel2_419840_0307200_430080_0317440_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5238-Sentinel2-419840-0317440-430080-0327680\r\n", + " collection: Sentinel2\r\n", + " left: 419840\r\n", + " bottom: 0317440\r\n", + " right: 430080\r\n", + " top: 0327680\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5238_Sentinel2_419840_0317440_430080_0327680_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5238_Sentinel2_419840_0317440_430080_0327680_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5239-Sentinel2-419840-0327680-430080-0337920\r\n", + " collection: Sentinel2\r\n", + " left: 419840\r\n", + " bottom: 0327680\r\n", + " right: 430080\r\n", + " top: 0337920\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5239_Sentinel2_419840_0327680_430080_0337920_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5239_Sentinel2_419840_0327680_430080_0337920_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5240-Sentinel2-419840-0337920-430080-0348160\r\n", + " collection: Sentinel2\r\n", + " left: 419840\r\n", + " bottom: 0337920\r\n", + " right: 430080\r\n", + " top: 0348160\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5240_Sentinel2_419840_0337920_430080_0348160_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5240_Sentinel2_419840_0337920_430080_0348160_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5241-Sentinel2-419840-0348160-430080-0358400\r\n", + " collection: Sentinel2\r\n", + " left: 419840\r\n", + " bottom: 0348160\r\n", + " right: 430080\r\n", + " top: 0358400\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5241_Sentinel2_419840_0348160_430080_0358400_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5241_Sentinel2_419840_0348160_430080_0358400_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5242-Sentinel2-419840-0358400-430080-0368640\r\n", + " collection: Sentinel2\r\n", + " left: 419840\r\n", + " bottom: 0358400\r\n", + " right: 430080\r\n", + " top: 0368640\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5242_Sentinel2_419840_0358400_430080_0368640_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5242_Sentinel2_419840_0358400_430080_0368640_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5243-Sentinel2-419840-0368640-430080-0378880\r\n", + " collection: Sentinel2\r\n", + " left: 419840\r\n", + " bottom: 0368640\r\n", + " right: 430080\r\n", + " top: 0378880\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5243_Sentinel2_419840_0368640_430080_0378880_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5243_Sentinel2_419840_0368640_430080_0378880_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5244-Sentinel2-419840-0378880-430080-0389120\r\n", + " collection: Sentinel2\r\n", + " left: 419840\r\n", + " bottom: 0378880\r\n", + " right: 430080\r\n", + " top: 0389120\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5244_Sentinel2_419840_0378880_430080_0389120_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5244_Sentinel2_419840_0378880_430080_0389120_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5245-Sentinel2-419840-0389120-430080-0399360\r\n", + " collection: Sentinel2\r\n", + " left: 419840\r\n", + " bottom: 0389120\r\n", + " right: 430080\r\n", + " top: 0399360\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5245_Sentinel2_419840_0389120_430080_0399360_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5245_Sentinel2_419840_0389120_430080_0399360_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5246-Sentinel2-419840-0399360-430080-0409600\r\n", + " collection: Sentinel2\r\n", + " left: 419840\r\n", + " bottom: 0399360\r\n", + " right: 430080\r\n", + " top: 0409600\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5246_Sentinel2_419840_0399360_430080_0409600_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5246_Sentinel2_419840_0399360_430080_0409600_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5247-Sentinel2-419840-0409600-430080-0419840\r\n", + " collection: Sentinel2\r\n", + " left: 419840\r\n", + " bottom: 0409600\r\n", + " right: 430080\r\n", + " top: 0419840\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5247_Sentinel2_419840_0409600_430080_0419840_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5247_Sentinel2_419840_0409600_430080_0419840_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5248-Sentinel2-419840-0419840-430080-0430080\r\n", + " collection: Sentinel2\r\n", + " left: 419840\r\n", + " bottom: 0419840\r\n", + " right: 430080\r\n", + " top: 0430080\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5248_Sentinel2_419840_0419840_430080_0430080_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5248_Sentinel2_419840_0419840_430080_0430080_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5249-Sentinel2-419840-0430080-430080-0440320\r\n", + " collection: Sentinel2\r\n", + " left: 419840\r\n", + " bottom: 0430080\r\n", + " right: 430080\r\n", + " top: 0440320\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5249_Sentinel2_419840_0430080_430080_0440320_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5249_Sentinel2_419840_0430080_430080_0440320_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5250-Sentinel2-419840-0440320-430080-0450560\r\n", + " collection: Sentinel2\r\n", + " left: 419840\r\n", + " bottom: 0440320\r\n", + " right: 430080\r\n", + " top: 0450560\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5250_Sentinel2_419840_0440320_430080_0450560_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5250_Sentinel2_419840_0440320_430080_0450560_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5251-Sentinel2-419840-0450560-430080-0460800\r\n", + " collection: Sentinel2\r\n", + " left: 419840\r\n", + " bottom: 0450560\r\n", + " right: 430080\r\n", + " top: 0460800\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5251_Sentinel2_419840_0450560_430080_0460800_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5251_Sentinel2_419840_0450560_430080_0460800_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5252-Sentinel2-419840-0460800-430080-0471040\r\n", + " collection: Sentinel2\r\n", + " left: 419840\r\n", + " bottom: 0460800\r\n", + " right: 430080\r\n", + " top: 0471040\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5252_Sentinel2_419840_0460800_430080_0471040_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5252_Sentinel2_419840_0460800_430080_0471040_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5253-Sentinel2-419840-0471040-430080-0481280\r\n", + " collection: Sentinel2\r\n", + " left: 419840\r\n", + " bottom: 0471040\r\n", + " right: 430080\r\n", + " top: 0481280\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5253_Sentinel2_419840_0471040_430080_0481280_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5253_Sentinel2_419840_0471040_430080_0481280_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5254-Sentinel2-419840-0481280-430080-0491520\r\n", + " collection: Sentinel2\r\n", + " left: 419840\r\n", + " bottom: 0481280\r\n", + " right: 430080\r\n", + " top: 0491520\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5254_Sentinel2_419840_0481280_430080_0491520_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5254_Sentinel2_419840_0481280_430080_0491520_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5255-Sentinel2-419840-0491520-430080-0501760\r\n", + " collection: Sentinel2\r\n", + " left: 419840\r\n", + " bottom: 0491520\r\n", + " right: 430080\r\n", + " top: 0501760\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5255_Sentinel2_419840_0491520_430080_0501760_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5255_Sentinel2_419840_0491520_430080_0501760_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5256-Sentinel2-419840-0501760-430080-0512000\r\n", + " collection: Sentinel2\r\n", + " left: 419840\r\n", + " bottom: 0501760\r\n", + " right: 430080\r\n", + " top: 0512000\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5256_Sentinel2_419840_0501760_430080_0512000_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5256_Sentinel2_419840_0501760_430080_0512000_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5257-Sentinel2-419840-0512000-430080-0522240\r\n", + " collection: Sentinel2\r\n", + " left: 419840\r\n", + " bottom: 0512000\r\n", + " right: 430080\r\n", + " top: 0522240\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5257_Sentinel2_419840_0512000_430080_0522240_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5257_Sentinel2_419840_0512000_430080_0522240_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5258-Sentinel2-419840-0522240-430080-0532480\r\n", + " collection: Sentinel2\r\n", + " left: 419840\r\n", + " bottom: 0522240\r\n", + " right: 430080\r\n", + " top: 0532480\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5258_Sentinel2_419840_0522240_430080_0532480_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5258_Sentinel2_419840_0522240_430080_0532480_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5259-Sentinel2-419840-0532480-430080-0542720\r\n", + " collection: Sentinel2\r\n", + " left: 419840\r\n", + " bottom: 0532480\r\n", + " right: 430080\r\n", + " top: 0542720\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5259_Sentinel2_419840_0532480_430080_0542720_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5259_Sentinel2_419840_0532480_430080_0542720_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5260-Sentinel2-419840-0542720-430080-0552960\r\n", + " collection: Sentinel2\r\n", + " left: 419840\r\n", + " bottom: 0542720\r\n", + " right: 430080\r\n", + " top: 0552960\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5260_Sentinel2_419840_0542720_430080_0552960_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5260_Sentinel2_419840_0542720_430080_0552960_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5261-Sentinel2-419840-0552960-430080-0563200\r\n", + " collection: Sentinel2\r\n", + " left: 419840\r\n", + " bottom: 0552960\r\n", + " right: 430080\r\n", + " top: 0563200\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5261_Sentinel2_419840_0552960_430080_0563200_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5261_Sentinel2_419840_0552960_430080_0563200_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5262-Sentinel2-419840-0563200-430080-0573440\r\n", + " collection: Sentinel2\r\n", + " left: 419840\r\n", + " bottom: 0563200\r\n", + " right: 430080\r\n", + " top: 0573440\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5262_Sentinel2_419840_0563200_430080_0573440_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5262_Sentinel2_419840_0563200_430080_0573440_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5263-Sentinel2-419840-0573440-430080-0583680\r\n", + " collection: Sentinel2\r\n", + " left: 419840\r\n", + " bottom: 0573440\r\n", + " right: 430080\r\n", + " top: 0583680\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5263_Sentinel2_419840_0573440_430080_0583680_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5263_Sentinel2_419840_0573440_430080_0583680_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\r\n", + " output_location downloads_output/5264-Sentinel2-419840-0583680-430080-0593920\r\n", + " collection: Sentinel2\r\n", + " left: 419840\r\n", + " bottom: 0583680\r\n", + " right: 430080\r\n", + " top: 0593920\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5264_Sentinel2_419840_0583680_430080_0593920_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5264_Sentinel2_419840_0583680_430080_0593920_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5265-Sentinel2-419840-0593920-430080-0604160\r\n", + " collection: Sentinel2\r\n", + " left: 419840\r\n", + " bottom: 0593920\r\n", + " right: 430080\r\n", + " top: 0604160\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5265_Sentinel2_419840_0593920_430080_0604160_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5265_Sentinel2_419840_0593920_430080_0604160_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5266-Sentinel2-419840-0604160-430080-0614400\r\n", + " collection: Sentinel2\r\n", + " left: 419840\r\n", + " bottom: 0604160\r\n", + " right: 430080\r\n", + " top: 0614400\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5266_Sentinel2_419840_0604160_430080_0614400_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5266_Sentinel2_419840_0604160_430080_0614400_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5267-Sentinel2-419840-0614400-430080-0624640\r\n", + " collection: Sentinel2\r\n", + " left: 419840\r\n", + " bottom: 0614400\r\n", + " right: 430080\r\n", + " top: 0624640\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5267_Sentinel2_419840_0614400_430080_0624640_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5267_Sentinel2_419840_0614400_430080_0624640_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5268-Sentinel2-419840-0624640-430080-0634880\r\n", + " collection: Sentinel2\r\n", + " left: 419840\r\n", + " bottom: 0624640\r\n", + " right: 430080\r\n", + " top: 0634880\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5268_Sentinel2_419840_0624640_430080_0634880_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5268_Sentinel2_419840_0624640_430080_0634880_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5269-Sentinel2-419840-0634880-430080-0645120\r\n", + " collection: Sentinel2\r\n", + " left: 419840\r\n", + " bottom: 0634880\r\n", + " right: 430080\r\n", + " top: 0645120\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5269_Sentinel2_419840_0634880_430080_0645120_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5269_Sentinel2_419840_0634880_430080_0645120_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5311-Sentinel2-419840-1064960-430080-1075200\r\n", + " collection: Sentinel2\r\n", + " left: 419840\r\n", + " bottom: 1064960\r\n", + " right: 430080\r\n", + " top: 1075200\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5311_Sentinel2_419840_1064960_430080_1075200_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5311_Sentinel2_419840_1064960_430080_1075200_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5318-Sentinel2-419840-1136640-430080-1146880\r\n", + " collection: Sentinel2\r\n", + " left: 419840\r\n", + " bottom: 1136640\r\n", + " right: 430080\r\n", + " top: 1146880\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5318_Sentinel2_419840_1136640_430080_1146880_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5318_Sentinel2_419840_1136640_430080_1146880_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5319-Sentinel2-419840-1146880-430080-1157120\r\n", + " collection: Sentinel2\r\n", + " left: 419840\r\n", + " bottom: 1146880\r\n", + " right: 430080\r\n", + " top: 1157120\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5319_Sentinel2_419840_1146880_430080_1157120_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5319_Sentinel2_419840_1146880_430080_1157120_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5320-Sentinel2-419840-1157120-430080-1167360\r\n", + " collection: Sentinel2\r\n", + " left: 419840\r\n", + " bottom: 1157120\r\n", + " right: 430080\r\n", + " top: 1167360\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5320_Sentinel2_419840_1157120_430080_1167360_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5320_Sentinel2_419840_1157120_430080_1167360_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5321-Sentinel2-419840-1167360-430080-1177600\r\n", + " collection: Sentinel2\r\n", + " left: 419840\r\n", + " bottom: 1167360\r\n", + " right: 430080\r\n", + " top: 1177600\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5321_Sentinel2_419840_1167360_430080_1177600_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5321_Sentinel2_419840_1167360_430080_1177600_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5322-Sentinel2-419840-1177600-430080-1187840\r\n", + " collection: Sentinel2\r\n", + " left: 419840\r\n", + " bottom: 1177600\r\n", + " right: 430080\r\n", + " top: 1187840\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5322_Sentinel2_419840_1177600_430080_1187840_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5322_Sentinel2_419840_1177600_430080_1187840_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5342-Sentinel2-430080-0081920-440320-0092160\r\n", + " collection: Sentinel2\r\n", + " left: 430080\r\n", + " bottom: 0081920\r\n", + " right: 440320\r\n", + " top: 0092160\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5342_Sentinel2_430080_0081920_440320_0092160_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5342_Sentinel2_430080_0081920_440320_0092160_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5343-Sentinel2-430080-0092160-440320-0102400\r\n", + " collection: Sentinel2\r\n", + " left: 430080\r\n", + " bottom: 0092160\r\n", + " right: 440320\r\n", + " top: 0102400\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5343_Sentinel2_430080_0092160_440320_0102400_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5343_Sentinel2_430080_0092160_440320_0102400_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5344-Sentinel2-430080-0102400-440320-0112640\r\n", + " collection: Sentinel2\r\n", + " left: 430080\r\n", + " bottom: 0102400\r\n", + " right: 440320\r\n", + " top: 0112640\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5344_Sentinel2_430080_0102400_440320_0112640_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5344_Sentinel2_430080_0102400_440320_0112640_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5345-Sentinel2-430080-0112640-440320-0122880\r\n", + " collection: Sentinel2\r\n", + " left: 430080\r\n", + " bottom: 0112640\r\n", + " right: 440320\r\n", + " top: 0122880\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5345_Sentinel2_430080_0112640_440320_0122880_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5345_Sentinel2_430080_0112640_440320_0122880_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5346-Sentinel2-430080-0122880-440320-0133120\r\n", + " collection: Sentinel2\r\n", + " left: 430080\r\n", + " bottom: 0122880\r\n", + " right: 440320\r\n", + " top: 0133120\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5346_Sentinel2_430080_0122880_440320_0133120_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5346_Sentinel2_430080_0122880_440320_0133120_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5347-Sentinel2-430080-0133120-440320-0143360\r\n", + " collection: Sentinel2\r\n", + " left: 430080\r\n", + " bottom: 0133120\r\n", + " right: 440320\r\n", + " top: 0143360\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5347_Sentinel2_430080_0133120_440320_0143360_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5347_Sentinel2_430080_0133120_440320_0143360_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5348-Sentinel2-430080-0143360-440320-0153600\r\n", + " collection: Sentinel2\r\n", + " left: 430080\r\n", + " bottom: 0143360\r\n", + " right: 440320\r\n", + " top: 0153600\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5348_Sentinel2_430080_0143360_440320_0153600_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5348_Sentinel2_430080_0143360_440320_0153600_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5349-Sentinel2-430080-0153600-440320-0163840\r\n", + " collection: Sentinel2\r\n", + " left: 430080\r\n", + " bottom: 0153600\r\n", + " right: 440320\r\n", + " top: 0163840\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5349_Sentinel2_430080_0153600_440320_0163840_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5349_Sentinel2_430080_0153600_440320_0163840_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5350-Sentinel2-430080-0163840-440320-0174080\r\n", + " collection: Sentinel2\r\n", + " left: 430080\r\n", + " bottom: 0163840\r\n", + " right: 440320\r\n", + " top: 0174080\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5350_Sentinel2_430080_0163840_440320_0174080_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5350_Sentinel2_430080_0163840_440320_0174080_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5351-Sentinel2-430080-0174080-440320-0184320\r\n", + " collection: Sentinel2\r\n", + " left: 430080\r\n", + " bottom: 0174080\r\n", + " right: 440320\r\n", + " top: 0184320\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5351_Sentinel2_430080_0174080_440320_0184320_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5351_Sentinel2_430080_0174080_440320_0184320_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5352-Sentinel2-430080-0184320-440320-0194560\r\n", + " collection: Sentinel2\r\n", + " left: 430080\r\n", + " bottom: 0184320\r\n", + " right: 440320\r\n", + " top: 0194560\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5352_Sentinel2_430080_0184320_440320_0194560_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5352_Sentinel2_430080_0184320_440320_0194560_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5353-Sentinel2-430080-0194560-440320-0204800\r\n", + " collection: Sentinel2\r\n", + " left: 430080\r\n", + " bottom: 0194560\r\n", + " right: 440320\r\n", + " top: 0204800\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5353_Sentinel2_430080_0194560_440320_0204800_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5353_Sentinel2_430080_0194560_440320_0204800_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5354-Sentinel2-430080-0204800-440320-0215040\r\n", + " collection: Sentinel2\r\n", + " left: 430080\r\n", + " bottom: 0204800\r\n", + " right: 440320\r\n", + " top: 0215040\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5354_Sentinel2_430080_0204800_440320_0215040_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5354_Sentinel2_430080_0204800_440320_0215040_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5355-Sentinel2-430080-0215040-440320-0225280\r\n", + " collection: Sentinel2\r\n", + " left: 430080\r\n", + " bottom: 0215040\r\n", + " right: 440320\r\n", + " top: 0225280\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5355_Sentinel2_430080_0215040_440320_0225280_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5355_Sentinel2_430080_0215040_440320_0225280_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5356-Sentinel2-430080-0225280-440320-0235520\r\n", + " collection: Sentinel2\r\n", + " left: 430080\r\n", + " bottom: 0225280\r\n", + " right: 440320\r\n", + " top: 0235520\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5356_Sentinel2_430080_0225280_440320_0235520_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5356_Sentinel2_430080_0225280_440320_0235520_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5357-Sentinel2-430080-0235520-440320-0245760\r\n", + " collection: Sentinel2\r\n", + " left: 430080\r\n", + " bottom: 0235520\r\n", + " right: 440320\r\n", + " top: 0245760\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5357_Sentinel2_430080_0235520_440320_0245760_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5357_Sentinel2_430080_0235520_440320_0245760_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5358-Sentinel2-430080-0245760-440320-0256000\r\n", + " collection: Sentinel2\r\n", + " left: 430080\r\n", + " bottom: 0245760\r\n", + " right: 440320\r\n", + " top: 0256000\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5358_Sentinel2_430080_0245760_440320_0256000_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5358_Sentinel2_430080_0245760_440320_0256000_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5359-Sentinel2-430080-0256000-440320-0266240\r\n", + " collection: Sentinel2\r\n", + " left: 430080\r\n", + " bottom: 0256000\r\n", + " right: 440320\r\n", + " top: 0266240\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5359_Sentinel2_430080_0256000_440320_0266240_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5359_Sentinel2_430080_0256000_440320_0266240_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5360-Sentinel2-430080-0266240-440320-0276480\r\n", + " collection: Sentinel2\r\n", + " left: 430080\r\n", + " bottom: 0266240\r\n", + " right: 440320\r\n", + " top: 0276480\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5360_Sentinel2_430080_0266240_440320_0276480_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5360_Sentinel2_430080_0266240_440320_0276480_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5361-Sentinel2-430080-0276480-440320-0286720\r\n", + " collection: Sentinel2\r\n", + " left: 430080\r\n", + " bottom: 0276480\r\n", + " right: 440320\r\n", + " top: 0286720\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5361_Sentinel2_430080_0276480_440320_0286720_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5361_Sentinel2_430080_0276480_440320_0286720_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5362-Sentinel2-430080-0286720-440320-0296960\r\n", + " collection: Sentinel2\r\n", + " left: 430080\r\n", + " bottom: 0286720\r\n", + " right: 440320\r\n", + " top: 0296960\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5362_Sentinel2_430080_0286720_440320_0296960_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5362_Sentinel2_430080_0286720_440320_0296960_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5363-Sentinel2-430080-0296960-440320-0307200\r\n", + " collection: Sentinel2\r\n", + " left: 430080\r\n", + " bottom: 0296960\r\n", + " right: 440320\r\n", + " top: 0307200\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5363_Sentinel2_430080_0296960_440320_0307200_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5363_Sentinel2_430080_0296960_440320_0307200_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5364-Sentinel2-430080-0307200-440320-0317440\r\n", + " collection: Sentinel2\r\n", + " left: 430080\r\n", + " bottom: 0307200\r\n", + " right: 440320\r\n", + " top: 0317440\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5364_Sentinel2_430080_0307200_440320_0317440_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5364_Sentinel2_430080_0307200_440320_0317440_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5365-Sentinel2-430080-0317440-440320-0327680\r\n", + " collection: Sentinel2\r\n", + " left: 430080\r\n", + " bottom: 0317440\r\n", + " right: 440320\r\n", + " top: 0327680\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5365_Sentinel2_430080_0317440_440320_0327680_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5365_Sentinel2_430080_0317440_440320_0327680_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5366-Sentinel2-430080-0327680-440320-0337920\r\n", + " collection: Sentinel2\r\n", + " left: 430080\r\n", + " bottom: 0327680\r\n", + " right: 440320\r\n", + " top: 0337920\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5366_Sentinel2_430080_0327680_440320_0337920_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5366_Sentinel2_430080_0327680_440320_0337920_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5367-Sentinel2-430080-0337920-440320-0348160\r\n", + " collection: Sentinel2\r\n", + " left: 430080\r\n", + " bottom: 0337920\r\n", + " right: 440320\r\n", + " top: 0348160\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5367_Sentinel2_430080_0337920_440320_0348160_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5367_Sentinel2_430080_0337920_440320_0348160_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5368-Sentinel2-430080-0348160-440320-0358400\r\n", + " collection: Sentinel2\r\n", + " left: 430080\r\n", + " bottom: 0348160\r\n", + " right: 440320\r\n", + " top: 0358400\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5368_Sentinel2_430080_0348160_440320_0358400_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5368_Sentinel2_430080_0348160_440320_0358400_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5369-Sentinel2-430080-0358400-440320-0368640\r\n", + " collection: Sentinel2\r\n", + " left: 430080\r\n", + " bottom: 0358400\r\n", + " right: 440320\r\n", + " top: 0368640\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5369_Sentinel2_430080_0358400_440320_0368640_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5369_Sentinel2_430080_0358400_440320_0368640_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5370-Sentinel2-430080-0368640-440320-0378880\r\n", + " collection: Sentinel2\r\n", + " left: 430080\r\n", + " bottom: 0368640\r\n", + " right: 440320\r\n", + " top: 0378880\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5370_Sentinel2_430080_0368640_440320_0378880_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5370_Sentinel2_430080_0368640_440320_0378880_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5371-Sentinel2-430080-0378880-440320-0389120\r\n", + " collection: Sentinel2\r\n", + " left: 430080\r\n", + " bottom: 0378880\r\n", + " right: 440320\r\n", + " top: 0389120\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5371_Sentinel2_430080_0378880_440320_0389120_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5371_Sentinel2_430080_0378880_440320_0389120_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5372-Sentinel2-430080-0389120-440320-0399360\r\n", + " collection: Sentinel2\r\n", + " left: 430080\r\n", + " bottom: 0389120\r\n", + " right: 440320\r\n", + " top: 0399360\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5372_Sentinel2_430080_0389120_440320_0399360_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5372_Sentinel2_430080_0389120_440320_0399360_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5373-Sentinel2-430080-0399360-440320-0409600\r\n", + " collection: Sentinel2\r\n", + " left: 430080\r\n", + " bottom: 0399360\r\n", + " right: 440320\r\n", + " top: 0409600\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5373_Sentinel2_430080_0399360_440320_0409600_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5373_Sentinel2_430080_0399360_440320_0409600_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5374-Sentinel2-430080-0409600-440320-0419840\r\n", + " collection: Sentinel2\r\n", + " left: 430080\r\n", + " bottom: 0409600\r\n", + " right: 440320\r\n", + " top: 0419840\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5374_Sentinel2_430080_0409600_440320_0419840_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5374_Sentinel2_430080_0409600_440320_0419840_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5375-Sentinel2-430080-0419840-440320-0430080\r\n", + " collection: Sentinel2\r\n", + " left: 430080\r\n", + " bottom: 0419840\r\n", + " right: 440320\r\n", + " top: 0430080\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5375_Sentinel2_430080_0419840_440320_0430080_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5375_Sentinel2_430080_0419840_440320_0430080_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5376-Sentinel2-430080-0430080-440320-0440320\r\n", + " collection: Sentinel2\r\n", + " left: 430080\r\n", + " bottom: 0430080\r\n", + " right: 440320\r\n", + " top: 0440320\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5376_Sentinel2_430080_0430080_440320_0440320_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5376_Sentinel2_430080_0430080_440320_0440320_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5377-Sentinel2-430080-0440320-440320-0450560\r\n", + " collection: Sentinel2\r\n", + " left: 430080\r\n", + " bottom: 0440320\r\n", + " right: 440320\r\n", + " top: 0450560\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5377_Sentinel2_430080_0440320_440320_0450560_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5377_Sentinel2_430080_0440320_440320_0450560_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5378-Sentinel2-430080-0450560-440320-0460800\r\n", + " collection: Sentinel2\r\n", + " left: 430080\r\n", + " bottom: 0450560\r\n", + " right: 440320\r\n", + " top: 0460800\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5378_Sentinel2_430080_0450560_440320_0460800_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5378_Sentinel2_430080_0450560_440320_0460800_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5379-Sentinel2-430080-0460800-440320-0471040\r\n", + " collection: Sentinel2\r\n", + " left: 430080\r\n", + " bottom: 0460800\r\n", + " right: 440320\r\n", + " top: 0471040\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5379_Sentinel2_430080_0460800_440320_0471040_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5379_Sentinel2_430080_0460800_440320_0471040_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5380-Sentinel2-430080-0471040-440320-0481280\r\n", + " collection: Sentinel2\r\n", + " left: 430080\r\n", + " bottom: 0471040\r\n", + " right: 440320\r\n", + " top: 0481280\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5380_Sentinel2_430080_0471040_440320_0481280_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5380_Sentinel2_430080_0471040_440320_0481280_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5381-Sentinel2-430080-0481280-440320-0491520\r\n", + " collection: Sentinel2\r\n", + " left: 430080\r\n", + " bottom: 0481280\r\n", + " right: 440320\r\n", + " top: 0491520\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5381_Sentinel2_430080_0481280_440320_0491520_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5381_Sentinel2_430080_0481280_440320_0491520_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5382-Sentinel2-430080-0491520-440320-0501760\r\n", + " collection: Sentinel2\r\n", + " left: 430080\r\n", + " bottom: 0491520\r\n", + " right: 440320\r\n", + " top: 0501760\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5382_Sentinel2_430080_0491520_440320_0501760_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5382_Sentinel2_430080_0491520_440320_0501760_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5383-Sentinel2-430080-0501760-440320-0512000\r\n", + " collection: Sentinel2\r\n", + " left: 430080\r\n", + " bottom: 0501760\r\n", + " right: 440320\r\n", + " top: 0512000\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5383_Sentinel2_430080_0501760_440320_0512000_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5383_Sentinel2_430080_0501760_440320_0512000_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5384-Sentinel2-430080-0512000-440320-0522240\r\n", + " collection: Sentinel2\r\n", + " left: 430080\r\n", + " bottom: 0512000\r\n", + " right: 440320\r\n", + " top: 0522240\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5384_Sentinel2_430080_0512000_440320_0522240_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5384_Sentinel2_430080_0512000_440320_0522240_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5385-Sentinel2-430080-0522240-440320-0532480\r\n", + " collection: Sentinel2\r\n", + " left: 430080\r\n", + " bottom: 0522240\r\n", + " right: 440320\r\n", + " top: 0532480\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5385_Sentinel2_430080_0522240_440320_0532480_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5385_Sentinel2_430080_0522240_440320_0532480_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5386-Sentinel2-430080-0532480-440320-0542720\r\n", + " collection: Sentinel2\r\n", + " left: 430080\r\n", + " bottom: 0532480\r\n", + " right: 440320\r\n", + " top: 0542720\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5386_Sentinel2_430080_0532480_440320_0542720_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5386_Sentinel2_430080_0532480_440320_0542720_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5387-Sentinel2-430080-0542720-440320-0552960\r\n", + " collection: Sentinel2\r\n", + " left: 430080\r\n", + " bottom: 0542720\r\n", + " right: 440320\r\n", + " top: 0552960\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5387_Sentinel2_430080_0542720_440320_0552960_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5387_Sentinel2_430080_0542720_440320_0552960_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5388-Sentinel2-430080-0552960-440320-0563200\r\n", + " collection: Sentinel2\r\n", + " left: 430080\r\n", + " bottom: 0552960\r\n", + " right: 440320\r\n", + " top: 0563200\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5388_Sentinel2_430080_0552960_440320_0563200_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5388_Sentinel2_430080_0552960_440320_0563200_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5389-Sentinel2-430080-0563200-440320-0573440\r\n", + " collection: Sentinel2\r\n", + " left: 430080\r\n", + " bottom: 0563200\r\n", + " right: 440320\r\n", + " top: 0573440\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5389_Sentinel2_430080_0563200_440320_0573440_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5389_Sentinel2_430080_0563200_440320_0573440_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5390-Sentinel2-430080-0573440-440320-0583680\r\n", + " collection: Sentinel2\r\n", + " left: 430080\r\n", + " bottom: 0573440\r\n", + " right: 440320\r\n", + " top: 0583680\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5390_Sentinel2_430080_0573440_440320_0583680_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5390_Sentinel2_430080_0573440_440320_0583680_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5391-Sentinel2-430080-0583680-440320-0593920\r\n", + " collection: Sentinel2\r\n", + " left: 430080\r\n", + " bottom: 0583680\r\n", + " right: 440320\r\n", + " top: 0593920\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5391_Sentinel2_430080_0583680_440320_0593920_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5391_Sentinel2_430080_0583680_440320_0593920_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5442-Sentinel2-430080-1105920-440320-1116160\r\n", + " collection: Sentinel2\r\n", + " left: 430080\r\n", + " bottom: 1105920\r\n", + " right: 440320\r\n", + " top: 1116160\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5442_Sentinel2_430080_1105920_440320_1116160_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5442_Sentinel2_430080_1105920_440320_1116160_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5443-Sentinel2-430080-1116160-440320-1126400\r\n", + " collection: Sentinel2\r\n", + " left: 430080\r\n", + " bottom: 1116160\r\n", + " right: 440320\r\n", + " top: 1126400\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5443_Sentinel2_430080_1116160_440320_1126400_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5443_Sentinel2_430080_1116160_440320_1126400_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5444-Sentinel2-430080-1126400-440320-1136640\r\n", + " collection: Sentinel2\r\n", + " left: 430080\r\n", + " bottom: 1126400\r\n", + " right: 440320\r\n", + " top: 1136640\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5444_Sentinel2_430080_1126400_440320_1136640_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5444_Sentinel2_430080_1126400_440320_1136640_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5445-Sentinel2-430080-1136640-440320-1146880\r\n", + " collection: Sentinel2\r\n", + " left: 430080\r\n", + " bottom: 1136640\r\n", + " right: 440320\r\n", + " top: 1146880\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5445_Sentinel2_430080_1136640_440320_1146880_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5445_Sentinel2_430080_1136640_440320_1146880_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5446-Sentinel2-430080-1146880-440320-1157120\r\n", + " collection: Sentinel2\r\n", + " left: 430080\r\n", + " bottom: 1146880\r\n", + " right: 440320\r\n", + " top: 1157120\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5446_Sentinel2_430080_1146880_440320_1157120_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5446_Sentinel2_430080_1146880_440320_1157120_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5447-Sentinel2-430080-1157120-440320-1167360\r\n", + " collection: Sentinel2\r\n", + " left: 430080\r\n", + " bottom: 1157120\r\n", + " right: 440320\r\n", + " top: 1167360\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5447_Sentinel2_430080_1157120_440320_1167360_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5447_Sentinel2_430080_1157120_440320_1167360_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5448-Sentinel2-430080-1167360-440320-1177600\r\n", + " collection: Sentinel2\r\n", + " left: 430080\r\n", + " bottom: 1167360\r\n", + " right: 440320\r\n", + " top: 1177600\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5448_Sentinel2_430080_1167360_440320_1177600_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5448_Sentinel2_430080_1167360_440320_1177600_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5449-Sentinel2-430080-1177600-440320-1187840\r\n", + " collection: Sentinel2\r\n", + " left: 430080\r\n", + " bottom: 1177600\r\n", + " right: 440320\r\n", + " top: 1187840\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5449_Sentinel2_430080_1177600_440320_1187840_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5449_Sentinel2_430080_1177600_440320_1187840_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5450-Sentinel2-430080-1187840-440320-1198080\r\n", + " collection: Sentinel2\r\n", + " left: 430080\r\n", + " bottom: 1187840\r\n", + " right: 440320\r\n", + " top: 1198080\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5450_Sentinel2_430080_1187840_440320_1198080_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5450_Sentinel2_430080_1187840_440320_1198080_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5468-Sentinel2-440320-0071680-450560-0081920\r\n", + " collection: Sentinel2\r\n", + " left: 440320\r\n", + " bottom: 0071680\r\n", + " right: 450560\r\n", + " top: 0081920\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5468_Sentinel2_440320_0071680_450560_0081920_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5468_Sentinel2_440320_0071680_450560_0081920_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5469-Sentinel2-440320-0081920-450560-0092160\r\n", + " collection: Sentinel2\r\n", + " left: 440320\r\n", + " bottom: 0081920\r\n", + " right: 450560\r\n", + " top: 0092160\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5469_Sentinel2_440320_0081920_450560_0092160_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5469_Sentinel2_440320_0081920_450560_0092160_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5470-Sentinel2-440320-0092160-450560-0102400\r\n", + " collection: Sentinel2\r\n", + " left: 440320\r\n", + " bottom: 0092160\r\n", + " right: 450560\r\n", + " top: 0102400\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5470_Sentinel2_440320_0092160_450560_0102400_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5470_Sentinel2_440320_0092160_450560_0102400_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5471-Sentinel2-440320-0102400-450560-0112640\r\n", + " collection: Sentinel2\r\n", + " left: 440320\r\n", + " bottom: 0102400\r\n", + " right: 450560\r\n", + " top: 0112640\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5471_Sentinel2_440320_0102400_450560_0112640_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5471_Sentinel2_440320_0102400_450560_0112640_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5472-Sentinel2-440320-0112640-450560-0122880\r\n", + " collection: Sentinel2\r\n", + " left: 440320\r\n", + " bottom: 0112640\r\n", + " right: 450560\r\n", + " top: 0122880\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5472_Sentinel2_440320_0112640_450560_0122880_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5472_Sentinel2_440320_0112640_450560_0122880_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5473-Sentinel2-440320-0122880-450560-0133120\r\n", + " collection: Sentinel2\r\n", + " left: 440320\r\n", + " bottom: 0122880\r\n", + " right: 450560\r\n", + " top: 0133120\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5473_Sentinel2_440320_0122880_450560_0133120_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5473_Sentinel2_440320_0122880_450560_0133120_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5474-Sentinel2-440320-0133120-450560-0143360\r\n", + " collection: Sentinel2\r\n", + " left: 440320\r\n", + " bottom: 0133120\r\n", + " right: 450560\r\n", + " top: 0143360\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5474_Sentinel2_440320_0133120_450560_0143360_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5474_Sentinel2_440320_0133120_450560_0143360_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5475-Sentinel2-440320-0143360-450560-0153600\r\n", + " collection: Sentinel2\r\n", + " left: 440320\r\n", + " bottom: 0143360\r\n", + " right: 450560\r\n", + " top: 0153600\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5475_Sentinel2_440320_0143360_450560_0153600_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5475_Sentinel2_440320_0143360_450560_0153600_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5476-Sentinel2-440320-0153600-450560-0163840\r\n", + " collection: Sentinel2\r\n", + " left: 440320\r\n", + " bottom: 0153600\r\n", + " right: 450560\r\n", + " top: 0163840\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5476_Sentinel2_440320_0153600_450560_0163840_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5476_Sentinel2_440320_0153600_450560_0163840_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5477-Sentinel2-440320-0163840-450560-0174080\r\n", + " collection: Sentinel2\r\n", + " left: 440320\r\n", + " bottom: 0163840\r\n", + " right: 450560\r\n", + " top: 0174080\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5477_Sentinel2_440320_0163840_450560_0174080_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5477_Sentinel2_440320_0163840_450560_0174080_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5478-Sentinel2-440320-0174080-450560-0184320\r\n", + " collection: Sentinel2\r\n", + " left: 440320\r\n", + " bottom: 0174080\r\n", + " right: 450560\r\n", + " top: 0184320\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5478_Sentinel2_440320_0174080_450560_0184320_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5478_Sentinel2_440320_0174080_450560_0184320_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5479-Sentinel2-440320-0184320-450560-0194560\r\n", + " collection: Sentinel2\r\n", + " left: 440320\r\n", + " bottom: 0184320\r\n", + " right: 450560\r\n", + " top: 0194560\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5479_Sentinel2_440320_0184320_450560_0194560_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5479_Sentinel2_440320_0184320_450560_0194560_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5480-Sentinel2-440320-0194560-450560-0204800\r\n", + " collection: Sentinel2\r\n", + " left: 440320\r\n", + " bottom: 0194560\r\n", + " right: 450560\r\n", + " top: 0204800\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5480_Sentinel2_440320_0194560_450560_0204800_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5480_Sentinel2_440320_0194560_450560_0204800_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5481-Sentinel2-440320-0204800-450560-0215040\r\n", + " collection: Sentinel2\r\n", + " left: 440320\r\n", + " bottom: 0204800\r\n", + " right: 450560\r\n", + " top: 0215040\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5481_Sentinel2_440320_0204800_450560_0215040_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5481_Sentinel2_440320_0204800_450560_0215040_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5482-Sentinel2-440320-0215040-450560-0225280\r\n", + " collection: Sentinel2\r\n", + " left: 440320\r\n", + " bottom: 0215040\r\n", + " right: 450560\r\n", + " top: 0225280\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5482_Sentinel2_440320_0215040_450560_0225280_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5482_Sentinel2_440320_0215040_450560_0225280_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5483-Sentinel2-440320-0225280-450560-0235520\r\n", + " collection: Sentinel2\r\n", + " left: 440320\r\n", + " bottom: 0225280\r\n", + " right: 450560\r\n", + " top: 0235520\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5483_Sentinel2_440320_0225280_450560_0235520_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5483_Sentinel2_440320_0225280_450560_0235520_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5484-Sentinel2-440320-0235520-450560-0245760\r\n", + " collection: Sentinel2\r\n", + " left: 440320\r\n", + " bottom: 0235520\r\n", + " right: 450560\r\n", + " top: 0245760\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5484_Sentinel2_440320_0235520_450560_0245760_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5484_Sentinel2_440320_0235520_450560_0245760_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5485-Sentinel2-440320-0245760-450560-0256000\r\n", + " collection: Sentinel2\r\n", + " left: 440320\r\n", + " bottom: 0245760\r\n", + " right: 450560\r\n", + " top: 0256000\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5485_Sentinel2_440320_0245760_450560_0256000_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5485_Sentinel2_440320_0245760_450560_0256000_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5486-Sentinel2-440320-0256000-450560-0266240\r\n", + " collection: Sentinel2\r\n", + " left: 440320\r\n", + " bottom: 0256000\r\n", + " right: 450560\r\n", + " top: 0266240\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5486_Sentinel2_440320_0256000_450560_0266240_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5486_Sentinel2_440320_0256000_450560_0266240_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5487-Sentinel2-440320-0266240-450560-0276480\r\n", + " collection: Sentinel2\r\n", + " left: 440320\r\n", + " bottom: 0266240\r\n", + " right: 450560\r\n", + " top: 0276480\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5487_Sentinel2_440320_0266240_450560_0276480_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5487_Sentinel2_440320_0266240_450560_0276480_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5488-Sentinel2-440320-0276480-450560-0286720\r\n", + " collection: Sentinel2\r\n", + " left: 440320\r\n", + " bottom: 0276480\r\n", + " right: 450560\r\n", + " top: 0286720\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5488_Sentinel2_440320_0276480_450560_0286720_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5488_Sentinel2_440320_0276480_450560_0286720_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5489-Sentinel2-440320-0286720-450560-0296960\r\n", + " collection: Sentinel2\r\n", + " left: 440320\r\n", + " bottom: 0286720\r\n", + " right: 450560\r\n", + " top: 0296960\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5489_Sentinel2_440320_0286720_450560_0296960_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5489_Sentinel2_440320_0286720_450560_0296960_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5490-Sentinel2-440320-0296960-450560-0307200\r\n", + " collection: Sentinel2\r\n", + " left: 440320\r\n", + " bottom: 0296960\r\n", + " right: 450560\r\n", + " top: 0307200\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5490_Sentinel2_440320_0296960_450560_0307200_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5490_Sentinel2_440320_0296960_450560_0307200_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5491-Sentinel2-440320-0307200-450560-0317440\r\n", + " collection: Sentinel2\r\n", + " left: 440320\r\n", + " bottom: 0307200\r\n", + " right: 450560\r\n", + " top: 0317440\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5491_Sentinel2_440320_0307200_450560_0317440_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5491_Sentinel2_440320_0307200_450560_0317440_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5492-Sentinel2-440320-0317440-450560-0327680\r\n", + " collection: Sentinel2\r\n", + " left: 440320\r\n", + " bottom: 0317440\r\n", + " right: 450560\r\n", + " top: 0327680\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5492_Sentinel2_440320_0317440_450560_0327680_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5492_Sentinel2_440320_0317440_450560_0327680_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5493-Sentinel2-440320-0327680-450560-0337920\r\n", + " collection: Sentinel2\r\n", + " left: 440320\r\n", + " bottom: 0327680\r\n", + " right: 450560\r\n", + " top: 0337920\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5493_Sentinel2_440320_0327680_450560_0337920_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5493_Sentinel2_440320_0327680_450560_0337920_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5494-Sentinel2-440320-0337920-450560-0348160\r\n", + " collection: Sentinel2\r\n", + " left: 440320\r\n", + " bottom: 0337920\r\n", + " right: 450560\r\n", + " top: 0348160\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5494_Sentinel2_440320_0337920_450560_0348160_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5494_Sentinel2_440320_0337920_450560_0348160_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5495-Sentinel2-440320-0348160-450560-0358400\r\n", + " collection: Sentinel2\r\n", + " left: 440320\r\n", + " bottom: 0348160\r\n", + " right: 450560\r\n", + " top: 0358400\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5495_Sentinel2_440320_0348160_450560_0358400_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5495_Sentinel2_440320_0348160_450560_0358400_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5496-Sentinel2-440320-0358400-450560-0368640\r\n", + " collection: Sentinel2\r\n", + " left: 440320\r\n", + " bottom: 0358400\r\n", + " right: 450560\r\n", + " top: 0368640\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5496_Sentinel2_440320_0358400_450560_0368640_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5496_Sentinel2_440320_0358400_450560_0368640_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5497-Sentinel2-440320-0368640-450560-0378880\r\n", + " collection: Sentinel2\r\n", + " left: 440320\r\n", + " bottom: 0368640\r\n", + " right: 450560\r\n", + " top: 0378880\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5497_Sentinel2_440320_0368640_450560_0378880_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5497_Sentinel2_440320_0368640_450560_0378880_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5498-Sentinel2-440320-0378880-450560-0389120\r\n", + " collection: Sentinel2\r\n", + " left: 440320\r\n", + " bottom: 0378880\r\n", + " right: 450560\r\n", + " top: 0389120\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5498_Sentinel2_440320_0378880_450560_0389120_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5498_Sentinel2_440320_0378880_450560_0389120_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5499-Sentinel2-440320-0389120-450560-0399360\r\n", + " collection: Sentinel2\r\n", + " left: 440320\r\n", + " bottom: 0389120\r\n", + " right: 450560\r\n", + " top: 0399360\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5499_Sentinel2_440320_0389120_450560_0399360_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5499_Sentinel2_440320_0389120_450560_0399360_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5500-Sentinel2-440320-0399360-450560-0409600\r\n", + " collection: Sentinel2\r\n", + " left: 440320\r\n", + " bottom: 0399360\r\n", + " right: 450560\r\n", + " top: 0409600\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5500_Sentinel2_440320_0399360_450560_0409600_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5500_Sentinel2_440320_0399360_450560_0409600_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5501-Sentinel2-440320-0409600-450560-0419840\r\n", + " collection: Sentinel2\r\n", + " left: 440320\r\n", + " bottom: 0409600\r\n", + " right: 450560\r\n", + " top: 0419840\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5501_Sentinel2_440320_0409600_450560_0419840_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5501_Sentinel2_440320_0409600_450560_0419840_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5502-Sentinel2-440320-0419840-450560-0430080\r\n", + " collection: Sentinel2\r\n", + " left: 440320\r\n", + " bottom: 0419840\r\n", + " right: 450560\r\n", + " top: 0430080\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5502_Sentinel2_440320_0419840_450560_0430080_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5502_Sentinel2_440320_0419840_450560_0430080_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5503-Sentinel2-440320-0430080-450560-0440320\r\n", + " collection: Sentinel2\r\n", + " left: 440320\r\n", + " bottom: 0430080\r\n", + " right: 450560\r\n", + " top: 0440320\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5503_Sentinel2_440320_0430080_450560_0440320_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5503_Sentinel2_440320_0430080_450560_0440320_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5504-Sentinel2-440320-0440320-450560-0450560\r\n", + " collection: Sentinel2\r\n", + " left: 440320\r\n", + " bottom: 0440320\r\n", + " right: 450560\r\n", + " top: 0450560\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5504_Sentinel2_440320_0440320_450560_0450560_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5504_Sentinel2_440320_0440320_450560_0450560_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5505-Sentinel2-440320-0450560-450560-0460800\r\n", + " collection: Sentinel2\r\n", + " left: 440320\r\n", + " bottom: 0450560\r\n", + " right: 450560\r\n", + " top: 0460800\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5505_Sentinel2_440320_0450560_450560_0460800_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5505_Sentinel2_440320_0450560_450560_0460800_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5506-Sentinel2-440320-0460800-450560-0471040\r\n", + " collection: Sentinel2\r\n", + " left: 440320\r\n", + " bottom: 0460800\r\n", + " right: 450560\r\n", + " top: 0471040\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5506_Sentinel2_440320_0460800_450560_0471040_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5506_Sentinel2_440320_0460800_450560_0471040_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5507-Sentinel2-440320-0471040-450560-0481280\r\n", + " collection: Sentinel2\r\n", + " left: 440320\r\n", + " bottom: 0471040\r\n", + " right: 450560\r\n", + " top: 0481280\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5507_Sentinel2_440320_0471040_450560_0481280_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5507_Sentinel2_440320_0471040_450560_0481280_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5508-Sentinel2-440320-0481280-450560-0491520\r\n", + " collection: Sentinel2\r\n", + " left: 440320\r\n", + " bottom: 0481280\r\n", + " right: 450560\r\n", + " top: 0491520\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5508_Sentinel2_440320_0481280_450560_0491520_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5508_Sentinel2_440320_0481280_450560_0491520_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5509-Sentinel2-440320-0491520-450560-0501760\r\n", + " collection: Sentinel2\r\n", + " left: 440320\r\n", + " bottom: 0491520\r\n", + " right: 450560\r\n", + " top: 0501760\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5509_Sentinel2_440320_0491520_450560_0501760_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5509_Sentinel2_440320_0491520_450560_0501760_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5510-Sentinel2-440320-0501760-450560-0512000\r\n", + " collection: Sentinel2\r\n", + " left: 440320\r\n", + " bottom: 0501760\r\n", + " right: 450560\r\n", + " top: 0512000\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5510_Sentinel2_440320_0501760_450560_0512000_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5510_Sentinel2_440320_0501760_450560_0512000_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5511-Sentinel2-440320-0512000-450560-0522240\r\n", + " collection: Sentinel2\r\n", + " left: 440320\r\n", + " bottom: 0512000\r\n", + " right: 450560\r\n", + " top: 0522240\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5511_Sentinel2_440320_0512000_450560_0522240_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5511_Sentinel2_440320_0512000_450560_0522240_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5512-Sentinel2-440320-0522240-450560-0532480\r\n", + " collection: Sentinel2\r\n", + " left: 440320\r\n", + " bottom: 0522240\r\n", + " right: 450560\r\n", + " top: 0532480\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5512_Sentinel2_440320_0522240_450560_0532480_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5512_Sentinel2_440320_0522240_450560_0532480_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5513-Sentinel2-440320-0532480-450560-0542720\r\n", + " collection: Sentinel2\r\n", + " left: 440320\r\n", + " bottom: 0532480\r\n", + " right: 450560\r\n", + " top: 0542720\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5513_Sentinel2_440320_0532480_450560_0542720_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5513_Sentinel2_440320_0532480_450560_0542720_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5514-Sentinel2-440320-0542720-450560-0552960\r\n", + " collection: Sentinel2\r\n", + " left: 440320\r\n", + " bottom: 0542720\r\n", + " right: 450560\r\n", + " top: 0552960\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5514_Sentinel2_440320_0542720_450560_0552960_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5514_Sentinel2_440320_0542720_450560_0552960_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5515-Sentinel2-440320-0552960-450560-0563200\r\n", + " collection: Sentinel2\r\n", + " left: 440320\r\n", + " bottom: 0552960\r\n", + " right: 450560\r\n", + " top: 0563200\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5515_Sentinel2_440320_0552960_450560_0563200_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5515_Sentinel2_440320_0552960_450560_0563200_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5516-Sentinel2-440320-0563200-450560-0573440\r\n", + " collection: Sentinel2\r\n", + " left: 440320\r\n", + " bottom: 0563200\r\n", + " right: 450560\r\n", + " top: 0573440\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5516_Sentinel2_440320_0563200_450560_0573440_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5516_Sentinel2_440320_0563200_450560_0573440_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5569-Sentinel2-440320-1105920-450560-1116160\r\n", + " collection: Sentinel2\r\n", + " left: 440320\r\n", + " bottom: 1105920\r\n", + " right: 450560\r\n", + " top: 1116160\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5569_Sentinel2_440320_1105920_450560_1116160_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5569_Sentinel2_440320_1105920_450560_1116160_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5570-Sentinel2-440320-1116160-450560-1126400\r\n", + " collection: Sentinel2\r\n", + " left: 440320\r\n", + " bottom: 1116160\r\n", + " right: 450560\r\n", + " top: 1126400\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5570_Sentinel2_440320_1116160_450560_1126400_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5570_Sentinel2_440320_1116160_450560_1126400_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5571-Sentinel2-440320-1126400-450560-1136640\r\n", + " collection: Sentinel2\r\n", + " left: 440320\r\n", + " bottom: 1126400\r\n", + " right: 450560\r\n", + " top: 1136640\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5571_Sentinel2_440320_1126400_450560_1136640_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5571_Sentinel2_440320_1126400_450560_1136640_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5572-Sentinel2-440320-1136640-450560-1146880\r\n", + " collection: Sentinel2\r\n", + " left: 440320\r\n", + " bottom: 1136640\r\n", + " right: 450560\r\n", + " top: 1146880\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5572_Sentinel2_440320_1136640_450560_1146880_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5572_Sentinel2_440320_1136640_450560_1146880_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5573-Sentinel2-440320-1146880-450560-1157120\r\n", + " collection: Sentinel2\r\n", + " left: 440320\r\n", + " bottom: 1146880\r\n", + " right: 450560\r\n", + " top: 1157120\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5573_Sentinel2_440320_1146880_450560_1157120_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5573_Sentinel2_440320_1146880_450560_1157120_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5574-Sentinel2-440320-1157120-450560-1167360\r\n", + " collection: Sentinel2\r\n", + " left: 440320\r\n", + " bottom: 1157120\r\n", + " right: 450560\r\n", + " top: 1167360\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5574_Sentinel2_440320_1157120_450560_1167360_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5574_Sentinel2_440320_1157120_450560_1167360_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5575-Sentinel2-440320-1167360-450560-1177600\r\n", + " collection: Sentinel2\r\n", + " left: 440320\r\n", + " bottom: 1167360\r\n", + " right: 450560\r\n", + " top: 1177600\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5575_Sentinel2_440320_1167360_450560_1177600_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5575_Sentinel2_440320_1167360_450560_1177600_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5576-Sentinel2-440320-1177600-450560-1187840\r\n", + " collection: Sentinel2\r\n", + " left: 440320\r\n", + " bottom: 1177600\r\n", + " right: 450560\r\n", + " top: 1187840\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5576_Sentinel2_440320_1177600_450560_1187840_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5576_Sentinel2_440320_1177600_450560_1187840_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5577-Sentinel2-440320-1187840-450560-1198080\r\n", + " collection: Sentinel2\r\n", + " left: 440320\r\n", + " bottom: 1187840\r\n", + " right: 450560\r\n", + " top: 1198080\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5577_Sentinel2_440320_1187840_450560_1198080_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5577_Sentinel2_440320_1187840_450560_1198080_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5578-Sentinel2-440320-1198080-450560-1208320\r\n", + " collection: Sentinel2\r\n", + " left: 440320\r\n", + " bottom: 1198080\r\n", + " right: 450560\r\n", + " top: 1208320\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5578_Sentinel2_440320_1198080_450560_1208320_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5578_Sentinel2_440320_1198080_450560_1208320_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5595-Sentinel2-450560-0071680-460800-0081920\r\n", + " collection: Sentinel2\r\n", + " left: 450560\r\n", + " bottom: 0071680\r\n", + " right: 460800\r\n", + " top: 0081920\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5595_Sentinel2_450560_0071680_460800_0081920_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5595_Sentinel2_450560_0071680_460800_0081920_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5596-Sentinel2-450560-0081920-460800-0092160\r\n", + " collection: Sentinel2\r\n", + " left: 450560\r\n", + " bottom: 0081920\r\n", + " right: 460800\r\n", + " top: 0092160\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5596_Sentinel2_450560_0081920_460800_0092160_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5596_Sentinel2_450560_0081920_460800_0092160_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\r\n", + " output_location downloads_output/5597-Sentinel2-450560-0092160-460800-0102400\r\n", + " collection: Sentinel2\r\n", + " left: 450560\r\n", + " bottom: 0092160\r\n", + " right: 460800\r\n", + " top: 0102400\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5597_Sentinel2_450560_0092160_460800_0102400_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5597_Sentinel2_450560_0092160_460800_0102400_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5598-Sentinel2-450560-0102400-460800-0112640\r\n", + " collection: Sentinel2\r\n", + " left: 450560\r\n", + " bottom: 0102400\r\n", + " right: 460800\r\n", + " top: 0112640\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5598_Sentinel2_450560_0102400_460800_0112640_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5598_Sentinel2_450560_0102400_460800_0112640_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5599-Sentinel2-450560-0112640-460800-0122880\r\n", + " collection: Sentinel2\r\n", + " left: 450560\r\n", + " bottom: 0112640\r\n", + " right: 460800\r\n", + " top: 0122880\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5599_Sentinel2_450560_0112640_460800_0122880_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5599_Sentinel2_450560_0112640_460800_0122880_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5600-Sentinel2-450560-0122880-460800-0133120\r\n", + " collection: Sentinel2\r\n", + " left: 450560\r\n", + " bottom: 0122880\r\n", + " right: 460800\r\n", + " top: 0133120\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5600_Sentinel2_450560_0122880_460800_0133120_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5600_Sentinel2_450560_0122880_460800_0133120_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5601-Sentinel2-450560-0133120-460800-0143360\r\n", + " collection: Sentinel2\r\n", + " left: 450560\r\n", + " bottom: 0133120\r\n", + " right: 460800\r\n", + " top: 0143360\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5601_Sentinel2_450560_0133120_460800_0143360_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5601_Sentinel2_450560_0133120_460800_0143360_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5602-Sentinel2-450560-0143360-460800-0153600\r\n", + " collection: Sentinel2\r\n", + " left: 450560\r\n", + " bottom: 0143360\r\n", + " right: 460800\r\n", + " top: 0153600\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5602_Sentinel2_450560_0143360_460800_0153600_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5602_Sentinel2_450560_0143360_460800_0153600_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5603-Sentinel2-450560-0153600-460800-0163840\r\n", + " collection: Sentinel2\r\n", + " left: 450560\r\n", + " bottom: 0153600\r\n", + " right: 460800\r\n", + " top: 0163840\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5603_Sentinel2_450560_0153600_460800_0163840_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5603_Sentinel2_450560_0153600_460800_0163840_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5604-Sentinel2-450560-0163840-460800-0174080\r\n", + " collection: Sentinel2\r\n", + " left: 450560\r\n", + " bottom: 0163840\r\n", + " right: 460800\r\n", + " top: 0174080\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5604_Sentinel2_450560_0163840_460800_0174080_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5604_Sentinel2_450560_0163840_460800_0174080_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5605-Sentinel2-450560-0174080-460800-0184320\r\n", + " collection: Sentinel2\r\n", + " left: 450560\r\n", + " bottom: 0174080\r\n", + " right: 460800\r\n", + " top: 0184320\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5605_Sentinel2_450560_0174080_460800_0184320_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5605_Sentinel2_450560_0174080_460800_0184320_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5606-Sentinel2-450560-0184320-460800-0194560\r\n", + " collection: Sentinel2\r\n", + " left: 450560\r\n", + " bottom: 0184320\r\n", + " right: 460800\r\n", + " top: 0194560\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5606_Sentinel2_450560_0184320_460800_0194560_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5606_Sentinel2_450560_0184320_460800_0194560_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5607-Sentinel2-450560-0194560-460800-0204800\r\n", + " collection: Sentinel2\r\n", + " left: 450560\r\n", + " bottom: 0194560\r\n", + " right: 460800\r\n", + " top: 0204800\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5607_Sentinel2_450560_0194560_460800_0204800_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5607_Sentinel2_450560_0194560_460800_0204800_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5608-Sentinel2-450560-0204800-460800-0215040\r\n", + " collection: Sentinel2\r\n", + " left: 450560\r\n", + " bottom: 0204800\r\n", + " right: 460800\r\n", + " top: 0215040\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5608_Sentinel2_450560_0204800_460800_0215040_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5608_Sentinel2_450560_0204800_460800_0215040_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5609-Sentinel2-450560-0215040-460800-0225280\r\n", + " collection: Sentinel2\r\n", + " left: 450560\r\n", + " bottom: 0215040\r\n", + " right: 460800\r\n", + " top: 0225280\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5609_Sentinel2_450560_0215040_460800_0225280_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5609_Sentinel2_450560_0215040_460800_0225280_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5610-Sentinel2-450560-0225280-460800-0235520\r\n", + " collection: Sentinel2\r\n", + " left: 450560\r\n", + " bottom: 0225280\r\n", + " right: 460800\r\n", + " top: 0235520\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5610_Sentinel2_450560_0225280_460800_0235520_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5610_Sentinel2_450560_0225280_460800_0235520_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5611-Sentinel2-450560-0235520-460800-0245760\r\n", + " collection: Sentinel2\r\n", + " left: 450560\r\n", + " bottom: 0235520\r\n", + " right: 460800\r\n", + " top: 0245760\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5611_Sentinel2_450560_0235520_460800_0245760_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5611_Sentinel2_450560_0235520_460800_0245760_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5612-Sentinel2-450560-0245760-460800-0256000\r\n", + " collection: Sentinel2\r\n", + " left: 450560\r\n", + " bottom: 0245760\r\n", + " right: 460800\r\n", + " top: 0256000\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5612_Sentinel2_450560_0245760_460800_0256000_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5612_Sentinel2_450560_0245760_460800_0256000_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5613-Sentinel2-450560-0256000-460800-0266240\r\n", + " collection: Sentinel2\r\n", + " left: 450560\r\n", + " bottom: 0256000\r\n", + " right: 460800\r\n", + " top: 0266240\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5613_Sentinel2_450560_0256000_460800_0266240_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5613_Sentinel2_450560_0256000_460800_0266240_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5614-Sentinel2-450560-0266240-460800-0276480\r\n", + " collection: Sentinel2\r\n", + " left: 450560\r\n", + " bottom: 0266240\r\n", + " right: 460800\r\n", + " top: 0276480\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5614_Sentinel2_450560_0266240_460800_0276480_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5614_Sentinel2_450560_0266240_460800_0276480_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5615-Sentinel2-450560-0276480-460800-0286720\r\n", + " collection: Sentinel2\r\n", + " left: 450560\r\n", + " bottom: 0276480\r\n", + " right: 460800\r\n", + " top: 0286720\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5615_Sentinel2_450560_0276480_460800_0286720_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5615_Sentinel2_450560_0276480_460800_0286720_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5616-Sentinel2-450560-0286720-460800-0296960\r\n", + " collection: Sentinel2\r\n", + " left: 450560\r\n", + " bottom: 0286720\r\n", + " right: 460800\r\n", + " top: 0296960\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5616_Sentinel2_450560_0286720_460800_0296960_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5616_Sentinel2_450560_0286720_460800_0296960_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5617-Sentinel2-450560-0296960-460800-0307200\r\n", + " collection: Sentinel2\r\n", + " left: 450560\r\n", + " bottom: 0296960\r\n", + " right: 460800\r\n", + " top: 0307200\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5617_Sentinel2_450560_0296960_460800_0307200_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5617_Sentinel2_450560_0296960_460800_0307200_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5618-Sentinel2-450560-0307200-460800-0317440\r\n", + " collection: Sentinel2\r\n", + " left: 450560\r\n", + " bottom: 0307200\r\n", + " right: 460800\r\n", + " top: 0317440\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5618_Sentinel2_450560_0307200_460800_0317440_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5618_Sentinel2_450560_0307200_460800_0317440_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5619-Sentinel2-450560-0317440-460800-0327680\r\n", + " collection: Sentinel2\r\n", + " left: 450560\r\n", + " bottom: 0317440\r\n", + " right: 460800\r\n", + " top: 0327680\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5619_Sentinel2_450560_0317440_460800_0327680_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5619_Sentinel2_450560_0317440_460800_0327680_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5620-Sentinel2-450560-0327680-460800-0337920\r\n", + " collection: Sentinel2\r\n", + " left: 450560\r\n", + " bottom: 0327680\r\n", + " right: 460800\r\n", + " top: 0337920\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5620_Sentinel2_450560_0327680_460800_0337920_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5620_Sentinel2_450560_0327680_460800_0337920_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5621-Sentinel2-450560-0337920-460800-0348160\r\n", + " collection: Sentinel2\r\n", + " left: 450560\r\n", + " bottom: 0337920\r\n", + " right: 460800\r\n", + " top: 0348160\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5621_Sentinel2_450560_0337920_460800_0348160_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5621_Sentinel2_450560_0337920_460800_0348160_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5622-Sentinel2-450560-0348160-460800-0358400\r\n", + " collection: Sentinel2\r\n", + " left: 450560\r\n", + " bottom: 0348160\r\n", + " right: 460800\r\n", + " top: 0358400\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5622_Sentinel2_450560_0348160_460800_0358400_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5622_Sentinel2_450560_0348160_460800_0358400_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5623-Sentinel2-450560-0358400-460800-0368640\r\n", + " collection: Sentinel2\r\n", + " left: 450560\r\n", + " bottom: 0358400\r\n", + " right: 460800\r\n", + " top: 0368640\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5623_Sentinel2_450560_0358400_460800_0368640_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5623_Sentinel2_450560_0358400_460800_0368640_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5624-Sentinel2-450560-0368640-460800-0378880\r\n", + " collection: Sentinel2\r\n", + " left: 450560\r\n", + " bottom: 0368640\r\n", + " right: 460800\r\n", + " top: 0378880\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5624_Sentinel2_450560_0368640_460800_0378880_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5624_Sentinel2_450560_0368640_460800_0378880_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5625-Sentinel2-450560-0378880-460800-0389120\r\n", + " collection: Sentinel2\r\n", + " left: 450560\r\n", + " bottom: 0378880\r\n", + " right: 460800\r\n", + " top: 0389120\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5625_Sentinel2_450560_0378880_460800_0389120_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5625_Sentinel2_450560_0378880_460800_0389120_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5626-Sentinel2-450560-0389120-460800-0399360\r\n", + " collection: Sentinel2\r\n", + " left: 450560\r\n", + " bottom: 0389120\r\n", + " right: 460800\r\n", + " top: 0399360\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5626_Sentinel2_450560_0389120_460800_0399360_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5626_Sentinel2_450560_0389120_460800_0399360_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5627-Sentinel2-450560-0399360-460800-0409600\r\n", + " collection: Sentinel2\r\n", + " left: 450560\r\n", + " bottom: 0399360\r\n", + " right: 460800\r\n", + " top: 0409600\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5627_Sentinel2_450560_0399360_460800_0409600_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5627_Sentinel2_450560_0399360_460800_0409600_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5628-Sentinel2-450560-0409600-460800-0419840\r\n", + " collection: Sentinel2\r\n", + " left: 450560\r\n", + " bottom: 0409600\r\n", + " right: 460800\r\n", + " top: 0419840\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5628_Sentinel2_450560_0409600_460800_0419840_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5628_Sentinel2_450560_0409600_460800_0419840_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5629-Sentinel2-450560-0419840-460800-0430080\r\n", + " collection: Sentinel2\r\n", + " left: 450560\r\n", + " bottom: 0419840\r\n", + " right: 460800\r\n", + " top: 0430080\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5629_Sentinel2_450560_0419840_460800_0430080_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5629_Sentinel2_450560_0419840_460800_0430080_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5630-Sentinel2-450560-0430080-460800-0440320\r\n", + " collection: Sentinel2\r\n", + " left: 450560\r\n", + " bottom: 0430080\r\n", + " right: 460800\r\n", + " top: 0440320\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5630_Sentinel2_450560_0430080_460800_0440320_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5630_Sentinel2_450560_0430080_460800_0440320_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5631-Sentinel2-450560-0440320-460800-0450560\r\n", + " collection: Sentinel2\r\n", + " left: 450560\r\n", + " bottom: 0440320\r\n", + " right: 460800\r\n", + " top: 0450560\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5631_Sentinel2_450560_0440320_460800_0450560_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5631_Sentinel2_450560_0440320_460800_0450560_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5632-Sentinel2-450560-0450560-460800-0460800\r\n", + " collection: Sentinel2\r\n", + " left: 450560\r\n", + " bottom: 0450560\r\n", + " right: 460800\r\n", + " top: 0460800\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5632_Sentinel2_450560_0450560_460800_0460800_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5632_Sentinel2_450560_0450560_460800_0460800_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5633-Sentinel2-450560-0460800-460800-0471040\r\n", + " collection: Sentinel2\r\n", + " left: 450560\r\n", + " bottom: 0460800\r\n", + " right: 460800\r\n", + " top: 0471040\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5633_Sentinel2_450560_0460800_460800_0471040_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5633_Sentinel2_450560_0460800_460800_0471040_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5634-Sentinel2-450560-0471040-460800-0481280\r\n", + " collection: Sentinel2\r\n", + " left: 450560\r\n", + " bottom: 0471040\r\n", + " right: 460800\r\n", + " top: 0481280\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5634_Sentinel2_450560_0471040_460800_0481280_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5634_Sentinel2_450560_0471040_460800_0481280_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5635-Sentinel2-450560-0481280-460800-0491520\r\n", + " collection: Sentinel2\r\n", + " left: 450560\r\n", + " bottom: 0481280\r\n", + " right: 460800\r\n", + " top: 0491520\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5635_Sentinel2_450560_0481280_460800_0491520_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5635_Sentinel2_450560_0481280_460800_0491520_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5636-Sentinel2-450560-0491520-460800-0501760\r\n", + " collection: Sentinel2\r\n", + " left: 450560\r\n", + " bottom: 0491520\r\n", + " right: 460800\r\n", + " top: 0501760\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5636_Sentinel2_450560_0491520_460800_0501760_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5636_Sentinel2_450560_0491520_460800_0501760_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5637-Sentinel2-450560-0501760-460800-0512000\r\n", + " collection: Sentinel2\r\n", + " left: 450560\r\n", + " bottom: 0501760\r\n", + " right: 460800\r\n", + " top: 0512000\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5637_Sentinel2_450560_0501760_460800_0512000_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5637_Sentinel2_450560_0501760_460800_0512000_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5638-Sentinel2-450560-0512000-460800-0522240\r\n", + " collection: Sentinel2\r\n", + " left: 450560\r\n", + " bottom: 0512000\r\n", + " right: 460800\r\n", + " top: 0522240\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5638_Sentinel2_450560_0512000_460800_0522240_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5638_Sentinel2_450560_0512000_460800_0522240_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5639-Sentinel2-450560-0522240-460800-0532480\r\n", + " collection: Sentinel2\r\n", + " left: 450560\r\n", + " bottom: 0522240\r\n", + " right: 460800\r\n", + " top: 0532480\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5639_Sentinel2_450560_0522240_460800_0532480_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5639_Sentinel2_450560_0522240_460800_0532480_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5640-Sentinel2-450560-0532480-460800-0542720\r\n", + " collection: Sentinel2\r\n", + " left: 450560\r\n", + " bottom: 0532480\r\n", + " right: 460800\r\n", + " top: 0542720\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5640_Sentinel2_450560_0532480_460800_0542720_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5640_Sentinel2_450560_0532480_460800_0542720_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5698-Sentinel2-450560-1126400-460800-1136640\r\n", + " collection: Sentinel2\r\n", + " left: 450560\r\n", + " bottom: 1126400\r\n", + " right: 460800\r\n", + " top: 1136640\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5698_Sentinel2_450560_1126400_460800_1136640_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5698_Sentinel2_450560_1126400_460800_1136640_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5699-Sentinel2-450560-1136640-460800-1146880\r\n", + " collection: Sentinel2\r\n", + " left: 450560\r\n", + " bottom: 1136640\r\n", + " right: 460800\r\n", + " top: 1146880\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5699_Sentinel2_450560_1136640_460800_1146880_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5699_Sentinel2_450560_1136640_460800_1146880_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5700-Sentinel2-450560-1146880-460800-1157120\r\n", + " collection: Sentinel2\r\n", + " left: 450560\r\n", + " bottom: 1146880\r\n", + " right: 460800\r\n", + " top: 1157120\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5700_Sentinel2_450560_1146880_460800_1157120_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5700_Sentinel2_450560_1146880_460800_1157120_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5701-Sentinel2-450560-1157120-460800-1167360\r\n", + " collection: Sentinel2\r\n", + " left: 450560\r\n", + " bottom: 1157120\r\n", + " right: 460800\r\n", + " top: 1167360\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5701_Sentinel2_450560_1157120_460800_1167360_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5701_Sentinel2_450560_1157120_460800_1167360_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5702-Sentinel2-450560-1167360-460800-1177600\r\n", + " collection: Sentinel2\r\n", + " left: 450560\r\n", + " bottom: 1167360\r\n", + " right: 460800\r\n", + " top: 1177600\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5702_Sentinel2_450560_1167360_460800_1177600_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5702_Sentinel2_450560_1167360_460800_1177600_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5703-Sentinel2-450560-1177600-460800-1187840\r\n", + " collection: Sentinel2\r\n", + " left: 450560\r\n", + " bottom: 1177600\r\n", + " right: 460800\r\n", + " top: 1187840\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5703_Sentinel2_450560_1177600_460800_1187840_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5703_Sentinel2_450560_1177600_460800_1187840_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5704-Sentinel2-450560-1187840-460800-1198080\r\n", + " collection: Sentinel2\r\n", + " left: 450560\r\n", + " bottom: 1187840\r\n", + " right: 460800\r\n", + " top: 1198080\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5704_Sentinel2_450560_1187840_460800_1198080_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5704_Sentinel2_450560_1187840_460800_1198080_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5705-Sentinel2-450560-1198080-460800-1208320\r\n", + " collection: Sentinel2\r\n", + " left: 450560\r\n", + " bottom: 1198080\r\n", + " right: 460800\r\n", + " top: 1208320\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5705_Sentinel2_450560_1198080_460800_1208320_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5705_Sentinel2_450560_1198080_460800_1208320_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5706-Sentinel2-450560-1208320-460800-1218560\r\n", + " collection: Sentinel2\r\n", + " left: 450560\r\n", + " bottom: 1208320\r\n", + " right: 460800\r\n", + " top: 1218560\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5706_Sentinel2_450560_1208320_460800_1218560_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5706_Sentinel2_450560_1208320_460800_1218560_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5707-Sentinel2-450560-1218560-460800-1228800\r\n", + " collection: Sentinel2\r\n", + " left: 450560\r\n", + " bottom: 1218560\r\n", + " right: 460800\r\n", + " top: 1228800\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5707_Sentinel2_450560_1218560_460800_1228800_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5707_Sentinel2_450560_1218560_460800_1228800_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5723-Sentinel2-460800-0081920-471040-0092160\r\n", + " collection: Sentinel2\r\n", + " left: 460800\r\n", + " bottom: 0081920\r\n", + " right: 471040\r\n", + " top: 0092160\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5723_Sentinel2_460800_0081920_471040_0092160_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5723_Sentinel2_460800_0081920_471040_0092160_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5724-Sentinel2-460800-0092160-471040-0102400\r\n", + " collection: Sentinel2\r\n", + " left: 460800\r\n", + " bottom: 0092160\r\n", + " right: 471040\r\n", + " top: 0102400\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5724_Sentinel2_460800_0092160_471040_0102400_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5724_Sentinel2_460800_0092160_471040_0102400_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5725-Sentinel2-460800-0102400-471040-0112640\r\n", + " collection: Sentinel2\r\n", + " left: 460800\r\n", + " bottom: 0102400\r\n", + " right: 471040\r\n", + " top: 0112640\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5725_Sentinel2_460800_0102400_471040_0112640_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5725_Sentinel2_460800_0102400_471040_0112640_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5726-Sentinel2-460800-0112640-471040-0122880\r\n", + " collection: Sentinel2\r\n", + " left: 460800\r\n", + " bottom: 0112640\r\n", + " right: 471040\r\n", + " top: 0122880\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5726_Sentinel2_460800_0112640_471040_0122880_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5726_Sentinel2_460800_0112640_471040_0122880_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5727-Sentinel2-460800-0122880-471040-0133120\r\n", + " collection: Sentinel2\r\n", + " left: 460800\r\n", + " bottom: 0122880\r\n", + " right: 471040\r\n", + " top: 0133120\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5727_Sentinel2_460800_0122880_471040_0133120_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5727_Sentinel2_460800_0122880_471040_0133120_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5728-Sentinel2-460800-0133120-471040-0143360\r\n", + " collection: Sentinel2\r\n", + " left: 460800\r\n", + " bottom: 0133120\r\n", + " right: 471040\r\n", + " top: 0143360\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5728_Sentinel2_460800_0133120_471040_0143360_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5728_Sentinel2_460800_0133120_471040_0143360_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5729-Sentinel2-460800-0143360-471040-0153600\r\n", + " collection: Sentinel2\r\n", + " left: 460800\r\n", + " bottom: 0143360\r\n", + " right: 471040\r\n", + " top: 0153600\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5729_Sentinel2_460800_0143360_471040_0153600_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5729_Sentinel2_460800_0143360_471040_0153600_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5730-Sentinel2-460800-0153600-471040-0163840\r\n", + " collection: Sentinel2\r\n", + " left: 460800\r\n", + " bottom: 0153600\r\n", + " right: 471040\r\n", + " top: 0163840\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5730_Sentinel2_460800_0153600_471040_0163840_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5730_Sentinel2_460800_0153600_471040_0163840_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5731-Sentinel2-460800-0163840-471040-0174080\r\n", + " collection: Sentinel2\r\n", + " left: 460800\r\n", + " bottom: 0163840\r\n", + " right: 471040\r\n", + " top: 0174080\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5731_Sentinel2_460800_0163840_471040_0174080_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5731_Sentinel2_460800_0163840_471040_0174080_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5732-Sentinel2-460800-0174080-471040-0184320\r\n", + " collection: Sentinel2\r\n", + " left: 460800\r\n", + " bottom: 0174080\r\n", + " right: 471040\r\n", + " top: 0184320\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5732_Sentinel2_460800_0174080_471040_0184320_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5732_Sentinel2_460800_0174080_471040_0184320_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5733-Sentinel2-460800-0184320-471040-0194560\r\n", + " collection: Sentinel2\r\n", + " left: 460800\r\n", + " bottom: 0184320\r\n", + " right: 471040\r\n", + " top: 0194560\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5733_Sentinel2_460800_0184320_471040_0194560_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5733_Sentinel2_460800_0184320_471040_0194560_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5734-Sentinel2-460800-0194560-471040-0204800\r\n", + " collection: Sentinel2\r\n", + " left: 460800\r\n", + " bottom: 0194560\r\n", + " right: 471040\r\n", + " top: 0204800\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5734_Sentinel2_460800_0194560_471040_0204800_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5734_Sentinel2_460800_0194560_471040_0204800_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5735-Sentinel2-460800-0204800-471040-0215040\r\n", + " collection: Sentinel2\r\n", + " left: 460800\r\n", + " bottom: 0204800\r\n", + " right: 471040\r\n", + " top: 0215040\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5735_Sentinel2_460800_0204800_471040_0215040_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5735_Sentinel2_460800_0204800_471040_0215040_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5736-Sentinel2-460800-0215040-471040-0225280\r\n", + " collection: Sentinel2\r\n", + " left: 460800\r\n", + " bottom: 0215040\r\n", + " right: 471040\r\n", + " top: 0225280\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5736_Sentinel2_460800_0215040_471040_0225280_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5736_Sentinel2_460800_0215040_471040_0225280_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5737-Sentinel2-460800-0225280-471040-0235520\r\n", + " collection: Sentinel2\r\n", + " left: 460800\r\n", + " bottom: 0225280\r\n", + " right: 471040\r\n", + " top: 0235520\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5737_Sentinel2_460800_0225280_471040_0235520_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5737_Sentinel2_460800_0225280_471040_0235520_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5738-Sentinel2-460800-0235520-471040-0245760\r\n", + " collection: Sentinel2\r\n", + " left: 460800\r\n", + " bottom: 0235520\r\n", + " right: 471040\r\n", + " top: 0245760\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5738_Sentinel2_460800_0235520_471040_0245760_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5738_Sentinel2_460800_0235520_471040_0245760_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5739-Sentinel2-460800-0245760-471040-0256000\r\n", + " collection: Sentinel2\r\n", + " left: 460800\r\n", + " bottom: 0245760\r\n", + " right: 471040\r\n", + " top: 0256000\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5739_Sentinel2_460800_0245760_471040_0256000_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5739_Sentinel2_460800_0245760_471040_0256000_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5740-Sentinel2-460800-0256000-471040-0266240\r\n", + " collection: Sentinel2\r\n", + " left: 460800\r\n", + " bottom: 0256000\r\n", + " right: 471040\r\n", + " top: 0266240\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5740_Sentinel2_460800_0256000_471040_0266240_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5740_Sentinel2_460800_0256000_471040_0266240_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5741-Sentinel2-460800-0266240-471040-0276480\r\n", + " collection: Sentinel2\r\n", + " left: 460800\r\n", + " bottom: 0266240\r\n", + " right: 471040\r\n", + " top: 0276480\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5741_Sentinel2_460800_0266240_471040_0276480_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5741_Sentinel2_460800_0266240_471040_0276480_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5742-Sentinel2-460800-0276480-471040-0286720\r\n", + " collection: Sentinel2\r\n", + " left: 460800\r\n", + " bottom: 0276480\r\n", + " right: 471040\r\n", + " top: 0286720\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5742_Sentinel2_460800_0276480_471040_0286720_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5742_Sentinel2_460800_0276480_471040_0286720_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5743-Sentinel2-460800-0286720-471040-0296960\r\n", + " collection: Sentinel2\r\n", + " left: 460800\r\n", + " bottom: 0286720\r\n", + " right: 471040\r\n", + " top: 0296960\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5743_Sentinel2_460800_0286720_471040_0296960_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5743_Sentinel2_460800_0286720_471040_0296960_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5744-Sentinel2-460800-0296960-471040-0307200\r\n", + " collection: Sentinel2\r\n", + " left: 460800\r\n", + " bottom: 0296960\r\n", + " right: 471040\r\n", + " top: 0307200\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5744_Sentinel2_460800_0296960_471040_0307200_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5744_Sentinel2_460800_0296960_471040_0307200_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5745-Sentinel2-460800-0307200-471040-0317440\r\n", + " collection: Sentinel2\r\n", + " left: 460800\r\n", + " bottom: 0307200\r\n", + " right: 471040\r\n", + " top: 0317440\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5745_Sentinel2_460800_0307200_471040_0317440_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5745_Sentinel2_460800_0307200_471040_0317440_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5746-Sentinel2-460800-0317440-471040-0327680\r\n", + " collection: Sentinel2\r\n", + " left: 460800\r\n", + " bottom: 0317440\r\n", + " right: 471040\r\n", + " top: 0327680\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5746_Sentinel2_460800_0317440_471040_0327680_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5746_Sentinel2_460800_0317440_471040_0327680_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5747-Sentinel2-460800-0327680-471040-0337920\r\n", + " collection: Sentinel2\r\n", + " left: 460800\r\n", + " bottom: 0327680\r\n", + " right: 471040\r\n", + " top: 0337920\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5747_Sentinel2_460800_0327680_471040_0337920_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5747_Sentinel2_460800_0327680_471040_0337920_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5748-Sentinel2-460800-0337920-471040-0348160\r\n", + " collection: Sentinel2\r\n", + " left: 460800\r\n", + " bottom: 0337920\r\n", + " right: 471040\r\n", + " top: 0348160\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5748_Sentinel2_460800_0337920_471040_0348160_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5748_Sentinel2_460800_0337920_471040_0348160_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5749-Sentinel2-460800-0348160-471040-0358400\r\n", + " collection: Sentinel2\r\n", + " left: 460800\r\n", + " bottom: 0348160\r\n", + " right: 471040\r\n", + " top: 0358400\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5749_Sentinel2_460800_0348160_471040_0358400_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5749_Sentinel2_460800_0348160_471040_0358400_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5750-Sentinel2-460800-0358400-471040-0368640\r\n", + " collection: Sentinel2\r\n", + " left: 460800\r\n", + " bottom: 0358400\r\n", + " right: 471040\r\n", + " top: 0368640\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5750_Sentinel2_460800_0358400_471040_0368640_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5750_Sentinel2_460800_0358400_471040_0368640_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5751-Sentinel2-460800-0368640-471040-0378880\r\n", + " collection: Sentinel2\r\n", + " left: 460800\r\n", + " bottom: 0368640\r\n", + " right: 471040\r\n", + " top: 0378880\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5751_Sentinel2_460800_0368640_471040_0378880_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5751_Sentinel2_460800_0368640_471040_0378880_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5752-Sentinel2-460800-0378880-471040-0389120\r\n", + " collection: Sentinel2\r\n", + " left: 460800\r\n", + " bottom: 0378880\r\n", + " right: 471040\r\n", + " top: 0389120\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5752_Sentinel2_460800_0378880_471040_0389120_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5752_Sentinel2_460800_0378880_471040_0389120_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5753-Sentinel2-460800-0389120-471040-0399360\r\n", + " collection: Sentinel2\r\n", + " left: 460800\r\n", + " bottom: 0389120\r\n", + " right: 471040\r\n", + " top: 0399360\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5753_Sentinel2_460800_0389120_471040_0399360_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5753_Sentinel2_460800_0389120_471040_0399360_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5754-Sentinel2-460800-0399360-471040-0409600\r\n", + " collection: Sentinel2\r\n", + " left: 460800\r\n", + " bottom: 0399360\r\n", + " right: 471040\r\n", + " top: 0409600\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5754_Sentinel2_460800_0399360_471040_0409600_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5754_Sentinel2_460800_0399360_471040_0409600_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5755-Sentinel2-460800-0409600-471040-0419840\r\n", + " collection: Sentinel2\r\n", + " left: 460800\r\n", + " bottom: 0409600\r\n", + " right: 471040\r\n", + " top: 0419840\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5755_Sentinel2_460800_0409600_471040_0419840_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5755_Sentinel2_460800_0409600_471040_0419840_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5756-Sentinel2-460800-0419840-471040-0430080\r\n", + " collection: Sentinel2\r\n", + " left: 460800\r\n", + " bottom: 0419840\r\n", + " right: 471040\r\n", + " top: 0430080\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5756_Sentinel2_460800_0419840_471040_0430080_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5756_Sentinel2_460800_0419840_471040_0430080_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5757-Sentinel2-460800-0430080-471040-0440320\r\n", + " collection: Sentinel2\r\n", + " left: 460800\r\n", + " bottom: 0430080\r\n", + " right: 471040\r\n", + " top: 0440320\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5757_Sentinel2_460800_0430080_471040_0440320_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5757_Sentinel2_460800_0430080_471040_0440320_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5758-Sentinel2-460800-0440320-471040-0450560\r\n", + " collection: Sentinel2\r\n", + " left: 460800\r\n", + " bottom: 0440320\r\n", + " right: 471040\r\n", + " top: 0450560\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5758_Sentinel2_460800_0440320_471040_0450560_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5758_Sentinel2_460800_0440320_471040_0450560_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5759-Sentinel2-460800-0450560-471040-0460800\r\n", + " collection: Sentinel2\r\n", + " left: 460800\r\n", + " bottom: 0450560\r\n", + " right: 471040\r\n", + " top: 0460800\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5759_Sentinel2_460800_0450560_471040_0460800_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5759_Sentinel2_460800_0450560_471040_0460800_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5760-Sentinel2-460800-0460800-471040-0471040\r\n", + " collection: Sentinel2\r\n", + " left: 460800\r\n", + " bottom: 0460800\r\n", + " right: 471040\r\n", + " top: 0471040\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5760_Sentinel2_460800_0460800_471040_0471040_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5760_Sentinel2_460800_0460800_471040_0471040_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5761-Sentinel2-460800-0471040-471040-0481280\r\n", + " collection: Sentinel2\r\n", + " left: 460800\r\n", + " bottom: 0471040\r\n", + " right: 471040\r\n", + " top: 0481280\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5761_Sentinel2_460800_0471040_471040_0481280_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5761_Sentinel2_460800_0471040_471040_0481280_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5762-Sentinel2-460800-0481280-471040-0491520\r\n", + " collection: Sentinel2\r\n", + " left: 460800\r\n", + " bottom: 0481280\r\n", + " right: 471040\r\n", + " top: 0491520\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5762_Sentinel2_460800_0481280_471040_0491520_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5762_Sentinel2_460800_0481280_471040_0491520_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5763-Sentinel2-460800-0491520-471040-0501760\r\n", + " collection: Sentinel2\r\n", + " left: 460800\r\n", + " bottom: 0491520\r\n", + " right: 471040\r\n", + " top: 0501760\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5763_Sentinel2_460800_0491520_471040_0501760_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5763_Sentinel2_460800_0491520_471040_0501760_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5764-Sentinel2-460800-0501760-471040-0512000\r\n", + " collection: Sentinel2\r\n", + " left: 460800\r\n", + " bottom: 0501760\r\n", + " right: 471040\r\n", + " top: 0512000\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5764_Sentinel2_460800_0501760_471040_0512000_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5764_Sentinel2_460800_0501760_471040_0512000_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5765-Sentinel2-460800-0512000-471040-0522240\r\n", + " collection: Sentinel2\r\n", + " left: 460800\r\n", + " bottom: 0512000\r\n", + " right: 471040\r\n", + " top: 0522240\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5765_Sentinel2_460800_0512000_471040_0522240_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5765_Sentinel2_460800_0512000_471040_0522240_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5766-Sentinel2-460800-0522240-471040-0532480\r\n", + " collection: Sentinel2\r\n", + " left: 460800\r\n", + " bottom: 0522240\r\n", + " right: 471040\r\n", + " top: 0532480\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5766_Sentinel2_460800_0522240_471040_0532480_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5766_Sentinel2_460800_0522240_471040_0532480_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5828-Sentinel2-460800-1157120-471040-1167360\r\n", + " collection: Sentinel2\r\n", + " left: 460800\r\n", + " bottom: 1157120\r\n", + " right: 471040\r\n", + " top: 1167360\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5828_Sentinel2_460800_1157120_471040_1167360_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5828_Sentinel2_460800_1157120_471040_1167360_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5829-Sentinel2-460800-1167360-471040-1177600\r\n", + " collection: Sentinel2\r\n", + " left: 460800\r\n", + " bottom: 1167360\r\n", + " right: 471040\r\n", + " top: 1177600\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5829_Sentinel2_460800_1167360_471040_1177600_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5829_Sentinel2_460800_1167360_471040_1177600_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5830-Sentinel2-460800-1177600-471040-1187840\r\n", + " collection: Sentinel2\r\n", + " left: 460800\r\n", + " bottom: 1177600\r\n", + " right: 471040\r\n", + " top: 1187840\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5830_Sentinel2_460800_1177600_471040_1187840_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5830_Sentinel2_460800_1177600_471040_1187840_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5831-Sentinel2-460800-1187840-471040-1198080\r\n", + " collection: Sentinel2\r\n", + " left: 460800\r\n", + " bottom: 1187840\r\n", + " right: 471040\r\n", + " top: 1198080\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5831_Sentinel2_460800_1187840_471040_1198080_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5831_Sentinel2_460800_1187840_471040_1198080_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5832-Sentinel2-460800-1198080-471040-1208320\r\n", + " collection: Sentinel2\r\n", + " left: 460800\r\n", + " bottom: 1198080\r\n", + " right: 471040\r\n", + " top: 1208320\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5832_Sentinel2_460800_1198080_471040_1208320_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5832_Sentinel2_460800_1198080_471040_1208320_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5833-Sentinel2-460800-1208320-471040-1218560\r\n", + " collection: Sentinel2\r\n", + " left: 460800\r\n", + " bottom: 1208320\r\n", + " right: 471040\r\n", + " top: 1218560\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5833_Sentinel2_460800_1208320_471040_1218560_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5833_Sentinel2_460800_1208320_471040_1218560_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5834-Sentinel2-460800-1218560-471040-1228800\r\n", + " collection: Sentinel2\r\n", + " left: 460800\r\n", + " bottom: 1218560\r\n", + " right: 471040\r\n", + " top: 1228800\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5834_Sentinel2_460800_1218560_471040_1228800_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5834_Sentinel2_460800_1218560_471040_1228800_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5851-Sentinel2-471040-0092160-481280-0102400\r\n", + " collection: Sentinel2\r\n", + " left: 471040\r\n", + " bottom: 0092160\r\n", + " right: 481280\r\n", + " top: 0102400\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5851_Sentinel2_471040_0092160_481280_0102400_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5851_Sentinel2_471040_0092160_481280_0102400_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5852-Sentinel2-471040-0102400-481280-0112640\r\n", + " collection: Sentinel2\r\n", + " left: 471040\r\n", + " bottom: 0102400\r\n", + " right: 481280\r\n", + " top: 0112640\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5852_Sentinel2_471040_0102400_481280_0112640_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5852_Sentinel2_471040_0102400_481280_0112640_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5853-Sentinel2-471040-0112640-481280-0122880\r\n", + " collection: Sentinel2\r\n", + " left: 471040\r\n", + " bottom: 0112640\r\n", + " right: 481280\r\n", + " top: 0122880\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5853_Sentinel2_471040_0112640_481280_0122880_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5853_Sentinel2_471040_0112640_481280_0122880_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5854-Sentinel2-471040-0122880-481280-0133120\r\n", + " collection: Sentinel2\r\n", + " left: 471040\r\n", + " bottom: 0122880\r\n", + " right: 481280\r\n", + " top: 0133120\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5854_Sentinel2_471040_0122880_481280_0133120_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5854_Sentinel2_471040_0122880_481280_0133120_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5855-Sentinel2-471040-0133120-481280-0143360\r\n", + " collection: Sentinel2\r\n", + " left: 471040\r\n", + " bottom: 0133120\r\n", + " right: 481280\r\n", + " top: 0143360\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5855_Sentinel2_471040_0133120_481280_0143360_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5855_Sentinel2_471040_0133120_481280_0143360_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5856-Sentinel2-471040-0143360-481280-0153600\r\n", + " collection: Sentinel2\r\n", + " left: 471040\r\n", + " bottom: 0143360\r\n", + " right: 481280\r\n", + " top: 0153600\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5856_Sentinel2_471040_0143360_481280_0153600_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5856_Sentinel2_471040_0143360_481280_0153600_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5857-Sentinel2-471040-0153600-481280-0163840\r\n", + " collection: Sentinel2\r\n", + " left: 471040\r\n", + " bottom: 0153600\r\n", + " right: 481280\r\n", + " top: 0163840\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5857_Sentinel2_471040_0153600_481280_0163840_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5857_Sentinel2_471040_0153600_481280_0163840_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5858-Sentinel2-471040-0163840-481280-0174080\r\n", + " collection: Sentinel2\r\n", + " left: 471040\r\n", + " bottom: 0163840\r\n", + " right: 481280\r\n", + " top: 0174080\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5858_Sentinel2_471040_0163840_481280_0174080_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5858_Sentinel2_471040_0163840_481280_0174080_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5859-Sentinel2-471040-0174080-481280-0184320\r\n", + " collection: Sentinel2\r\n", + " left: 471040\r\n", + " bottom: 0174080\r\n", + " right: 481280\r\n", + " top: 0184320\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5859_Sentinel2_471040_0174080_481280_0184320_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5859_Sentinel2_471040_0174080_481280_0184320_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5860-Sentinel2-471040-0184320-481280-0194560\r\n", + " collection: Sentinel2\r\n", + " left: 471040\r\n", + " bottom: 0184320\r\n", + " right: 481280\r\n", + " top: 0194560\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5860_Sentinel2_471040_0184320_481280_0194560_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5860_Sentinel2_471040_0184320_481280_0194560_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5861-Sentinel2-471040-0194560-481280-0204800\r\n", + " collection: Sentinel2\r\n", + " left: 471040\r\n", + " bottom: 0194560\r\n", + " right: 481280\r\n", + " top: 0204800\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5861_Sentinel2_471040_0194560_481280_0204800_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5861_Sentinel2_471040_0194560_481280_0204800_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5862-Sentinel2-471040-0204800-481280-0215040\r\n", + " collection: Sentinel2\r\n", + " left: 471040\r\n", + " bottom: 0204800\r\n", + " right: 481280\r\n", + " top: 0215040\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5862_Sentinel2_471040_0204800_481280_0215040_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5862_Sentinel2_471040_0204800_481280_0215040_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5863-Sentinel2-471040-0215040-481280-0225280\r\n", + " collection: Sentinel2\r\n", + " left: 471040\r\n", + " bottom: 0215040\r\n", + " right: 481280\r\n", + " top: 0225280\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5863_Sentinel2_471040_0215040_481280_0225280_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5863_Sentinel2_471040_0215040_481280_0225280_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5864-Sentinel2-471040-0225280-481280-0235520\r\n", + " collection: Sentinel2\r\n", + " left: 471040\r\n", + " bottom: 0225280\r\n", + " right: 481280\r\n", + " top: 0235520\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5864_Sentinel2_471040_0225280_481280_0235520_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5864_Sentinel2_471040_0225280_481280_0235520_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5865-Sentinel2-471040-0235520-481280-0245760\r\n", + " collection: Sentinel2\r\n", + " left: 471040\r\n", + " bottom: 0235520\r\n", + " right: 481280\r\n", + " top: 0245760\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5865_Sentinel2_471040_0235520_481280_0245760_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5865_Sentinel2_471040_0235520_481280_0245760_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5866-Sentinel2-471040-0245760-481280-0256000\r\n", + " collection: Sentinel2\r\n", + " left: 471040\r\n", + " bottom: 0245760\r\n", + " right: 481280\r\n", + " top: 0256000\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5866_Sentinel2_471040_0245760_481280_0256000_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5866_Sentinel2_471040_0245760_481280_0256000_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5867-Sentinel2-471040-0256000-481280-0266240\r\n", + " collection: Sentinel2\r\n", + " left: 471040\r\n", + " bottom: 0256000\r\n", + " right: 481280\r\n", + " top: 0266240\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5867_Sentinel2_471040_0256000_481280_0266240_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5867_Sentinel2_471040_0256000_481280_0266240_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5868-Sentinel2-471040-0266240-481280-0276480\r\n", + " collection: Sentinel2\r\n", + " left: 471040\r\n", + " bottom: 0266240\r\n", + " right: 481280\r\n", + " top: 0276480\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5868_Sentinel2_471040_0266240_481280_0276480_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5868_Sentinel2_471040_0266240_481280_0276480_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5869-Sentinel2-471040-0276480-481280-0286720\r\n", + " collection: Sentinel2\r\n", + " left: 471040\r\n", + " bottom: 0276480\r\n", + " right: 481280\r\n", + " top: 0286720\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5869_Sentinel2_471040_0276480_481280_0286720_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5869_Sentinel2_471040_0276480_481280_0286720_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5870-Sentinel2-471040-0286720-481280-0296960\r\n", + " collection: Sentinel2\r\n", + " left: 471040\r\n", + " bottom: 0286720\r\n", + " right: 481280\r\n", + " top: 0296960\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5870_Sentinel2_471040_0286720_481280_0296960_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5870_Sentinel2_471040_0286720_481280_0296960_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5871-Sentinel2-471040-0296960-481280-0307200\r\n", + " collection: Sentinel2\r\n", + " left: 471040\r\n", + " bottom: 0296960\r\n", + " right: 481280\r\n", + " top: 0307200\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5871_Sentinel2_471040_0296960_481280_0307200_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5871_Sentinel2_471040_0296960_481280_0307200_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5872-Sentinel2-471040-0307200-481280-0317440\r\n", + " collection: Sentinel2\r\n", + " left: 471040\r\n", + " bottom: 0307200\r\n", + " right: 481280\r\n", + " top: 0317440\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5872_Sentinel2_471040_0307200_481280_0317440_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5872_Sentinel2_471040_0307200_481280_0317440_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5873-Sentinel2-471040-0317440-481280-0327680\r\n", + " collection: Sentinel2\r\n", + " left: 471040\r\n", + " bottom: 0317440\r\n", + " right: 481280\r\n", + " top: 0327680\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5873_Sentinel2_471040_0317440_481280_0327680_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5873_Sentinel2_471040_0317440_481280_0327680_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5874-Sentinel2-471040-0327680-481280-0337920\r\n", + " collection: Sentinel2\r\n", + " left: 471040\r\n", + " bottom: 0327680\r\n", + " right: 481280\r\n", + " top: 0337920\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5874_Sentinel2_471040_0327680_481280_0337920_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5874_Sentinel2_471040_0327680_481280_0337920_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5875-Sentinel2-471040-0337920-481280-0348160\r\n", + " collection: Sentinel2\r\n", + " left: 471040\r\n", + " bottom: 0337920\r\n", + " right: 481280\r\n", + " top: 0348160\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5875_Sentinel2_471040_0337920_481280_0348160_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5875_Sentinel2_471040_0337920_481280_0348160_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5876-Sentinel2-471040-0348160-481280-0358400\r\n", + " collection: Sentinel2\r\n", + " left: 471040\r\n", + " bottom: 0348160\r\n", + " right: 481280\r\n", + " top: 0358400\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5876_Sentinel2_471040_0348160_481280_0358400_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5876_Sentinel2_471040_0348160_481280_0358400_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5877-Sentinel2-471040-0358400-481280-0368640\r\n", + " collection: Sentinel2\r\n", + " left: 471040\r\n", + " bottom: 0358400\r\n", + " right: 481280\r\n", + " top: 0368640\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5877_Sentinel2_471040_0358400_481280_0368640_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5877_Sentinel2_471040_0358400_481280_0368640_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5878-Sentinel2-471040-0368640-481280-0378880\r\n", + " collection: Sentinel2\r\n", + " left: 471040\r\n", + " bottom: 0368640\r\n", + " right: 481280\r\n", + " top: 0378880\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5878_Sentinel2_471040_0368640_481280_0378880_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5878_Sentinel2_471040_0368640_481280_0378880_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\r\n", + " output_location downloads_output/5879-Sentinel2-471040-0378880-481280-0389120\r\n", + " collection: Sentinel2\r\n", + " left: 471040\r\n", + " bottom: 0378880\r\n", + " right: 481280\r\n", + " top: 0389120\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5879_Sentinel2_471040_0378880_481280_0389120_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5879_Sentinel2_471040_0378880_481280_0389120_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5880-Sentinel2-471040-0389120-481280-0399360\r\n", + " collection: Sentinel2\r\n", + " left: 471040\r\n", + " bottom: 0389120\r\n", + " right: 481280\r\n", + " top: 0399360\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5880_Sentinel2_471040_0389120_481280_0399360_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5880_Sentinel2_471040_0389120_481280_0399360_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5881-Sentinel2-471040-0399360-481280-0409600\r\n", + " collection: Sentinel2\r\n", + " left: 471040\r\n", + " bottom: 0399360\r\n", + " right: 481280\r\n", + " top: 0409600\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5881_Sentinel2_471040_0399360_481280_0409600_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5881_Sentinel2_471040_0399360_481280_0409600_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5882-Sentinel2-471040-0409600-481280-0419840\r\n", + " collection: Sentinel2\r\n", + " left: 471040\r\n", + " bottom: 0409600\r\n", + " right: 481280\r\n", + " top: 0419840\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5882_Sentinel2_471040_0409600_481280_0419840_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5882_Sentinel2_471040_0409600_481280_0419840_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5883-Sentinel2-471040-0419840-481280-0430080\r\n", + " collection: Sentinel2\r\n", + " left: 471040\r\n", + " bottom: 0419840\r\n", + " right: 481280\r\n", + " top: 0430080\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5883_Sentinel2_471040_0419840_481280_0430080_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5883_Sentinel2_471040_0419840_481280_0430080_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5884-Sentinel2-471040-0430080-481280-0440320\r\n", + " collection: Sentinel2\r\n", + " left: 471040\r\n", + " bottom: 0430080\r\n", + " right: 481280\r\n", + " top: 0440320\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5884_Sentinel2_471040_0430080_481280_0440320_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5884_Sentinel2_471040_0430080_481280_0440320_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5885-Sentinel2-471040-0440320-481280-0450560\r\n", + " collection: Sentinel2\r\n", + " left: 471040\r\n", + " bottom: 0440320\r\n", + " right: 481280\r\n", + " top: 0450560\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5885_Sentinel2_471040_0440320_481280_0450560_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5885_Sentinel2_471040_0440320_481280_0450560_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5886-Sentinel2-471040-0450560-481280-0460800\r\n", + " collection: Sentinel2\r\n", + " left: 471040\r\n", + " bottom: 0450560\r\n", + " right: 481280\r\n", + " top: 0460800\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5886_Sentinel2_471040_0450560_481280_0460800_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5886_Sentinel2_471040_0450560_481280_0460800_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5887-Sentinel2-471040-0460800-481280-0471040\r\n", + " collection: Sentinel2\r\n", + " left: 471040\r\n", + " bottom: 0460800\r\n", + " right: 481280\r\n", + " top: 0471040\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5887_Sentinel2_471040_0460800_481280_0471040_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5887_Sentinel2_471040_0460800_481280_0471040_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5888-Sentinel2-471040-0471040-481280-0481280\r\n", + " collection: Sentinel2\r\n", + " left: 471040\r\n", + " bottom: 0471040\r\n", + " right: 481280\r\n", + " top: 0481280\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5888_Sentinel2_471040_0471040_481280_0481280_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5888_Sentinel2_471040_0471040_481280_0481280_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5889-Sentinel2-471040-0481280-481280-0491520\r\n", + " collection: Sentinel2\r\n", + " left: 471040\r\n", + " bottom: 0481280\r\n", + " right: 481280\r\n", + " top: 0491520\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5889_Sentinel2_471040_0481280_481280_0491520_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5889_Sentinel2_471040_0481280_481280_0491520_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5890-Sentinel2-471040-0491520-481280-0501760\r\n", + " collection: Sentinel2\r\n", + " left: 471040\r\n", + " bottom: 0491520\r\n", + " right: 481280\r\n", + " top: 0501760\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5890_Sentinel2_471040_0491520_481280_0501760_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5890_Sentinel2_471040_0491520_481280_0501760_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5891-Sentinel2-471040-0501760-481280-0512000\r\n", + " collection: Sentinel2\r\n", + " left: 471040\r\n", + " bottom: 0501760\r\n", + " right: 481280\r\n", + " top: 0512000\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5891_Sentinel2_471040_0501760_481280_0512000_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5891_Sentinel2_471040_0501760_481280_0512000_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5892-Sentinel2-471040-0512000-481280-0522240\r\n", + " collection: Sentinel2\r\n", + " left: 471040\r\n", + " bottom: 0512000\r\n", + " right: 481280\r\n", + " top: 0522240\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5892_Sentinel2_471040_0512000_481280_0522240_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5892_Sentinel2_471040_0512000_481280_0522240_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5977-Sentinel2-481280-0081920-491520-0092160\r\n", + " collection: Sentinel2\r\n", + " left: 481280\r\n", + " bottom: 0081920\r\n", + " right: 491520\r\n", + " top: 0092160\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5977_Sentinel2_481280_0081920_491520_0092160_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5977_Sentinel2_481280_0081920_491520_0092160_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5978-Sentinel2-481280-0092160-491520-0102400\r\n", + " collection: Sentinel2\r\n", + " left: 481280\r\n", + " bottom: 0092160\r\n", + " right: 491520\r\n", + " top: 0102400\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5978_Sentinel2_481280_0092160_491520_0102400_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5978_Sentinel2_481280_0092160_491520_0102400_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5979-Sentinel2-481280-0102400-491520-0112640\r\n", + " collection: Sentinel2\r\n", + " left: 481280\r\n", + " bottom: 0102400\r\n", + " right: 491520\r\n", + " top: 0112640\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5979_Sentinel2_481280_0102400_491520_0112640_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5979_Sentinel2_481280_0102400_491520_0112640_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5980-Sentinel2-481280-0112640-491520-0122880\r\n", + " collection: Sentinel2\r\n", + " left: 481280\r\n", + " bottom: 0112640\r\n", + " right: 491520\r\n", + " top: 0122880\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5980_Sentinel2_481280_0112640_491520_0122880_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5980_Sentinel2_481280_0112640_491520_0122880_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5981-Sentinel2-481280-0122880-491520-0133120\r\n", + " collection: Sentinel2\r\n", + " left: 481280\r\n", + " bottom: 0122880\r\n", + " right: 491520\r\n", + " top: 0133120\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5981_Sentinel2_481280_0122880_491520_0133120_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5981_Sentinel2_481280_0122880_491520_0133120_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5982-Sentinel2-481280-0133120-491520-0143360\r\n", + " collection: Sentinel2\r\n", + " left: 481280\r\n", + " bottom: 0133120\r\n", + " right: 491520\r\n", + " top: 0143360\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5982_Sentinel2_481280_0133120_491520_0143360_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5982_Sentinel2_481280_0133120_491520_0143360_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5983-Sentinel2-481280-0143360-491520-0153600\r\n", + " collection: Sentinel2\r\n", + " left: 481280\r\n", + " bottom: 0143360\r\n", + " right: 491520\r\n", + " top: 0153600\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5983_Sentinel2_481280_0143360_491520_0153600_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5983_Sentinel2_481280_0143360_491520_0153600_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5984-Sentinel2-481280-0153600-491520-0163840\r\n", + " collection: Sentinel2\r\n", + " left: 481280\r\n", + " bottom: 0153600\r\n", + " right: 491520\r\n", + " top: 0163840\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5984_Sentinel2_481280_0153600_491520_0163840_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5984_Sentinel2_481280_0153600_491520_0163840_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5985-Sentinel2-481280-0163840-491520-0174080\r\n", + " collection: Sentinel2\r\n", + " left: 481280\r\n", + " bottom: 0163840\r\n", + " right: 491520\r\n", + " top: 0174080\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5985_Sentinel2_481280_0163840_491520_0174080_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5985_Sentinel2_481280_0163840_491520_0174080_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5986-Sentinel2-481280-0174080-491520-0184320\r\n", + " collection: Sentinel2\r\n", + " left: 481280\r\n", + " bottom: 0174080\r\n", + " right: 491520\r\n", + " top: 0184320\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5986_Sentinel2_481280_0174080_491520_0184320_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5986_Sentinel2_481280_0174080_491520_0184320_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5987-Sentinel2-481280-0184320-491520-0194560\r\n", + " collection: Sentinel2\r\n", + " left: 481280\r\n", + " bottom: 0184320\r\n", + " right: 491520\r\n", + " top: 0194560\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5987_Sentinel2_481280_0184320_491520_0194560_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5987_Sentinel2_481280_0184320_491520_0194560_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5988-Sentinel2-481280-0194560-491520-0204800\r\n", + " collection: Sentinel2\r\n", + " left: 481280\r\n", + " bottom: 0194560\r\n", + " right: 491520\r\n", + " top: 0204800\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5988_Sentinel2_481280_0194560_491520_0204800_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5988_Sentinel2_481280_0194560_491520_0204800_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5989-Sentinel2-481280-0204800-491520-0215040\r\n", + " collection: Sentinel2\r\n", + " left: 481280\r\n", + " bottom: 0204800\r\n", + " right: 491520\r\n", + " top: 0215040\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5989_Sentinel2_481280_0204800_491520_0215040_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5989_Sentinel2_481280_0204800_491520_0215040_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5990-Sentinel2-481280-0215040-491520-0225280\r\n", + " collection: Sentinel2\r\n", + " left: 481280\r\n", + " bottom: 0215040\r\n", + " right: 491520\r\n", + " top: 0225280\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5990_Sentinel2_481280_0215040_491520_0225280_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5990_Sentinel2_481280_0215040_491520_0225280_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5991-Sentinel2-481280-0225280-491520-0235520\r\n", + " collection: Sentinel2\r\n", + " left: 481280\r\n", + " bottom: 0225280\r\n", + " right: 491520\r\n", + " top: 0235520\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5991_Sentinel2_481280_0225280_491520_0235520_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5991_Sentinel2_481280_0225280_491520_0235520_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5992-Sentinel2-481280-0235520-491520-0245760\r\n", + " collection: Sentinel2\r\n", + " left: 481280\r\n", + " bottom: 0235520\r\n", + " right: 491520\r\n", + " top: 0245760\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5992_Sentinel2_481280_0235520_491520_0245760_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5992_Sentinel2_481280_0235520_491520_0245760_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5993-Sentinel2-481280-0245760-491520-0256000\r\n", + " collection: Sentinel2\r\n", + " left: 481280\r\n", + " bottom: 0245760\r\n", + " right: 491520\r\n", + " top: 0256000\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5993_Sentinel2_481280_0245760_491520_0256000_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5993_Sentinel2_481280_0245760_491520_0256000_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5994-Sentinel2-481280-0256000-491520-0266240\r\n", + " collection: Sentinel2\r\n", + " left: 481280\r\n", + " bottom: 0256000\r\n", + " right: 491520\r\n", + " top: 0266240\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5994_Sentinel2_481280_0256000_491520_0266240_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5994_Sentinel2_481280_0256000_491520_0266240_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5995-Sentinel2-481280-0266240-491520-0276480\r\n", + " collection: Sentinel2\r\n", + " left: 481280\r\n", + " bottom: 0266240\r\n", + " right: 491520\r\n", + " top: 0276480\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5995_Sentinel2_481280_0266240_491520_0276480_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5995_Sentinel2_481280_0266240_491520_0276480_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5996-Sentinel2-481280-0276480-491520-0286720\r\n", + " collection: Sentinel2\r\n", + " left: 481280\r\n", + " bottom: 0276480\r\n", + " right: 491520\r\n", + " top: 0286720\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5996_Sentinel2_481280_0276480_491520_0286720_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5996_Sentinel2_481280_0276480_491520_0286720_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5997-Sentinel2-481280-0286720-491520-0296960\r\n", + " collection: Sentinel2\r\n", + " left: 481280\r\n", + " bottom: 0286720\r\n", + " right: 491520\r\n", + " top: 0296960\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5997_Sentinel2_481280_0286720_491520_0296960_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5997_Sentinel2_481280_0286720_491520_0296960_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5998-Sentinel2-481280-0296960-491520-0307200\r\n", + " collection: Sentinel2\r\n", + " left: 481280\r\n", + " bottom: 0296960\r\n", + " right: 491520\r\n", + " top: 0307200\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5998_Sentinel2_481280_0296960_491520_0307200_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5998_Sentinel2_481280_0296960_491520_0307200_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/5999-Sentinel2-481280-0307200-491520-0317440\r\n", + " collection: Sentinel2\r\n", + " left: 481280\r\n", + " bottom: 0307200\r\n", + " right: 491520\r\n", + " top: 0317440\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_5999_Sentinel2_481280_0307200_491520_0317440_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_5999_Sentinel2_481280_0307200_491520_0317440_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6000-Sentinel2-481280-0317440-491520-0327680\r\n", + " collection: Sentinel2\r\n", + " left: 481280\r\n", + " bottom: 0317440\r\n", + " right: 491520\r\n", + " top: 0327680\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6000_Sentinel2_481280_0317440_491520_0327680_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6000_Sentinel2_481280_0317440_491520_0327680_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6001-Sentinel2-481280-0327680-491520-0337920\r\n", + " collection: Sentinel2\r\n", + " left: 481280\r\n", + " bottom: 0327680\r\n", + " right: 491520\r\n", + " top: 0337920\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6001_Sentinel2_481280_0327680_491520_0337920_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6001_Sentinel2_481280_0327680_491520_0337920_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6002-Sentinel2-481280-0337920-491520-0348160\r\n", + " collection: Sentinel2\r\n", + " left: 481280\r\n", + " bottom: 0337920\r\n", + " right: 491520\r\n", + " top: 0348160\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6002_Sentinel2_481280_0337920_491520_0348160_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6002_Sentinel2_481280_0337920_491520_0348160_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6003-Sentinel2-481280-0348160-491520-0358400\r\n", + " collection: Sentinel2\r\n", + " left: 481280\r\n", + " bottom: 0348160\r\n", + " right: 491520\r\n", + " top: 0358400\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6003_Sentinel2_481280_0348160_491520_0358400_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6003_Sentinel2_481280_0348160_491520_0358400_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6004-Sentinel2-481280-0358400-491520-0368640\r\n", + " collection: Sentinel2\r\n", + " left: 481280\r\n", + " bottom: 0358400\r\n", + " right: 491520\r\n", + " top: 0368640\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6004_Sentinel2_481280_0358400_491520_0368640_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6004_Sentinel2_481280_0358400_491520_0368640_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6005-Sentinel2-481280-0368640-491520-0378880\r\n", + " collection: Sentinel2\r\n", + " left: 481280\r\n", + " bottom: 0368640\r\n", + " right: 491520\r\n", + " top: 0378880\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6005_Sentinel2_481280_0368640_491520_0378880_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6005_Sentinel2_481280_0368640_491520_0378880_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6006-Sentinel2-481280-0378880-491520-0389120\r\n", + " collection: Sentinel2\r\n", + " left: 481280\r\n", + " bottom: 0378880\r\n", + " right: 491520\r\n", + " top: 0389120\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6006_Sentinel2_481280_0378880_491520_0389120_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6006_Sentinel2_481280_0378880_491520_0389120_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6007-Sentinel2-481280-0389120-491520-0399360\r\n", + " collection: Sentinel2\r\n", + " left: 481280\r\n", + " bottom: 0389120\r\n", + " right: 491520\r\n", + " top: 0399360\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6007_Sentinel2_481280_0389120_491520_0399360_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6007_Sentinel2_481280_0389120_491520_0399360_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6008-Sentinel2-481280-0399360-491520-0409600\r\n", + " collection: Sentinel2\r\n", + " left: 481280\r\n", + " bottom: 0399360\r\n", + " right: 491520\r\n", + " top: 0409600\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6008_Sentinel2_481280_0399360_491520_0409600_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6008_Sentinel2_481280_0399360_491520_0409600_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6009-Sentinel2-481280-0409600-491520-0419840\r\n", + " collection: Sentinel2\r\n", + " left: 481280\r\n", + " bottom: 0409600\r\n", + " right: 491520\r\n", + " top: 0419840\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6009_Sentinel2_481280_0409600_491520_0419840_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6009_Sentinel2_481280_0409600_491520_0419840_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6010-Sentinel2-481280-0419840-491520-0430080\r\n", + " collection: Sentinel2\r\n", + " left: 481280\r\n", + " bottom: 0419840\r\n", + " right: 491520\r\n", + " top: 0430080\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6010_Sentinel2_481280_0419840_491520_0430080_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6010_Sentinel2_481280_0419840_491520_0430080_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6011-Sentinel2-481280-0430080-491520-0440320\r\n", + " collection: Sentinel2\r\n", + " left: 481280\r\n", + " bottom: 0430080\r\n", + " right: 491520\r\n", + " top: 0440320\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6011_Sentinel2_481280_0430080_491520_0440320_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6011_Sentinel2_481280_0430080_491520_0440320_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6012-Sentinel2-481280-0440320-491520-0450560\r\n", + " collection: Sentinel2\r\n", + " left: 481280\r\n", + " bottom: 0440320\r\n", + " right: 491520\r\n", + " top: 0450560\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6012_Sentinel2_481280_0440320_491520_0450560_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6012_Sentinel2_481280_0440320_491520_0450560_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6013-Sentinel2-481280-0450560-491520-0460800\r\n", + " collection: Sentinel2\r\n", + " left: 481280\r\n", + " bottom: 0450560\r\n", + " right: 491520\r\n", + " top: 0460800\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6013_Sentinel2_481280_0450560_491520_0460800_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6013_Sentinel2_481280_0450560_491520_0460800_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6014-Sentinel2-481280-0460800-491520-0471040\r\n", + " collection: Sentinel2\r\n", + " left: 481280\r\n", + " bottom: 0460800\r\n", + " right: 491520\r\n", + " top: 0471040\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6014_Sentinel2_481280_0460800_491520_0471040_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6014_Sentinel2_481280_0460800_491520_0471040_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6015-Sentinel2-481280-0471040-491520-0481280\r\n", + " collection: Sentinel2\r\n", + " left: 481280\r\n", + " bottom: 0471040\r\n", + " right: 491520\r\n", + " top: 0481280\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6015_Sentinel2_481280_0471040_491520_0481280_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6015_Sentinel2_481280_0471040_491520_0481280_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6016-Sentinel2-481280-0481280-491520-0491520\r\n", + " collection: Sentinel2\r\n", + " left: 481280\r\n", + " bottom: 0481280\r\n", + " right: 491520\r\n", + " top: 0491520\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6016_Sentinel2_481280_0481280_491520_0491520_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6016_Sentinel2_481280_0481280_491520_0491520_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6017-Sentinel2-481280-0491520-491520-0501760\r\n", + " collection: Sentinel2\r\n", + " left: 481280\r\n", + " bottom: 0491520\r\n", + " right: 491520\r\n", + " top: 0501760\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6017_Sentinel2_481280_0491520_491520_0501760_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6017_Sentinel2_481280_0491520_491520_0501760_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6018-Sentinel2-481280-0501760-491520-0512000\r\n", + " collection: Sentinel2\r\n", + " left: 481280\r\n", + " bottom: 0501760\r\n", + " right: 491520\r\n", + " top: 0512000\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6018_Sentinel2_481280_0501760_491520_0512000_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6018_Sentinel2_481280_0501760_491520_0512000_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6019-Sentinel2-481280-0512000-491520-0522240\r\n", + " collection: Sentinel2\r\n", + " left: 481280\r\n", + " bottom: 0512000\r\n", + " right: 491520\r\n", + " top: 0522240\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6019_Sentinel2_481280_0512000_491520_0522240_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6019_Sentinel2_481280_0512000_491520_0522240_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6105-Sentinel2-491520-0092160-501760-0102400\r\n", + " collection: Sentinel2\r\n", + " left: 491520\r\n", + " bottom: 0092160\r\n", + " right: 501760\r\n", + " top: 0102400\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6105_Sentinel2_491520_0092160_501760_0102400_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6105_Sentinel2_491520_0092160_501760_0102400_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6106-Sentinel2-491520-0102400-501760-0112640\r\n", + " collection: Sentinel2\r\n", + " left: 491520\r\n", + " bottom: 0102400\r\n", + " right: 501760\r\n", + " top: 0112640\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6106_Sentinel2_491520_0102400_501760_0112640_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6106_Sentinel2_491520_0102400_501760_0112640_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6107-Sentinel2-491520-0112640-501760-0122880\r\n", + " collection: Sentinel2\r\n", + " left: 491520\r\n", + " bottom: 0112640\r\n", + " right: 501760\r\n", + " top: 0122880\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6107_Sentinel2_491520_0112640_501760_0122880_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6107_Sentinel2_491520_0112640_501760_0122880_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6108-Sentinel2-491520-0122880-501760-0133120\r\n", + " collection: Sentinel2\r\n", + " left: 491520\r\n", + " bottom: 0122880\r\n", + " right: 501760\r\n", + " top: 0133120\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6108_Sentinel2_491520_0122880_501760_0133120_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6108_Sentinel2_491520_0122880_501760_0133120_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6109-Sentinel2-491520-0133120-501760-0143360\r\n", + " collection: Sentinel2\r\n", + " left: 491520\r\n", + " bottom: 0133120\r\n", + " right: 501760\r\n", + " top: 0143360\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6109_Sentinel2_491520_0133120_501760_0143360_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6109_Sentinel2_491520_0133120_501760_0143360_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6110-Sentinel2-491520-0143360-501760-0153600\r\n", + " collection: Sentinel2\r\n", + " left: 491520\r\n", + " bottom: 0143360\r\n", + " right: 501760\r\n", + " top: 0153600\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6110_Sentinel2_491520_0143360_501760_0153600_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6110_Sentinel2_491520_0143360_501760_0153600_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6111-Sentinel2-491520-0153600-501760-0163840\r\n", + " collection: Sentinel2\r\n", + " left: 491520\r\n", + " bottom: 0153600\r\n", + " right: 501760\r\n", + " top: 0163840\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6111_Sentinel2_491520_0153600_501760_0163840_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6111_Sentinel2_491520_0153600_501760_0163840_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6112-Sentinel2-491520-0163840-501760-0174080\r\n", + " collection: Sentinel2\r\n", + " left: 491520\r\n", + " bottom: 0163840\r\n", + " right: 501760\r\n", + " top: 0174080\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6112_Sentinel2_491520_0163840_501760_0174080_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6112_Sentinel2_491520_0163840_501760_0174080_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6113-Sentinel2-491520-0174080-501760-0184320\r\n", + " collection: Sentinel2\r\n", + " left: 491520\r\n", + " bottom: 0174080\r\n", + " right: 501760\r\n", + " top: 0184320\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6113_Sentinel2_491520_0174080_501760_0184320_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6113_Sentinel2_491520_0174080_501760_0184320_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6114-Sentinel2-491520-0184320-501760-0194560\r\n", + " collection: Sentinel2\r\n", + " left: 491520\r\n", + " bottom: 0184320\r\n", + " right: 501760\r\n", + " top: 0194560\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6114_Sentinel2_491520_0184320_501760_0194560_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6114_Sentinel2_491520_0184320_501760_0194560_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6115-Sentinel2-491520-0194560-501760-0204800\r\n", + " collection: Sentinel2\r\n", + " left: 491520\r\n", + " bottom: 0194560\r\n", + " right: 501760\r\n", + " top: 0204800\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6115_Sentinel2_491520_0194560_501760_0204800_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6115_Sentinel2_491520_0194560_501760_0204800_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6116-Sentinel2-491520-0204800-501760-0215040\r\n", + " collection: Sentinel2\r\n", + " left: 491520\r\n", + " bottom: 0204800\r\n", + " right: 501760\r\n", + " top: 0215040\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6116_Sentinel2_491520_0204800_501760_0215040_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6116_Sentinel2_491520_0204800_501760_0215040_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6117-Sentinel2-491520-0215040-501760-0225280\r\n", + " collection: Sentinel2\r\n", + " left: 491520\r\n", + " bottom: 0215040\r\n", + " right: 501760\r\n", + " top: 0225280\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6117_Sentinel2_491520_0215040_501760_0225280_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6117_Sentinel2_491520_0215040_501760_0225280_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6118-Sentinel2-491520-0225280-501760-0235520\r\n", + " collection: Sentinel2\r\n", + " left: 491520\r\n", + " bottom: 0225280\r\n", + " right: 501760\r\n", + " top: 0235520\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6118_Sentinel2_491520_0225280_501760_0235520_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6118_Sentinel2_491520_0225280_501760_0235520_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6119-Sentinel2-491520-0235520-501760-0245760\r\n", + " collection: Sentinel2\r\n", + " left: 491520\r\n", + " bottom: 0235520\r\n", + " right: 501760\r\n", + " top: 0245760\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6119_Sentinel2_491520_0235520_501760_0245760_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6119_Sentinel2_491520_0235520_501760_0245760_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6120-Sentinel2-491520-0245760-501760-0256000\r\n", + " collection: Sentinel2\r\n", + " left: 491520\r\n", + " bottom: 0245760\r\n", + " right: 501760\r\n", + " top: 0256000\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6120_Sentinel2_491520_0245760_501760_0256000_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6120_Sentinel2_491520_0245760_501760_0256000_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6121-Sentinel2-491520-0256000-501760-0266240\r\n", + " collection: Sentinel2\r\n", + " left: 491520\r\n", + " bottom: 0256000\r\n", + " right: 501760\r\n", + " top: 0266240\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6121_Sentinel2_491520_0256000_501760_0266240_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6121_Sentinel2_491520_0256000_501760_0266240_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6122-Sentinel2-491520-0266240-501760-0276480\r\n", + " collection: Sentinel2\r\n", + " left: 491520\r\n", + " bottom: 0266240\r\n", + " right: 501760\r\n", + " top: 0276480\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6122_Sentinel2_491520_0266240_501760_0276480_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6122_Sentinel2_491520_0266240_501760_0276480_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6123-Sentinel2-491520-0276480-501760-0286720\r\n", + " collection: Sentinel2\r\n", + " left: 491520\r\n", + " bottom: 0276480\r\n", + " right: 501760\r\n", + " top: 0286720\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6123_Sentinel2_491520_0276480_501760_0286720_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6123_Sentinel2_491520_0276480_501760_0286720_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6124-Sentinel2-491520-0286720-501760-0296960\r\n", + " collection: Sentinel2\r\n", + " left: 491520\r\n", + " bottom: 0286720\r\n", + " right: 501760\r\n", + " top: 0296960\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6124_Sentinel2_491520_0286720_501760_0296960_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6124_Sentinel2_491520_0286720_501760_0296960_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6125-Sentinel2-491520-0296960-501760-0307200\r\n", + " collection: Sentinel2\r\n", + " left: 491520\r\n", + " bottom: 0296960\r\n", + " right: 501760\r\n", + " top: 0307200\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6125_Sentinel2_491520_0296960_501760_0307200_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6125_Sentinel2_491520_0296960_501760_0307200_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6126-Sentinel2-491520-0307200-501760-0317440\r\n", + " collection: Sentinel2\r\n", + " left: 491520\r\n", + " bottom: 0307200\r\n", + " right: 501760\r\n", + " top: 0317440\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6126_Sentinel2_491520_0307200_501760_0317440_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6126_Sentinel2_491520_0307200_501760_0317440_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6127-Sentinel2-491520-0317440-501760-0327680\r\n", + " collection: Sentinel2\r\n", + " left: 491520\r\n", + " bottom: 0317440\r\n", + " right: 501760\r\n", + " top: 0327680\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6127_Sentinel2_491520_0317440_501760_0327680_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6127_Sentinel2_491520_0317440_501760_0327680_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6128-Sentinel2-491520-0327680-501760-0337920\r\n", + " collection: Sentinel2\r\n", + " left: 491520\r\n", + " bottom: 0327680\r\n", + " right: 501760\r\n", + " top: 0337920\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6128_Sentinel2_491520_0327680_501760_0337920_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6128_Sentinel2_491520_0327680_501760_0337920_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6129-Sentinel2-491520-0337920-501760-0348160\r\n", + " collection: Sentinel2\r\n", + " left: 491520\r\n", + " bottom: 0337920\r\n", + " right: 501760\r\n", + " top: 0348160\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6129_Sentinel2_491520_0337920_501760_0348160_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6129_Sentinel2_491520_0337920_501760_0348160_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6130-Sentinel2-491520-0348160-501760-0358400\r\n", + " collection: Sentinel2\r\n", + " left: 491520\r\n", + " bottom: 0348160\r\n", + " right: 501760\r\n", + " top: 0358400\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6130_Sentinel2_491520_0348160_501760_0358400_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6130_Sentinel2_491520_0348160_501760_0358400_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6131-Sentinel2-491520-0358400-501760-0368640\r\n", + " collection: Sentinel2\r\n", + " left: 491520\r\n", + " bottom: 0358400\r\n", + " right: 501760\r\n", + " top: 0368640\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6131_Sentinel2_491520_0358400_501760_0368640_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6131_Sentinel2_491520_0358400_501760_0368640_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6132-Sentinel2-491520-0368640-501760-0378880\r\n", + " collection: Sentinel2\r\n", + " left: 491520\r\n", + " bottom: 0368640\r\n", + " right: 501760\r\n", + " top: 0378880\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6132_Sentinel2_491520_0368640_501760_0378880_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6132_Sentinel2_491520_0368640_501760_0378880_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6133-Sentinel2-491520-0378880-501760-0389120\r\n", + " collection: Sentinel2\r\n", + " left: 491520\r\n", + " bottom: 0378880\r\n", + " right: 501760\r\n", + " top: 0389120\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6133_Sentinel2_491520_0378880_501760_0389120_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6133_Sentinel2_491520_0378880_501760_0389120_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6134-Sentinel2-491520-0389120-501760-0399360\r\n", + " collection: Sentinel2\r\n", + " left: 491520\r\n", + " bottom: 0389120\r\n", + " right: 501760\r\n", + " top: 0399360\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6134_Sentinel2_491520_0389120_501760_0399360_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6134_Sentinel2_491520_0389120_501760_0399360_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6135-Sentinel2-491520-0399360-501760-0409600\r\n", + " collection: Sentinel2\r\n", + " left: 491520\r\n", + " bottom: 0399360\r\n", + " right: 501760\r\n", + " top: 0409600\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6135_Sentinel2_491520_0399360_501760_0409600_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6135_Sentinel2_491520_0399360_501760_0409600_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6136-Sentinel2-491520-0409600-501760-0419840\r\n", + " collection: Sentinel2\r\n", + " left: 491520\r\n", + " bottom: 0409600\r\n", + " right: 501760\r\n", + " top: 0419840\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6136_Sentinel2_491520_0409600_501760_0419840_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6136_Sentinel2_491520_0409600_501760_0419840_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6137-Sentinel2-491520-0419840-501760-0430080\r\n", + " collection: Sentinel2\r\n", + " left: 491520\r\n", + " bottom: 0419840\r\n", + " right: 501760\r\n", + " top: 0430080\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6137_Sentinel2_491520_0419840_501760_0430080_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6137_Sentinel2_491520_0419840_501760_0430080_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6138-Sentinel2-491520-0430080-501760-0440320\r\n", + " collection: Sentinel2\r\n", + " left: 491520\r\n", + " bottom: 0430080\r\n", + " right: 501760\r\n", + " top: 0440320\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6138_Sentinel2_491520_0430080_501760_0440320_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6138_Sentinel2_491520_0430080_501760_0440320_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6139-Sentinel2-491520-0440320-501760-0450560\r\n", + " collection: Sentinel2\r\n", + " left: 491520\r\n", + " bottom: 0440320\r\n", + " right: 501760\r\n", + " top: 0450560\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6139_Sentinel2_491520_0440320_501760_0450560_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6139_Sentinel2_491520_0440320_501760_0450560_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6140-Sentinel2-491520-0450560-501760-0460800\r\n", + " collection: Sentinel2\r\n", + " left: 491520\r\n", + " bottom: 0450560\r\n", + " right: 501760\r\n", + " top: 0460800\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6140_Sentinel2_491520_0450560_501760_0460800_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6140_Sentinel2_491520_0450560_501760_0460800_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6141-Sentinel2-491520-0460800-501760-0471040\r\n", + " collection: Sentinel2\r\n", + " left: 491520\r\n", + " bottom: 0460800\r\n", + " right: 501760\r\n", + " top: 0471040\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6141_Sentinel2_491520_0460800_501760_0471040_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6141_Sentinel2_491520_0460800_501760_0471040_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6142-Sentinel2-491520-0471040-501760-0481280\r\n", + " collection: Sentinel2\r\n", + " left: 491520\r\n", + " bottom: 0471040\r\n", + " right: 501760\r\n", + " top: 0481280\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6142_Sentinel2_491520_0471040_501760_0481280_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6142_Sentinel2_491520_0471040_501760_0481280_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6143-Sentinel2-491520-0481280-501760-0491520\r\n", + " collection: Sentinel2\r\n", + " left: 491520\r\n", + " bottom: 0481280\r\n", + " right: 501760\r\n", + " top: 0491520\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6143_Sentinel2_491520_0481280_501760_0491520_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6143_Sentinel2_491520_0481280_501760_0491520_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6144-Sentinel2-491520-0491520-501760-0501760\r\n", + " collection: Sentinel2\r\n", + " left: 491520\r\n", + " bottom: 0491520\r\n", + " right: 501760\r\n", + " top: 0501760\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6144_Sentinel2_491520_0491520_501760_0501760_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6144_Sentinel2_491520_0491520_501760_0501760_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6145-Sentinel2-491520-0501760-501760-0512000\r\n", + " collection: Sentinel2\r\n", + " left: 491520\r\n", + " bottom: 0501760\r\n", + " right: 501760\r\n", + " top: 0512000\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6145_Sentinel2_491520_0501760_501760_0512000_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6145_Sentinel2_491520_0501760_501760_0512000_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6232-Sentinel2-501760-0092160-512000-0102400\r\n", + " collection: Sentinel2\r\n", + " left: 501760\r\n", + " bottom: 0092160\r\n", + " right: 512000\r\n", + " top: 0102400\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6232_Sentinel2_501760_0092160_512000_0102400_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6232_Sentinel2_501760_0092160_512000_0102400_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6233-Sentinel2-501760-0102400-512000-0112640\r\n", + " collection: Sentinel2\r\n", + " left: 501760\r\n", + " bottom: 0102400\r\n", + " right: 512000\r\n", + " top: 0112640\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6233_Sentinel2_501760_0102400_512000_0112640_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6233_Sentinel2_501760_0102400_512000_0112640_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6234-Sentinel2-501760-0112640-512000-0122880\r\n", + " collection: Sentinel2\r\n", + " left: 501760\r\n", + " bottom: 0112640\r\n", + " right: 512000\r\n", + " top: 0122880\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6234_Sentinel2_501760_0112640_512000_0122880_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6234_Sentinel2_501760_0112640_512000_0122880_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6235-Sentinel2-501760-0122880-512000-0133120\r\n", + " collection: Sentinel2\r\n", + " left: 501760\r\n", + " bottom: 0122880\r\n", + " right: 512000\r\n", + " top: 0133120\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6235_Sentinel2_501760_0122880_512000_0133120_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6235_Sentinel2_501760_0122880_512000_0133120_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6236-Sentinel2-501760-0133120-512000-0143360\r\n", + " collection: Sentinel2\r\n", + " left: 501760\r\n", + " bottom: 0133120\r\n", + " right: 512000\r\n", + " top: 0143360\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6236_Sentinel2_501760_0133120_512000_0143360_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6236_Sentinel2_501760_0133120_512000_0143360_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6237-Sentinel2-501760-0143360-512000-0153600\r\n", + " collection: Sentinel2\r\n", + " left: 501760\r\n", + " bottom: 0143360\r\n", + " right: 512000\r\n", + " top: 0153600\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6237_Sentinel2_501760_0143360_512000_0153600_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6237_Sentinel2_501760_0143360_512000_0153600_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6238-Sentinel2-501760-0153600-512000-0163840\r\n", + " collection: Sentinel2\r\n", + " left: 501760\r\n", + " bottom: 0153600\r\n", + " right: 512000\r\n", + " top: 0163840\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6238_Sentinel2_501760_0153600_512000_0163840_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6238_Sentinel2_501760_0153600_512000_0163840_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6239-Sentinel2-501760-0163840-512000-0174080\r\n", + " collection: Sentinel2\r\n", + " left: 501760\r\n", + " bottom: 0163840\r\n", + " right: 512000\r\n", + " top: 0174080\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6239_Sentinel2_501760_0163840_512000_0174080_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6239_Sentinel2_501760_0163840_512000_0174080_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6240-Sentinel2-501760-0174080-512000-0184320\r\n", + " collection: Sentinel2\r\n", + " left: 501760\r\n", + " bottom: 0174080\r\n", + " right: 512000\r\n", + " top: 0184320\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6240_Sentinel2_501760_0174080_512000_0184320_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6240_Sentinel2_501760_0174080_512000_0184320_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6241-Sentinel2-501760-0184320-512000-0194560\r\n", + " collection: Sentinel2\r\n", + " left: 501760\r\n", + " bottom: 0184320\r\n", + " right: 512000\r\n", + " top: 0194560\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6241_Sentinel2_501760_0184320_512000_0194560_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6241_Sentinel2_501760_0184320_512000_0194560_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6242-Sentinel2-501760-0194560-512000-0204800\r\n", + " collection: Sentinel2\r\n", + " left: 501760\r\n", + " bottom: 0194560\r\n", + " right: 512000\r\n", + " top: 0204800\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6242_Sentinel2_501760_0194560_512000_0204800_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6242_Sentinel2_501760_0194560_512000_0204800_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6243-Sentinel2-501760-0204800-512000-0215040\r\n", + " collection: Sentinel2\r\n", + " left: 501760\r\n", + " bottom: 0204800\r\n", + " right: 512000\r\n", + " top: 0215040\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6243_Sentinel2_501760_0204800_512000_0215040_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6243_Sentinel2_501760_0204800_512000_0215040_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6244-Sentinel2-501760-0215040-512000-0225280\r\n", + " collection: Sentinel2\r\n", + " left: 501760\r\n", + " bottom: 0215040\r\n", + " right: 512000\r\n", + " top: 0225280\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6244_Sentinel2_501760_0215040_512000_0225280_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6244_Sentinel2_501760_0215040_512000_0225280_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6245-Sentinel2-501760-0225280-512000-0235520\r\n", + " collection: Sentinel2\r\n", + " left: 501760\r\n", + " bottom: 0225280\r\n", + " right: 512000\r\n", + " top: 0235520\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6245_Sentinel2_501760_0225280_512000_0235520_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6245_Sentinel2_501760_0225280_512000_0235520_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6246-Sentinel2-501760-0235520-512000-0245760\r\n", + " collection: Sentinel2\r\n", + " left: 501760\r\n", + " bottom: 0235520\r\n", + " right: 512000\r\n", + " top: 0245760\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6246_Sentinel2_501760_0235520_512000_0245760_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6246_Sentinel2_501760_0235520_512000_0245760_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6247-Sentinel2-501760-0245760-512000-0256000\r\n", + " collection: Sentinel2\r\n", + " left: 501760\r\n", + " bottom: 0245760\r\n", + " right: 512000\r\n", + " top: 0256000\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6247_Sentinel2_501760_0245760_512000_0256000_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6247_Sentinel2_501760_0245760_512000_0256000_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6248-Sentinel2-501760-0256000-512000-0266240\r\n", + " collection: Sentinel2\r\n", + " left: 501760\r\n", + " bottom: 0256000\r\n", + " right: 512000\r\n", + " top: 0266240\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6248_Sentinel2_501760_0256000_512000_0266240_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6248_Sentinel2_501760_0256000_512000_0266240_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6249-Sentinel2-501760-0266240-512000-0276480\r\n", + " collection: Sentinel2\r\n", + " left: 501760\r\n", + " bottom: 0266240\r\n", + " right: 512000\r\n", + " top: 0276480\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6249_Sentinel2_501760_0266240_512000_0276480_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6249_Sentinel2_501760_0266240_512000_0276480_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6250-Sentinel2-501760-0276480-512000-0286720\r\n", + " collection: Sentinel2\r\n", + " left: 501760\r\n", + " bottom: 0276480\r\n", + " right: 512000\r\n", + " top: 0286720\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6250_Sentinel2_501760_0276480_512000_0286720_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6250_Sentinel2_501760_0276480_512000_0286720_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6251-Sentinel2-501760-0286720-512000-0296960\r\n", + " collection: Sentinel2\r\n", + " left: 501760\r\n", + " bottom: 0286720\r\n", + " right: 512000\r\n", + " top: 0296960\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6251_Sentinel2_501760_0286720_512000_0296960_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6251_Sentinel2_501760_0286720_512000_0296960_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6252-Sentinel2-501760-0296960-512000-0307200\r\n", + " collection: Sentinel2\r\n", + " left: 501760\r\n", + " bottom: 0296960\r\n", + " right: 512000\r\n", + " top: 0307200\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6252_Sentinel2_501760_0296960_512000_0307200_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6252_Sentinel2_501760_0296960_512000_0307200_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6253-Sentinel2-501760-0307200-512000-0317440\r\n", + " collection: Sentinel2\r\n", + " left: 501760\r\n", + " bottom: 0307200\r\n", + " right: 512000\r\n", + " top: 0317440\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6253_Sentinel2_501760_0307200_512000_0317440_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6253_Sentinel2_501760_0307200_512000_0317440_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6254-Sentinel2-501760-0317440-512000-0327680\r\n", + " collection: Sentinel2\r\n", + " left: 501760\r\n", + " bottom: 0317440\r\n", + " right: 512000\r\n", + " top: 0327680\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6254_Sentinel2_501760_0317440_512000_0327680_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6254_Sentinel2_501760_0317440_512000_0327680_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6255-Sentinel2-501760-0327680-512000-0337920\r\n", + " collection: Sentinel2\r\n", + " left: 501760\r\n", + " bottom: 0327680\r\n", + " right: 512000\r\n", + " top: 0337920\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6255_Sentinel2_501760_0327680_512000_0337920_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6255_Sentinel2_501760_0327680_512000_0337920_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6256-Sentinel2-501760-0337920-512000-0348160\r\n", + " collection: Sentinel2\r\n", + " left: 501760\r\n", + " bottom: 0337920\r\n", + " right: 512000\r\n", + " top: 0348160\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6256_Sentinel2_501760_0337920_512000_0348160_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6256_Sentinel2_501760_0337920_512000_0348160_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6257-Sentinel2-501760-0348160-512000-0358400\r\n", + " collection: Sentinel2\r\n", + " left: 501760\r\n", + " bottom: 0348160\r\n", + " right: 512000\r\n", + " top: 0358400\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6257_Sentinel2_501760_0348160_512000_0358400_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6257_Sentinel2_501760_0348160_512000_0358400_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6258-Sentinel2-501760-0358400-512000-0368640\r\n", + " collection: Sentinel2\r\n", + " left: 501760\r\n", + " bottom: 0358400\r\n", + " right: 512000\r\n", + " top: 0368640\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6258_Sentinel2_501760_0358400_512000_0368640_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6258_Sentinel2_501760_0358400_512000_0368640_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6259-Sentinel2-501760-0368640-512000-0378880\r\n", + " collection: Sentinel2\r\n", + " left: 501760\r\n", + " bottom: 0368640\r\n", + " right: 512000\r\n", + " top: 0378880\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6259_Sentinel2_501760_0368640_512000_0378880_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6259_Sentinel2_501760_0368640_512000_0378880_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6260-Sentinel2-501760-0378880-512000-0389120\r\n", + " collection: Sentinel2\r\n", + " left: 501760\r\n", + " bottom: 0378880\r\n", + " right: 512000\r\n", + " top: 0389120\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6260_Sentinel2_501760_0378880_512000_0389120_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6260_Sentinel2_501760_0378880_512000_0389120_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6261-Sentinel2-501760-0389120-512000-0399360\r\n", + " collection: Sentinel2\r\n", + " left: 501760\r\n", + " bottom: 0389120\r\n", + " right: 512000\r\n", + " top: 0399360\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6261_Sentinel2_501760_0389120_512000_0399360_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6261_Sentinel2_501760_0389120_512000_0399360_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6262-Sentinel2-501760-0399360-512000-0409600\r\n", + " collection: Sentinel2\r\n", + " left: 501760\r\n", + " bottom: 0399360\r\n", + " right: 512000\r\n", + " top: 0409600\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6262_Sentinel2_501760_0399360_512000_0409600_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6262_Sentinel2_501760_0399360_512000_0409600_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6263-Sentinel2-501760-0409600-512000-0419840\r\n", + " collection: Sentinel2\r\n", + " left: 501760\r\n", + " bottom: 0409600\r\n", + " right: 512000\r\n", + " top: 0419840\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6263_Sentinel2_501760_0409600_512000_0419840_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6263_Sentinel2_501760_0409600_512000_0419840_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6264-Sentinel2-501760-0419840-512000-0430080\r\n", + " collection: Sentinel2\r\n", + " left: 501760\r\n", + " bottom: 0419840\r\n", + " right: 512000\r\n", + " top: 0430080\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6264_Sentinel2_501760_0419840_512000_0430080_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6264_Sentinel2_501760_0419840_512000_0430080_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6265-Sentinel2-501760-0430080-512000-0440320\r\n", + " collection: Sentinel2\r\n", + " left: 501760\r\n", + " bottom: 0430080\r\n", + " right: 512000\r\n", + " top: 0440320\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6265_Sentinel2_501760_0430080_512000_0440320_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6265_Sentinel2_501760_0430080_512000_0440320_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6266-Sentinel2-501760-0440320-512000-0450560\r\n", + " collection: Sentinel2\r\n", + " left: 501760\r\n", + " bottom: 0440320\r\n", + " right: 512000\r\n", + " top: 0450560\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6266_Sentinel2_501760_0440320_512000_0450560_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6266_Sentinel2_501760_0440320_512000_0450560_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6267-Sentinel2-501760-0450560-512000-0460800\r\n", + " collection: Sentinel2\r\n", + " left: 501760\r\n", + " bottom: 0450560\r\n", + " right: 512000\r\n", + " top: 0460800\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6267_Sentinel2_501760_0450560_512000_0460800_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6267_Sentinel2_501760_0450560_512000_0460800_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6268-Sentinel2-501760-0460800-512000-0471040\r\n", + " collection: Sentinel2\r\n", + " left: 501760\r\n", + " bottom: 0460800\r\n", + " right: 512000\r\n", + " top: 0471040\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6268_Sentinel2_501760_0460800_512000_0471040_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6268_Sentinel2_501760_0460800_512000_0471040_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6269-Sentinel2-501760-0471040-512000-0481280\r\n", + " collection: Sentinel2\r\n", + " left: 501760\r\n", + " bottom: 0471040\r\n", + " right: 512000\r\n", + " top: 0481280\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6269_Sentinel2_501760_0471040_512000_0481280_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6269_Sentinel2_501760_0471040_512000_0481280_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6270-Sentinel2-501760-0481280-512000-0491520\r\n", + " collection: Sentinel2\r\n", + " left: 501760\r\n", + " bottom: 0481280\r\n", + " right: 512000\r\n", + " top: 0491520\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6270_Sentinel2_501760_0481280_512000_0491520_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6270_Sentinel2_501760_0481280_512000_0491520_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6271-Sentinel2-501760-0491520-512000-0501760\r\n", + " collection: Sentinel2\r\n", + " left: 501760\r\n", + " bottom: 0491520\r\n", + " right: 512000\r\n", + " top: 0501760\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6271_Sentinel2_501760_0491520_512000_0501760_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6271_Sentinel2_501760_0491520_512000_0501760_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6359-Sentinel2-512000-0092160-522240-0102400\r\n", + " collection: Sentinel2\r\n", + " left: 512000\r\n", + " bottom: 0092160\r\n", + " right: 522240\r\n", + " top: 0102400\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6359_Sentinel2_512000_0092160_522240_0102400_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6359_Sentinel2_512000_0092160_522240_0102400_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6360-Sentinel2-512000-0102400-522240-0112640\r\n", + " collection: Sentinel2\r\n", + " left: 512000\r\n", + " bottom: 0102400\r\n", + " right: 522240\r\n", + " top: 0112640\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6360_Sentinel2_512000_0102400_522240_0112640_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6360_Sentinel2_512000_0102400_522240_0112640_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6361-Sentinel2-512000-0112640-522240-0122880\r\n", + " collection: Sentinel2\r\n", + " left: 512000\r\n", + " bottom: 0112640\r\n", + " right: 522240\r\n", + " top: 0122880\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6361_Sentinel2_512000_0112640_522240_0122880_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6361_Sentinel2_512000_0112640_522240_0122880_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6362-Sentinel2-512000-0122880-522240-0133120\r\n", + " collection: Sentinel2\r\n", + " left: 512000\r\n", + " bottom: 0122880\r\n", + " right: 522240\r\n", + " top: 0133120\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6362_Sentinel2_512000_0122880_522240_0133120_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6362_Sentinel2_512000_0122880_522240_0133120_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6363-Sentinel2-512000-0133120-522240-0143360\r\n", + " collection: Sentinel2\r\n", + " left: 512000\r\n", + " bottom: 0133120\r\n", + " right: 522240\r\n", + " top: 0143360\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6363_Sentinel2_512000_0133120_522240_0143360_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6363_Sentinel2_512000_0133120_522240_0143360_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6364-Sentinel2-512000-0143360-522240-0153600\r\n", + " collection: Sentinel2\r\n", + " left: 512000\r\n", + " bottom: 0143360\r\n", + " right: 522240\r\n", + " top: 0153600\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6364_Sentinel2_512000_0143360_522240_0153600_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6364_Sentinel2_512000_0143360_522240_0153600_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6365-Sentinel2-512000-0153600-522240-0163840\r\n", + " collection: Sentinel2\r\n", + " left: 512000\r\n", + " bottom: 0153600\r\n", + " right: 522240\r\n", + " top: 0163840\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6365_Sentinel2_512000_0153600_522240_0163840_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6365_Sentinel2_512000_0153600_522240_0163840_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6366-Sentinel2-512000-0163840-522240-0174080\r\n", + " collection: Sentinel2\r\n", + " left: 512000\r\n", + " bottom: 0163840\r\n", + " right: 522240\r\n", + " top: 0174080\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6366_Sentinel2_512000_0163840_522240_0174080_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6366_Sentinel2_512000_0163840_522240_0174080_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6367-Sentinel2-512000-0174080-522240-0184320\r\n", + " collection: Sentinel2\r\n", + " left: 512000\r\n", + " bottom: 0174080\r\n", + " right: 522240\r\n", + " top: 0184320\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6367_Sentinel2_512000_0174080_522240_0184320_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6367_Sentinel2_512000_0174080_522240_0184320_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6368-Sentinel2-512000-0184320-522240-0194560\r\n", + " collection: Sentinel2\r\n", + " left: 512000\r\n", + " bottom: 0184320\r\n", + " right: 522240\r\n", + " top: 0194560\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6368_Sentinel2_512000_0184320_522240_0194560_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6368_Sentinel2_512000_0184320_522240_0194560_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6369-Sentinel2-512000-0194560-522240-0204800\r\n", + " collection: Sentinel2\r\n", + " left: 512000\r\n", + " bottom: 0194560\r\n", + " right: 522240\r\n", + " top: 0204800\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6369_Sentinel2_512000_0194560_522240_0204800_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6369_Sentinel2_512000_0194560_522240_0204800_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6370-Sentinel2-512000-0204800-522240-0215040\r\n", + " collection: Sentinel2\r\n", + " left: 512000\r\n", + " bottom: 0204800\r\n", + " right: 522240\r\n", + " top: 0215040\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6370_Sentinel2_512000_0204800_522240_0215040_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6370_Sentinel2_512000_0204800_522240_0215040_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6371-Sentinel2-512000-0215040-522240-0225280\r\n", + " collection: Sentinel2\r\n", + " left: 512000\r\n", + " bottom: 0215040\r\n", + " right: 522240\r\n", + " top: 0225280\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6371_Sentinel2_512000_0215040_522240_0225280_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6371_Sentinel2_512000_0215040_522240_0225280_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6372-Sentinel2-512000-0225280-522240-0235520\r\n", + " collection: Sentinel2\r\n", + " left: 512000\r\n", + " bottom: 0225280\r\n", + " right: 522240\r\n", + " top: 0235520\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6372_Sentinel2_512000_0225280_522240_0235520_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6372_Sentinel2_512000_0225280_522240_0235520_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6373-Sentinel2-512000-0235520-522240-0245760\r\n", + " collection: Sentinel2\r\n", + " left: 512000\r\n", + " bottom: 0235520\r\n", + " right: 522240\r\n", + " top: 0245760\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6373_Sentinel2_512000_0235520_522240_0245760_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6373_Sentinel2_512000_0235520_522240_0245760_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6374-Sentinel2-512000-0245760-522240-0256000\r\n", + " collection: Sentinel2\r\n", + " left: 512000\r\n", + " bottom: 0245760\r\n", + " right: 522240\r\n", + " top: 0256000\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6374_Sentinel2_512000_0245760_522240_0256000_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6374_Sentinel2_512000_0245760_522240_0256000_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6375-Sentinel2-512000-0256000-522240-0266240\r\n", + " collection: Sentinel2\r\n", + " left: 512000\r\n", + " bottom: 0256000\r\n", + " right: 522240\r\n", + " top: 0266240\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6375_Sentinel2_512000_0256000_522240_0266240_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6375_Sentinel2_512000_0256000_522240_0266240_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6376-Sentinel2-512000-0266240-522240-0276480\r\n", + " collection: Sentinel2\r\n", + " left: 512000\r\n", + " bottom: 0266240\r\n", + " right: 522240\r\n", + " top: 0276480\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6376_Sentinel2_512000_0266240_522240_0276480_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6376_Sentinel2_512000_0266240_522240_0276480_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6377-Sentinel2-512000-0276480-522240-0286720\r\n", + " collection: Sentinel2\r\n", + " left: 512000\r\n", + " bottom: 0276480\r\n", + " right: 522240\r\n", + " top: 0286720\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6377_Sentinel2_512000_0276480_522240_0286720_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6377_Sentinel2_512000_0276480_522240_0286720_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6378-Sentinel2-512000-0286720-522240-0296960\r\n", + " collection: Sentinel2\r\n", + " left: 512000\r\n", + " bottom: 0286720\r\n", + " right: 522240\r\n", + " top: 0296960\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6378_Sentinel2_512000_0286720_522240_0296960_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6378_Sentinel2_512000_0286720_522240_0296960_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6379-Sentinel2-512000-0296960-522240-0307200\r\n", + " collection: Sentinel2\r\n", + " left: 512000\r\n", + " bottom: 0296960\r\n", + " right: 522240\r\n", + " top: 0307200\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6379_Sentinel2_512000_0296960_522240_0307200_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6379_Sentinel2_512000_0296960_522240_0307200_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6380-Sentinel2-512000-0307200-522240-0317440\r\n", + " collection: Sentinel2\r\n", + " left: 512000\r\n", + " bottom: 0307200\r\n", + " right: 522240\r\n", + " top: 0317440\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6380_Sentinel2_512000_0307200_522240_0317440_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6380_Sentinel2_512000_0307200_522240_0317440_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6381-Sentinel2-512000-0317440-522240-0327680\r\n", + " collection: Sentinel2\r\n", + " left: 512000\r\n", + " bottom: 0317440\r\n", + " right: 522240\r\n", + " top: 0327680\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6381_Sentinel2_512000_0317440_522240_0327680_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6381_Sentinel2_512000_0317440_522240_0327680_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6382-Sentinel2-512000-0327680-522240-0337920\r\n", + " collection: Sentinel2\r\n", + " left: 512000\r\n", + " bottom: 0327680\r\n", + " right: 522240\r\n", + " top: 0337920\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6382_Sentinel2_512000_0327680_522240_0337920_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6382_Sentinel2_512000_0327680_522240_0337920_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6383-Sentinel2-512000-0337920-522240-0348160\r\n", + " collection: Sentinel2\r\n", + " left: 512000\r\n", + " bottom: 0337920\r\n", + " right: 522240\r\n", + " top: 0348160\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6383_Sentinel2_512000_0337920_522240_0348160_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6383_Sentinel2_512000_0337920_522240_0348160_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6384-Sentinel2-512000-0348160-522240-0358400\r\n", + " collection: Sentinel2\r\n", + " left: 512000\r\n", + " bottom: 0348160\r\n", + " right: 522240\r\n", + " top: 0358400\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6384_Sentinel2_512000_0348160_522240_0358400_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6384_Sentinel2_512000_0348160_522240_0358400_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6385-Sentinel2-512000-0358400-522240-0368640\r\n", + " collection: Sentinel2\r\n", + " left: 512000\r\n", + " bottom: 0358400\r\n", + " right: 522240\r\n", + " top: 0368640\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6385_Sentinel2_512000_0358400_522240_0368640_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6385_Sentinel2_512000_0358400_522240_0368640_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6386-Sentinel2-512000-0368640-522240-0378880\r\n", + " collection: Sentinel2\r\n", + " left: 512000\r\n", + " bottom: 0368640\r\n", + " right: 522240\r\n", + " top: 0378880\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6386_Sentinel2_512000_0368640_522240_0378880_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6386_Sentinel2_512000_0368640_522240_0378880_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6387-Sentinel2-512000-0378880-522240-0389120\r\n", + " collection: Sentinel2\r\n", + " left: 512000\r\n", + " bottom: 0378880\r\n", + " right: 522240\r\n", + " top: 0389120\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6387_Sentinel2_512000_0378880_522240_0389120_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6387_Sentinel2_512000_0378880_522240_0389120_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6388-Sentinel2-512000-0389120-522240-0399360\r\n", + " collection: Sentinel2\r\n", + " left: 512000\r\n", + " bottom: 0389120\r\n", + " right: 522240\r\n", + " top: 0399360\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6388_Sentinel2_512000_0389120_522240_0399360_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6388_Sentinel2_512000_0389120_522240_0399360_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6389-Sentinel2-512000-0399360-522240-0409600\r\n", + " collection: Sentinel2\r\n", + " left: 512000\r\n", + " bottom: 0399360\r\n", + " right: 522240\r\n", + " top: 0409600\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6389_Sentinel2_512000_0399360_522240_0409600_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6389_Sentinel2_512000_0399360_522240_0409600_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6390-Sentinel2-512000-0409600-522240-0419840\r\n", + " collection: Sentinel2\r\n", + " left: 512000\r\n", + " bottom: 0409600\r\n", + " right: 522240\r\n", + " top: 0419840\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6390_Sentinel2_512000_0409600_522240_0419840_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6390_Sentinel2_512000_0409600_522240_0419840_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6391-Sentinel2-512000-0419840-522240-0430080\r\n", + " collection: Sentinel2\r\n", + " left: 512000\r\n", + " bottom: 0419840\r\n", + " right: 522240\r\n", + " top: 0430080\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6391_Sentinel2_512000_0419840_522240_0430080_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6391_Sentinel2_512000_0419840_522240_0430080_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6392-Sentinel2-512000-0430080-522240-0440320\r\n", + " collection: Sentinel2\r\n", + " left: 512000\r\n", + " bottom: 0430080\r\n", + " right: 522240\r\n", + " top: 0440320\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6392_Sentinel2_512000_0430080_522240_0440320_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6392_Sentinel2_512000_0430080_522240_0440320_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6393-Sentinel2-512000-0440320-522240-0450560\r\n", + " collection: Sentinel2\r\n", + " left: 512000\r\n", + " bottom: 0440320\r\n", + " right: 522240\r\n", + " top: 0450560\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6393_Sentinel2_512000_0440320_522240_0450560_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6393_Sentinel2_512000_0440320_522240_0450560_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6394-Sentinel2-512000-0450560-522240-0460800\r\n", + " collection: Sentinel2\r\n", + " left: 512000\r\n", + " bottom: 0450560\r\n", + " right: 522240\r\n", + " top: 0460800\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6394_Sentinel2_512000_0450560_522240_0460800_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6394_Sentinel2_512000_0450560_522240_0460800_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6395-Sentinel2-512000-0460800-522240-0471040\r\n", + " collection: Sentinel2\r\n", + " left: 512000\r\n", + " bottom: 0460800\r\n", + " right: 522240\r\n", + " top: 0471040\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6395_Sentinel2_512000_0460800_522240_0471040_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6395_Sentinel2_512000_0460800_522240_0471040_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6396-Sentinel2-512000-0471040-522240-0481280\r\n", + " collection: Sentinel2\r\n", + " left: 512000\r\n", + " bottom: 0471040\r\n", + " right: 522240\r\n", + " top: 0481280\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6396_Sentinel2_512000_0471040_522240_0481280_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6396_Sentinel2_512000_0471040_522240_0481280_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6397-Sentinel2-512000-0481280-522240-0491520\r\n", + " collection: Sentinel2\r\n", + " left: 512000\r\n", + " bottom: 0481280\r\n", + " right: 522240\r\n", + " top: 0491520\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6397_Sentinel2_512000_0481280_522240_0491520_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6397_Sentinel2_512000_0481280_522240_0491520_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6487-Sentinel2-522240-0102400-532480-0112640\r\n", + " collection: Sentinel2\r\n", + " left: 522240\r\n", + " bottom: 0102400\r\n", + " right: 532480\r\n", + " top: 0112640\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6487_Sentinel2_522240_0102400_532480_0112640_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6487_Sentinel2_522240_0102400_532480_0112640_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6488-Sentinel2-522240-0112640-532480-0122880\r\n", + " collection: Sentinel2\r\n", + " left: 522240\r\n", + " bottom: 0112640\r\n", + " right: 532480\r\n", + " top: 0122880\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6488_Sentinel2_522240_0112640_532480_0122880_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6488_Sentinel2_522240_0112640_532480_0122880_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6489-Sentinel2-522240-0122880-532480-0133120\r\n", + " collection: Sentinel2\r\n", + " left: 522240\r\n", + " bottom: 0122880\r\n", + " right: 532480\r\n", + " top: 0133120\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6489_Sentinel2_522240_0122880_532480_0133120_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6489_Sentinel2_522240_0122880_532480_0133120_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6490-Sentinel2-522240-0133120-532480-0143360\r\n", + " collection: Sentinel2\r\n", + " left: 522240\r\n", + " bottom: 0133120\r\n", + " right: 532480\r\n", + " top: 0143360\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6490_Sentinel2_522240_0133120_532480_0143360_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6490_Sentinel2_522240_0133120_532480_0143360_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6491-Sentinel2-522240-0143360-532480-0153600\r\n", + " collection: Sentinel2\r\n", + " left: 522240\r\n", + " bottom: 0143360\r\n", + " right: 532480\r\n", + " top: 0153600\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6491_Sentinel2_522240_0143360_532480_0153600_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6491_Sentinel2_522240_0143360_532480_0153600_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6492-Sentinel2-522240-0153600-532480-0163840\r\n", + " collection: Sentinel2\r\n", + " left: 522240\r\n", + " bottom: 0153600\r\n", + " right: 532480\r\n", + " top: 0163840\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6492_Sentinel2_522240_0153600_532480_0163840_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6492_Sentinel2_522240_0153600_532480_0163840_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6493-Sentinel2-522240-0163840-532480-0174080\r\n", + " collection: Sentinel2\r\n", + " left: 522240\r\n", + " bottom: 0163840\r\n", + " right: 532480\r\n", + " top: 0174080\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6493_Sentinel2_522240_0163840_532480_0174080_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6493_Sentinel2_522240_0163840_532480_0174080_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6494-Sentinel2-522240-0174080-532480-0184320\r\n", + " collection: Sentinel2\r\n", + " left: 522240\r\n", + " bottom: 0174080\r\n", + " right: 532480\r\n", + " top: 0184320\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6494_Sentinel2_522240_0174080_532480_0184320_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6494_Sentinel2_522240_0174080_532480_0184320_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6495-Sentinel2-522240-0184320-532480-0194560\r\n", + " collection: Sentinel2\r\n", + " left: 522240\r\n", + " bottom: 0184320\r\n", + " right: 532480\r\n", + " top: 0194560\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6495_Sentinel2_522240_0184320_532480_0194560_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6495_Sentinel2_522240_0184320_532480_0194560_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6496-Sentinel2-522240-0194560-532480-0204800\r\n", + " collection: Sentinel2\r\n", + " left: 522240\r\n", + " bottom: 0194560\r\n", + " right: 532480\r\n", + " top: 0204800\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6496_Sentinel2_522240_0194560_532480_0204800_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6496_Sentinel2_522240_0194560_532480_0204800_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6497-Sentinel2-522240-0204800-532480-0215040\r\n", + " collection: Sentinel2\r\n", + " left: 522240\r\n", + " bottom: 0204800\r\n", + " right: 532480\r\n", + " top: 0215040\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6497_Sentinel2_522240_0204800_532480_0215040_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6497_Sentinel2_522240_0204800_532480_0215040_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6498-Sentinel2-522240-0215040-532480-0225280\r\n", + " collection: Sentinel2\r\n", + " left: 522240\r\n", + " bottom: 0215040\r\n", + " right: 532480\r\n", + " top: 0225280\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6498_Sentinel2_522240_0215040_532480_0225280_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6498_Sentinel2_522240_0215040_532480_0225280_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6499-Sentinel2-522240-0225280-532480-0235520\r\n", + " collection: Sentinel2\r\n", + " left: 522240\r\n", + " bottom: 0225280\r\n", + " right: 532480\r\n", + " top: 0235520\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6499_Sentinel2_522240_0225280_532480_0235520_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6499_Sentinel2_522240_0225280_532480_0235520_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6500-Sentinel2-522240-0235520-532480-0245760\r\n", + " collection: Sentinel2\r\n", + " left: 522240\r\n", + " bottom: 0235520\r\n", + " right: 532480\r\n", + " top: 0245760\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6500_Sentinel2_522240_0235520_532480_0245760_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6500_Sentinel2_522240_0235520_532480_0245760_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6501-Sentinel2-522240-0245760-532480-0256000\r\n", + " collection: Sentinel2\r\n", + " left: 522240\r\n", + " bottom: 0245760\r\n", + " right: 532480\r\n", + " top: 0256000\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6501_Sentinel2_522240_0245760_532480_0256000_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6501_Sentinel2_522240_0245760_532480_0256000_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6502-Sentinel2-522240-0256000-532480-0266240\r\n", + " collection: Sentinel2\r\n", + " left: 522240\r\n", + " bottom: 0256000\r\n", + " right: 532480\r\n", + " top: 0266240\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6502_Sentinel2_522240_0256000_532480_0266240_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6502_Sentinel2_522240_0256000_532480_0266240_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6503-Sentinel2-522240-0266240-532480-0276480\r\n", + " collection: Sentinel2\r\n", + " left: 522240\r\n", + " bottom: 0266240\r\n", + " right: 532480\r\n", + " top: 0276480\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6503_Sentinel2_522240_0266240_532480_0276480_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6503_Sentinel2_522240_0266240_532480_0276480_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6504-Sentinel2-522240-0276480-532480-0286720\r\n", + " collection: Sentinel2\r\n", + " left: 522240\r\n", + " bottom: 0276480\r\n", + " right: 532480\r\n", + " top: 0286720\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6504_Sentinel2_522240_0276480_532480_0286720_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6504_Sentinel2_522240_0276480_532480_0286720_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6505-Sentinel2-522240-0286720-532480-0296960\r\n", + " collection: Sentinel2\r\n", + " left: 522240\r\n", + " bottom: 0286720\r\n", + " right: 532480\r\n", + " top: 0296960\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6505_Sentinel2_522240_0286720_532480_0296960_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6505_Sentinel2_522240_0286720_532480_0296960_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6506-Sentinel2-522240-0296960-532480-0307200\r\n", + " collection: Sentinel2\r\n", + " left: 522240\r\n", + " bottom: 0296960\r\n", + " right: 532480\r\n", + " top: 0307200\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6506_Sentinel2_522240_0296960_532480_0307200_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6506_Sentinel2_522240_0296960_532480_0307200_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6507-Sentinel2-522240-0307200-532480-0317440\r\n", + " collection: Sentinel2\r\n", + " left: 522240\r\n", + " bottom: 0307200\r\n", + " right: 532480\r\n", + " top: 0317440\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6507_Sentinel2_522240_0307200_532480_0317440_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6507_Sentinel2_522240_0307200_532480_0317440_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6508-Sentinel2-522240-0317440-532480-0327680\r\n", + " collection: Sentinel2\r\n", + " left: 522240\r\n", + " bottom: 0317440\r\n", + " right: 532480\r\n", + " top: 0327680\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6508_Sentinel2_522240_0317440_532480_0327680_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6508_Sentinel2_522240_0317440_532480_0327680_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6509-Sentinel2-522240-0327680-532480-0337920\r\n", + " collection: Sentinel2\r\n", + " left: 522240\r\n", + " bottom: 0327680\r\n", + " right: 532480\r\n", + " top: 0337920\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6509_Sentinel2_522240_0327680_532480_0337920_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6509_Sentinel2_522240_0327680_532480_0337920_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6510-Sentinel2-522240-0337920-532480-0348160\r\n", + " collection: Sentinel2\r\n", + " left: 522240\r\n", + " bottom: 0337920\r\n", + " right: 532480\r\n", + " top: 0348160\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6510_Sentinel2_522240_0337920_532480_0348160_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6510_Sentinel2_522240_0337920_532480_0348160_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6511-Sentinel2-522240-0348160-532480-0358400\r\n", + " collection: Sentinel2\r\n", + " left: 522240\r\n", + " bottom: 0348160\r\n", + " right: 532480\r\n", + " top: 0358400\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6511_Sentinel2_522240_0348160_532480_0358400_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6511_Sentinel2_522240_0348160_532480_0358400_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6512-Sentinel2-522240-0358400-532480-0368640\r\n", + " collection: Sentinel2\r\n", + " left: 522240\r\n", + " bottom: 0358400\r\n", + " right: 532480\r\n", + " top: 0368640\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6512_Sentinel2_522240_0358400_532480_0368640_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6512_Sentinel2_522240_0358400_532480_0368640_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6513-Sentinel2-522240-0368640-532480-0378880\r\n", + " collection: Sentinel2\r\n", + " left: 522240\r\n", + " bottom: 0368640\r\n", + " right: 532480\r\n", + " top: 0378880\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6513_Sentinel2_522240_0368640_532480_0378880_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6513_Sentinel2_522240_0368640_532480_0378880_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6514-Sentinel2-522240-0378880-532480-0389120\r\n", + " collection: Sentinel2\r\n", + " left: 522240\r\n", + " bottom: 0378880\r\n", + " right: 532480\r\n", + " top: 0389120\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6514_Sentinel2_522240_0378880_532480_0389120_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6514_Sentinel2_522240_0378880_532480_0389120_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6515-Sentinel2-522240-0389120-532480-0399360\r\n", + " collection: Sentinel2\r\n", + " left: 522240\r\n", + " bottom: 0389120\r\n", + " right: 532480\r\n", + " top: 0399360\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6515_Sentinel2_522240_0389120_532480_0399360_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6515_Sentinel2_522240_0389120_532480_0399360_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6516-Sentinel2-522240-0399360-532480-0409600\r\n", + " collection: Sentinel2\r\n", + " left: 522240\r\n", + " bottom: 0399360\r\n", + " right: 532480\r\n", + " top: 0409600\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6516_Sentinel2_522240_0399360_532480_0409600_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6516_Sentinel2_522240_0399360_532480_0409600_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6517-Sentinel2-522240-0409600-532480-0419840\r\n", + " collection: Sentinel2\r\n", + " left: 522240\r\n", + " bottom: 0409600\r\n", + " right: 532480\r\n", + " top: 0419840\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6517_Sentinel2_522240_0409600_532480_0419840_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6517_Sentinel2_522240_0409600_532480_0419840_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6518-Sentinel2-522240-0419840-532480-0430080\r\n", + " collection: Sentinel2\r\n", + " left: 522240\r\n", + " bottom: 0419840\r\n", + " right: 532480\r\n", + " top: 0430080\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6518_Sentinel2_522240_0419840_532480_0430080_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6518_Sentinel2_522240_0419840_532480_0430080_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6519-Sentinel2-522240-0430080-532480-0440320\r\n", + " collection: Sentinel2\r\n", + " left: 522240\r\n", + " bottom: 0430080\r\n", + " right: 532480\r\n", + " top: 0440320\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6519_Sentinel2_522240_0430080_532480_0440320_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6519_Sentinel2_522240_0430080_532480_0440320_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6520-Sentinel2-522240-0440320-532480-0450560\r\n", + " collection: Sentinel2\r\n", + " left: 522240\r\n", + " bottom: 0440320\r\n", + " right: 532480\r\n", + " top: 0450560\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6520_Sentinel2_522240_0440320_532480_0450560_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6520_Sentinel2_522240_0440320_532480_0450560_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6522-Sentinel2-522240-0460800-532480-0471040\r\n", + " collection: Sentinel2\r\n", + " left: 522240\r\n", + " bottom: 0460800\r\n", + " right: 532480\r\n", + " top: 0471040\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6522_Sentinel2_522240_0460800_532480_0471040_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6522_Sentinel2_522240_0460800_532480_0471040_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6523-Sentinel2-522240-0471040-532480-0481280\r\n", + " collection: Sentinel2\r\n", + " left: 522240\r\n", + " bottom: 0471040\r\n", + " right: 532480\r\n", + " top: 0481280\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6523_Sentinel2_522240_0471040_532480_0481280_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6523_Sentinel2_522240_0471040_532480_0481280_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6613-Sentinel2-532480-0092160-542720-0102400\r\n", + " collection: Sentinel2\r\n", + " left: 532480\r\n", + " bottom: 0092160\r\n", + " right: 542720\r\n", + " top: 0102400\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6613_Sentinel2_532480_0092160_542720_0102400_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6613_Sentinel2_532480_0092160_542720_0102400_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6614-Sentinel2-532480-0102400-542720-0112640\r\n", + " collection: Sentinel2\r\n", + " left: 532480\r\n", + " bottom: 0102400\r\n", + " right: 542720\r\n", + " top: 0112640\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6614_Sentinel2_532480_0102400_542720_0112640_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6614_Sentinel2_532480_0102400_542720_0112640_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6615-Sentinel2-532480-0112640-542720-0122880\r\n", + " collection: Sentinel2\r\n", + " left: 532480\r\n", + " bottom: 0112640\r\n", + " right: 542720\r\n", + " top: 0122880\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6615_Sentinel2_532480_0112640_542720_0122880_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6615_Sentinel2_532480_0112640_542720_0122880_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6616-Sentinel2-532480-0122880-542720-0133120\r\n", + " collection: Sentinel2\r\n", + " left: 532480\r\n", + " bottom: 0122880\r\n", + " right: 542720\r\n", + " top: 0133120\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6616_Sentinel2_532480_0122880_542720_0133120_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6616_Sentinel2_532480_0122880_542720_0133120_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6617-Sentinel2-532480-0133120-542720-0143360\r\n", + " collection: Sentinel2\r\n", + " left: 532480\r\n", + " bottom: 0133120\r\n", + " right: 542720\r\n", + " top: 0143360\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6617_Sentinel2_532480_0133120_542720_0143360_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6617_Sentinel2_532480_0133120_542720_0143360_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6618-Sentinel2-532480-0143360-542720-0153600\r\n", + " collection: Sentinel2\r\n", + " left: 532480\r\n", + " bottom: 0143360\r\n", + " right: 542720\r\n", + " top: 0153600\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6618_Sentinel2_532480_0143360_542720_0153600_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6618_Sentinel2_532480_0143360_542720_0153600_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6619-Sentinel2-532480-0153600-542720-0163840\r\n", + " collection: Sentinel2\r\n", + " left: 532480\r\n", + " bottom: 0153600\r\n", + " right: 542720\r\n", + " top: 0163840\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6619_Sentinel2_532480_0153600_542720_0163840_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6619_Sentinel2_532480_0153600_542720_0163840_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6620-Sentinel2-532480-0163840-542720-0174080\r\n", + " collection: Sentinel2\r\n", + " left: 532480\r\n", + " bottom: 0163840\r\n", + " right: 542720\r\n", + " top: 0174080\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6620_Sentinel2_532480_0163840_542720_0174080_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6620_Sentinel2_532480_0163840_542720_0174080_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6621-Sentinel2-532480-0174080-542720-0184320\r\n", + " collection: Sentinel2\r\n", + " left: 532480\r\n", + " bottom: 0174080\r\n", + " right: 542720\r\n", + " top: 0184320\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6621_Sentinel2_532480_0174080_542720_0184320_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6621_Sentinel2_532480_0174080_542720_0184320_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6622-Sentinel2-532480-0184320-542720-0194560\r\n", + " collection: Sentinel2\r\n", + " left: 532480\r\n", + " bottom: 0184320\r\n", + " right: 542720\r\n", + " top: 0194560\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6622_Sentinel2_532480_0184320_542720_0194560_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6622_Sentinel2_532480_0184320_542720_0194560_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6623-Sentinel2-532480-0194560-542720-0204800\r\n", + " collection: Sentinel2\r\n", + " left: 532480\r\n", + " bottom: 0194560\r\n", + " right: 542720\r\n", + " top: 0204800\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6623_Sentinel2_532480_0194560_542720_0204800_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6623_Sentinel2_532480_0194560_542720_0204800_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6624-Sentinel2-532480-0204800-542720-0215040\r\n", + " collection: Sentinel2\r\n", + " left: 532480\r\n", + " bottom: 0204800\r\n", + " right: 542720\r\n", + " top: 0215040\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6624_Sentinel2_532480_0204800_542720_0215040_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6624_Sentinel2_532480_0204800_542720_0215040_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6625-Sentinel2-532480-0215040-542720-0225280\r\n", + " collection: Sentinel2\r\n", + " left: 532480\r\n", + " bottom: 0215040\r\n", + " right: 542720\r\n", + " top: 0225280\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6625_Sentinel2_532480_0215040_542720_0225280_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6625_Sentinel2_532480_0215040_542720_0225280_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6626-Sentinel2-532480-0225280-542720-0235520\r\n", + " collection: Sentinel2\r\n", + " left: 532480\r\n", + " bottom: 0225280\r\n", + " right: 542720\r\n", + " top: 0235520\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6626_Sentinel2_532480_0225280_542720_0235520_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6626_Sentinel2_532480_0225280_542720_0235520_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6627-Sentinel2-532480-0235520-542720-0245760\r\n", + " collection: Sentinel2\r\n", + " left: 532480\r\n", + " bottom: 0235520\r\n", + " right: 542720\r\n", + " top: 0245760\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6627_Sentinel2_532480_0235520_542720_0245760_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6627_Sentinel2_532480_0235520_542720_0245760_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6628-Sentinel2-532480-0245760-542720-0256000\r\n", + " collection: Sentinel2\r\n", + " left: 532480\r\n", + " bottom: 0245760\r\n", + " right: 542720\r\n", + " top: 0256000\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6628_Sentinel2_532480_0245760_542720_0256000_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6628_Sentinel2_532480_0245760_542720_0256000_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6629-Sentinel2-532480-0256000-542720-0266240\r\n", + " collection: Sentinel2\r\n", + " left: 532480\r\n", + " bottom: 0256000\r\n", + " right: 542720\r\n", + " top: 0266240\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6629_Sentinel2_532480_0256000_542720_0266240_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6629_Sentinel2_532480_0256000_542720_0266240_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6630-Sentinel2-532480-0266240-542720-0276480\r\n", + " collection: Sentinel2\r\n", + " left: 532480\r\n", + " bottom: 0266240\r\n", + " right: 542720\r\n", + " top: 0276480\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6630_Sentinel2_532480_0266240_542720_0276480_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6630_Sentinel2_532480_0266240_542720_0276480_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6631-Sentinel2-532480-0276480-542720-0286720\r\n", + " collection: Sentinel2\r\n", + " left: 532480\r\n", + " bottom: 0276480\r\n", + " right: 542720\r\n", + " top: 0286720\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6631_Sentinel2_532480_0276480_542720_0286720_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6631_Sentinel2_532480_0276480_542720_0286720_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6632-Sentinel2-532480-0286720-542720-0296960\r\n", + " collection: Sentinel2\r\n", + " left: 532480\r\n", + " bottom: 0286720\r\n", + " right: 542720\r\n", + " top: 0296960\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6632_Sentinel2_532480_0286720_542720_0296960_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6632_Sentinel2_532480_0286720_542720_0296960_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6633-Sentinel2-532480-0296960-542720-0307200\r\n", + " collection: Sentinel2\r\n", + " left: 532480\r\n", + " bottom: 0296960\r\n", + " right: 542720\r\n", + " top: 0307200\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6633_Sentinel2_532480_0296960_542720_0307200_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6633_Sentinel2_532480_0296960_542720_0307200_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6634-Sentinel2-532480-0307200-542720-0317440\r\n", + " collection: Sentinel2\r\n", + " left: 532480\r\n", + " bottom: 0307200\r\n", + " right: 542720\r\n", + " top: 0317440\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6634_Sentinel2_532480_0307200_542720_0317440_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6634_Sentinel2_532480_0307200_542720_0317440_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6635-Sentinel2-532480-0317440-542720-0327680\r\n", + " collection: Sentinel2\r\n", + " left: 532480\r\n", + " bottom: 0317440\r\n", + " right: 542720\r\n", + " top: 0327680\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6635_Sentinel2_532480_0317440_542720_0327680_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6635_Sentinel2_532480_0317440_542720_0327680_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6636-Sentinel2-532480-0327680-542720-0337920\r\n", + " collection: Sentinel2\r\n", + " left: 532480\r\n", + " bottom: 0327680\r\n", + " right: 542720\r\n", + " top: 0337920\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6636_Sentinel2_532480_0327680_542720_0337920_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6636_Sentinel2_532480_0327680_542720_0337920_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6637-Sentinel2-532480-0337920-542720-0348160\r\n", + " collection: Sentinel2\r\n", + " left: 532480\r\n", + " bottom: 0337920\r\n", + " right: 542720\r\n", + " top: 0348160\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6637_Sentinel2_532480_0337920_542720_0348160_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6637_Sentinel2_532480_0337920_542720_0348160_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6638-Sentinel2-532480-0348160-542720-0358400\r\n", + " collection: Sentinel2\r\n", + " left: 532480\r\n", + " bottom: 0348160\r\n", + " right: 542720\r\n", + " top: 0358400\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6638_Sentinel2_532480_0348160_542720_0358400_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6638_Sentinel2_532480_0348160_542720_0358400_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6639-Sentinel2-532480-0358400-542720-0368640\r\n", + " collection: Sentinel2\r\n", + " left: 532480\r\n", + " bottom: 0358400\r\n", + " right: 542720\r\n", + " top: 0368640\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6639_Sentinel2_532480_0358400_542720_0368640_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6639_Sentinel2_532480_0358400_542720_0368640_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6640-Sentinel2-532480-0368640-542720-0378880\r\n", + " collection: Sentinel2\r\n", + " left: 532480\r\n", + " bottom: 0368640\r\n", + " right: 542720\r\n", + " top: 0378880\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6640_Sentinel2_532480_0368640_542720_0378880_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6640_Sentinel2_532480_0368640_542720_0378880_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6641-Sentinel2-532480-0378880-542720-0389120\r\n", + " collection: Sentinel2\r\n", + " left: 532480\r\n", + " bottom: 0378880\r\n", + " right: 542720\r\n", + " top: 0389120\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6641_Sentinel2_532480_0378880_542720_0389120_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6641_Sentinel2_532480_0378880_542720_0389120_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6642-Sentinel2-532480-0389120-542720-0399360\r\n", + " collection: Sentinel2\r\n", + " left: 532480\r\n", + " bottom: 0389120\r\n", + " right: 542720\r\n", + " top: 0399360\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6642_Sentinel2_532480_0389120_542720_0399360_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6642_Sentinel2_532480_0389120_542720_0399360_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6643-Sentinel2-532480-0399360-542720-0409600\r\n", + " collection: Sentinel2\r\n", + " left: 532480\r\n", + " bottom: 0399360\r\n", + " right: 542720\r\n", + " top: 0409600\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6643_Sentinel2_532480_0399360_542720_0409600_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6643_Sentinel2_532480_0399360_542720_0409600_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6644-Sentinel2-532480-0409600-542720-0419840\r\n", + " collection: Sentinel2\r\n", + " left: 532480\r\n", + " bottom: 0409600\r\n", + " right: 542720\r\n", + " top: 0419840\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6644_Sentinel2_532480_0409600_542720_0419840_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6644_Sentinel2_532480_0409600_542720_0419840_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6645-Sentinel2-532480-0419840-542720-0430080\r\n", + " collection: Sentinel2\r\n", + " left: 532480\r\n", + " bottom: 0419840\r\n", + " right: 542720\r\n", + " top: 0430080\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6645_Sentinel2_532480_0419840_542720_0430080_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6645_Sentinel2_532480_0419840_542720_0430080_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6646-Sentinel2-532480-0430080-542720-0440320\r\n", + " collection: Sentinel2\r\n", + " left: 532480\r\n", + " bottom: 0430080\r\n", + " right: 542720\r\n", + " top: 0440320\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6646_Sentinel2_532480_0430080_542720_0440320_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6646_Sentinel2_532480_0430080_542720_0440320_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6740-Sentinel2-542720-0092160-552960-0102400\r\n", + " collection: Sentinel2\r\n", + " left: 542720\r\n", + " bottom: 0092160\r\n", + " right: 552960\r\n", + " top: 0102400\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6740_Sentinel2_542720_0092160_552960_0102400_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6740_Sentinel2_542720_0092160_552960_0102400_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6741-Sentinel2-542720-0102400-552960-0112640\r\n", + " collection: Sentinel2\r\n", + " left: 542720\r\n", + " bottom: 0102400\r\n", + " right: 552960\r\n", + " top: 0112640\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6741_Sentinel2_542720_0102400_552960_0112640_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6741_Sentinel2_542720_0102400_552960_0112640_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6742-Sentinel2-542720-0112640-552960-0122880\r\n", + " collection: Sentinel2\r\n", + " left: 542720\r\n", + " bottom: 0112640\r\n", + " right: 552960\r\n", + " top: 0122880\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6742_Sentinel2_542720_0112640_552960_0122880_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6742_Sentinel2_542720_0112640_552960_0122880_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6743-Sentinel2-542720-0122880-552960-0133120\r\n", + " collection: Sentinel2\r\n", + " left: 542720\r\n", + " bottom: 0122880\r\n", + " right: 552960\r\n", + " top: 0133120\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6743_Sentinel2_542720_0122880_552960_0133120_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6743_Sentinel2_542720_0122880_552960_0133120_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6744-Sentinel2-542720-0133120-552960-0143360\r\n", + " collection: Sentinel2\r\n", + " left: 542720\r\n", + " bottom: 0133120\r\n", + " right: 552960\r\n", + " top: 0143360\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6744_Sentinel2_542720_0133120_552960_0143360_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6744_Sentinel2_542720_0133120_552960_0143360_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6745-Sentinel2-542720-0143360-552960-0153600\r\n", + " collection: Sentinel2\r\n", + " left: 542720\r\n", + " bottom: 0143360\r\n", + " right: 552960\r\n", + " top: 0153600\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6745_Sentinel2_542720_0143360_552960_0153600_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6745_Sentinel2_542720_0143360_552960_0153600_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6746-Sentinel2-542720-0153600-552960-0163840\r\n", + " collection: Sentinel2\r\n", + " left: 542720\r\n", + " bottom: 0153600\r\n", + " right: 552960\r\n", + " top: 0163840\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6746_Sentinel2_542720_0153600_552960_0163840_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6746_Sentinel2_542720_0153600_552960_0163840_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6747-Sentinel2-542720-0163840-552960-0174080\r\n", + " collection: Sentinel2\r\n", + " left: 542720\r\n", + " bottom: 0163840\r\n", + " right: 552960\r\n", + " top: 0174080\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6747_Sentinel2_542720_0163840_552960_0174080_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6747_Sentinel2_542720_0163840_552960_0174080_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6748-Sentinel2-542720-0174080-552960-0184320\r\n", + " collection: Sentinel2\r\n", + " left: 542720\r\n", + " bottom: 0174080\r\n", + " right: 552960\r\n", + " top: 0184320\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6748_Sentinel2_542720_0174080_552960_0184320_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6748_Sentinel2_542720_0174080_552960_0184320_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6749-Sentinel2-542720-0184320-552960-0194560\r\n", + " collection: Sentinel2\r\n", + " left: 542720\r\n", + " bottom: 0184320\r\n", + " right: 552960\r\n", + " top: 0194560\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6749_Sentinel2_542720_0184320_552960_0194560_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6749_Sentinel2_542720_0184320_552960_0194560_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6750-Sentinel2-542720-0194560-552960-0204800\r\n", + " collection: Sentinel2\r\n", + " left: 542720\r\n", + " bottom: 0194560\r\n", + " right: 552960\r\n", + " top: 0204800\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6750_Sentinel2_542720_0194560_552960_0204800_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6750_Sentinel2_542720_0194560_552960_0204800_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6751-Sentinel2-542720-0204800-552960-0215040\r\n", + " collection: Sentinel2\r\n", + " left: 542720\r\n", + " bottom: 0204800\r\n", + " right: 552960\r\n", + " top: 0215040\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6751_Sentinel2_542720_0204800_552960_0215040_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6751_Sentinel2_542720_0204800_552960_0215040_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6752-Sentinel2-542720-0215040-552960-0225280\r\n", + " collection: Sentinel2\r\n", + " left: 542720\r\n", + " bottom: 0215040\r\n", + " right: 552960\r\n", + " top: 0225280\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6752_Sentinel2_542720_0215040_552960_0225280_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6752_Sentinel2_542720_0215040_552960_0225280_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6753-Sentinel2-542720-0225280-552960-0235520\r\n", + " collection: Sentinel2\r\n", + " left: 542720\r\n", + " bottom: 0225280\r\n", + " right: 552960\r\n", + " top: 0235520\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6753_Sentinel2_542720_0225280_552960_0235520_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6753_Sentinel2_542720_0225280_552960_0235520_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6754-Sentinel2-542720-0235520-552960-0245760\r\n", + " collection: Sentinel2\r\n", + " left: 542720\r\n", + " bottom: 0235520\r\n", + " right: 552960\r\n", + " top: 0245760\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6754_Sentinel2_542720_0235520_552960_0245760_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6754_Sentinel2_542720_0235520_552960_0245760_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6755-Sentinel2-542720-0245760-552960-0256000\r\n", + " collection: Sentinel2\r\n", + " left: 542720\r\n", + " bottom: 0245760\r\n", + " right: 552960\r\n", + " top: 0256000\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6755_Sentinel2_542720_0245760_552960_0256000_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6755_Sentinel2_542720_0245760_552960_0256000_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\r\n", + " output_location downloads_output/6756-Sentinel2-542720-0256000-552960-0266240\r\n", + " collection: Sentinel2\r\n", + " left: 542720\r\n", + " bottom: 0256000\r\n", + " right: 552960\r\n", + " top: 0266240\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6756_Sentinel2_542720_0256000_552960_0266240_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6756_Sentinel2_542720_0256000_552960_0266240_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6757-Sentinel2-542720-0266240-552960-0276480\r\n", + " collection: Sentinel2\r\n", + " left: 542720\r\n", + " bottom: 0266240\r\n", + " right: 552960\r\n", + " top: 0276480\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6757_Sentinel2_542720_0266240_552960_0276480_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6757_Sentinel2_542720_0266240_552960_0276480_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6758-Sentinel2-542720-0276480-552960-0286720\r\n", + " collection: Sentinel2\r\n", + " left: 542720\r\n", + " bottom: 0276480\r\n", + " right: 552960\r\n", + " top: 0286720\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6758_Sentinel2_542720_0276480_552960_0286720_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6758_Sentinel2_542720_0276480_552960_0286720_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6759-Sentinel2-542720-0286720-552960-0296960\r\n", + " collection: Sentinel2\r\n", + " left: 542720\r\n", + " bottom: 0286720\r\n", + " right: 552960\r\n", + " top: 0296960\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6759_Sentinel2_542720_0286720_552960_0296960_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6759_Sentinel2_542720_0286720_552960_0296960_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6760-Sentinel2-542720-0296960-552960-0307200\r\n", + " collection: Sentinel2\r\n", + " left: 542720\r\n", + " bottom: 0296960\r\n", + " right: 552960\r\n", + " top: 0307200\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6760_Sentinel2_542720_0296960_552960_0307200_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6760_Sentinel2_542720_0296960_552960_0307200_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6761-Sentinel2-542720-0307200-552960-0317440\r\n", + " collection: Sentinel2\r\n", + " left: 542720\r\n", + " bottom: 0307200\r\n", + " right: 552960\r\n", + " top: 0317440\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6761_Sentinel2_542720_0307200_552960_0317440_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6761_Sentinel2_542720_0307200_552960_0317440_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6762-Sentinel2-542720-0317440-552960-0327680\r\n", + " collection: Sentinel2\r\n", + " left: 542720\r\n", + " bottom: 0317440\r\n", + " right: 552960\r\n", + " top: 0327680\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6762_Sentinel2_542720_0317440_552960_0327680_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6762_Sentinel2_542720_0317440_552960_0327680_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6763-Sentinel2-542720-0327680-552960-0337920\r\n", + " collection: Sentinel2\r\n", + " left: 542720\r\n", + " bottom: 0327680\r\n", + " right: 552960\r\n", + " top: 0337920\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6763_Sentinel2_542720_0327680_552960_0337920_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6763_Sentinel2_542720_0327680_552960_0337920_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6764-Sentinel2-542720-0337920-552960-0348160\r\n", + " collection: Sentinel2\r\n", + " left: 542720\r\n", + " bottom: 0337920\r\n", + " right: 552960\r\n", + " top: 0348160\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6764_Sentinel2_542720_0337920_552960_0348160_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6764_Sentinel2_542720_0337920_552960_0348160_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6765-Sentinel2-542720-0348160-552960-0358400\r\n", + " collection: Sentinel2\r\n", + " left: 542720\r\n", + " bottom: 0348160\r\n", + " right: 552960\r\n", + " top: 0358400\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6765_Sentinel2_542720_0348160_552960_0358400_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6765_Sentinel2_542720_0348160_552960_0358400_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6766-Sentinel2-542720-0358400-552960-0368640\r\n", + " collection: Sentinel2\r\n", + " left: 542720\r\n", + " bottom: 0358400\r\n", + " right: 552960\r\n", + " top: 0368640\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6766_Sentinel2_542720_0358400_552960_0368640_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6766_Sentinel2_542720_0358400_552960_0368640_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6767-Sentinel2-542720-0368640-552960-0378880\r\n", + " collection: Sentinel2\r\n", + " left: 542720\r\n", + " bottom: 0368640\r\n", + " right: 552960\r\n", + " top: 0378880\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6767_Sentinel2_542720_0368640_552960_0378880_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6767_Sentinel2_542720_0368640_552960_0378880_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6768-Sentinel2-542720-0378880-552960-0389120\r\n", + " collection: Sentinel2\r\n", + " left: 542720\r\n", + " bottom: 0378880\r\n", + " right: 552960\r\n", + " top: 0389120\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6768_Sentinel2_542720_0378880_552960_0389120_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6768_Sentinel2_542720_0378880_552960_0389120_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6769-Sentinel2-542720-0389120-552960-0399360\r\n", + " collection: Sentinel2\r\n", + " left: 542720\r\n", + " bottom: 0389120\r\n", + " right: 552960\r\n", + " top: 0399360\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6769_Sentinel2_542720_0389120_552960_0399360_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6769_Sentinel2_542720_0389120_552960_0399360_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6770-Sentinel2-542720-0399360-552960-0409600\r\n", + " collection: Sentinel2\r\n", + " left: 542720\r\n", + " bottom: 0399360\r\n", + " right: 552960\r\n", + " top: 0409600\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6770_Sentinel2_542720_0399360_552960_0409600_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6770_Sentinel2_542720_0399360_552960_0409600_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6867-Sentinel2-552960-0092160-563200-0102400\r\n", + " collection: Sentinel2\r\n", + " left: 552960\r\n", + " bottom: 0092160\r\n", + " right: 563200\r\n", + " top: 0102400\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6867_Sentinel2_552960_0092160_563200_0102400_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6867_Sentinel2_552960_0092160_563200_0102400_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6868-Sentinel2-552960-0102400-563200-0112640\r\n", + " collection: Sentinel2\r\n", + " left: 552960\r\n", + " bottom: 0102400\r\n", + " right: 563200\r\n", + " top: 0112640\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6868_Sentinel2_552960_0102400_563200_0112640_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6868_Sentinel2_552960_0102400_563200_0112640_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6869-Sentinel2-552960-0112640-563200-0122880\r\n", + " collection: Sentinel2\r\n", + " left: 552960\r\n", + " bottom: 0112640\r\n", + " right: 563200\r\n", + " top: 0122880\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6869_Sentinel2_552960_0112640_563200_0122880_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6869_Sentinel2_552960_0112640_563200_0122880_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6870-Sentinel2-552960-0122880-563200-0133120\r\n", + " collection: Sentinel2\r\n", + " left: 552960\r\n", + " bottom: 0122880\r\n", + " right: 563200\r\n", + " top: 0133120\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6870_Sentinel2_552960_0122880_563200_0133120_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6870_Sentinel2_552960_0122880_563200_0133120_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6871-Sentinel2-552960-0133120-563200-0143360\r\n", + " collection: Sentinel2\r\n", + " left: 552960\r\n", + " bottom: 0133120\r\n", + " right: 563200\r\n", + " top: 0143360\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6871_Sentinel2_552960_0133120_563200_0143360_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6871_Sentinel2_552960_0133120_563200_0143360_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6872-Sentinel2-552960-0143360-563200-0153600\r\n", + " collection: Sentinel2\r\n", + " left: 552960\r\n", + " bottom: 0143360\r\n", + " right: 563200\r\n", + " top: 0153600\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6872_Sentinel2_552960_0143360_563200_0153600_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6872_Sentinel2_552960_0143360_563200_0153600_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6873-Sentinel2-552960-0153600-563200-0163840\r\n", + " collection: Sentinel2\r\n", + " left: 552960\r\n", + " bottom: 0153600\r\n", + " right: 563200\r\n", + " top: 0163840\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6873_Sentinel2_552960_0153600_563200_0163840_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6873_Sentinel2_552960_0153600_563200_0163840_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6874-Sentinel2-552960-0163840-563200-0174080\r\n", + " collection: Sentinel2\r\n", + " left: 552960\r\n", + " bottom: 0163840\r\n", + " right: 563200\r\n", + " top: 0174080\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6874_Sentinel2_552960_0163840_563200_0174080_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6874_Sentinel2_552960_0163840_563200_0174080_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6875-Sentinel2-552960-0174080-563200-0184320\r\n", + " collection: Sentinel2\r\n", + " left: 552960\r\n", + " bottom: 0174080\r\n", + " right: 563200\r\n", + " top: 0184320\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6875_Sentinel2_552960_0174080_563200_0184320_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6875_Sentinel2_552960_0174080_563200_0184320_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6876-Sentinel2-552960-0184320-563200-0194560\r\n", + " collection: Sentinel2\r\n", + " left: 552960\r\n", + " bottom: 0184320\r\n", + " right: 563200\r\n", + " top: 0194560\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6876_Sentinel2_552960_0184320_563200_0194560_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6876_Sentinel2_552960_0184320_563200_0194560_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6877-Sentinel2-552960-0194560-563200-0204800\r\n", + " collection: Sentinel2\r\n", + " left: 552960\r\n", + " bottom: 0194560\r\n", + " right: 563200\r\n", + " top: 0204800\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6877_Sentinel2_552960_0194560_563200_0204800_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6877_Sentinel2_552960_0194560_563200_0204800_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6878-Sentinel2-552960-0204800-563200-0215040\r\n", + " collection: Sentinel2\r\n", + " left: 552960\r\n", + " bottom: 0204800\r\n", + " right: 563200\r\n", + " top: 0215040\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6878_Sentinel2_552960_0204800_563200_0215040_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6878_Sentinel2_552960_0204800_563200_0215040_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6879-Sentinel2-552960-0215040-563200-0225280\r\n", + " collection: Sentinel2\r\n", + " left: 552960\r\n", + " bottom: 0215040\r\n", + " right: 563200\r\n", + " top: 0225280\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6879_Sentinel2_552960_0215040_563200_0225280_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6879_Sentinel2_552960_0215040_563200_0225280_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6880-Sentinel2-552960-0225280-563200-0235520\r\n", + " collection: Sentinel2\r\n", + " left: 552960\r\n", + " bottom: 0225280\r\n", + " right: 563200\r\n", + " top: 0235520\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6880_Sentinel2_552960_0225280_563200_0235520_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6880_Sentinel2_552960_0225280_563200_0235520_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6881-Sentinel2-552960-0235520-563200-0245760\r\n", + " collection: Sentinel2\r\n", + " left: 552960\r\n", + " bottom: 0235520\r\n", + " right: 563200\r\n", + " top: 0245760\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6881_Sentinel2_552960_0235520_563200_0245760_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6881_Sentinel2_552960_0235520_563200_0245760_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6882-Sentinel2-552960-0245760-563200-0256000\r\n", + " collection: Sentinel2\r\n", + " left: 552960\r\n", + " bottom: 0245760\r\n", + " right: 563200\r\n", + " top: 0256000\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6882_Sentinel2_552960_0245760_563200_0256000_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6882_Sentinel2_552960_0245760_563200_0256000_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6883-Sentinel2-552960-0256000-563200-0266240\r\n", + " collection: Sentinel2\r\n", + " left: 552960\r\n", + " bottom: 0256000\r\n", + " right: 563200\r\n", + " top: 0266240\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6883_Sentinel2_552960_0256000_563200_0266240_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6883_Sentinel2_552960_0256000_563200_0266240_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6884-Sentinel2-552960-0266240-563200-0276480\r\n", + " collection: Sentinel2\r\n", + " left: 552960\r\n", + " bottom: 0266240\r\n", + " right: 563200\r\n", + " top: 0276480\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6884_Sentinel2_552960_0266240_563200_0276480_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6884_Sentinel2_552960_0266240_563200_0276480_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6885-Sentinel2-552960-0276480-563200-0286720\r\n", + " collection: Sentinel2\r\n", + " left: 552960\r\n", + " bottom: 0276480\r\n", + " right: 563200\r\n", + " top: 0286720\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6885_Sentinel2_552960_0276480_563200_0286720_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6885_Sentinel2_552960_0276480_563200_0286720_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6886-Sentinel2-552960-0286720-563200-0296960\r\n", + " collection: Sentinel2\r\n", + " left: 552960\r\n", + " bottom: 0286720\r\n", + " right: 563200\r\n", + " top: 0296960\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6886_Sentinel2_552960_0286720_563200_0296960_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6886_Sentinel2_552960_0286720_563200_0296960_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6887-Sentinel2-552960-0296960-563200-0307200\r\n", + " collection: Sentinel2\r\n", + " left: 552960\r\n", + " bottom: 0296960\r\n", + " right: 563200\r\n", + " top: 0307200\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6887_Sentinel2_552960_0296960_563200_0307200_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6887_Sentinel2_552960_0296960_563200_0307200_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6888-Sentinel2-552960-0307200-563200-0317440\r\n", + " collection: Sentinel2\r\n", + " left: 552960\r\n", + " bottom: 0307200\r\n", + " right: 563200\r\n", + " top: 0317440\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6888_Sentinel2_552960_0307200_563200_0317440_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6888_Sentinel2_552960_0307200_563200_0317440_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6889-Sentinel2-552960-0317440-563200-0327680\r\n", + " collection: Sentinel2\r\n", + " left: 552960\r\n", + " bottom: 0317440\r\n", + " right: 563200\r\n", + " top: 0327680\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6889_Sentinel2_552960_0317440_563200_0327680_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6889_Sentinel2_552960_0317440_563200_0327680_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6890-Sentinel2-552960-0327680-563200-0337920\r\n", + " collection: Sentinel2\r\n", + " left: 552960\r\n", + " bottom: 0327680\r\n", + " right: 563200\r\n", + " top: 0337920\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6890_Sentinel2_552960_0327680_563200_0337920_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6890_Sentinel2_552960_0327680_563200_0337920_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6892-Sentinel2-552960-0348160-563200-0358400\r\n", + " collection: Sentinel2\r\n", + " left: 552960\r\n", + " bottom: 0348160\r\n", + " right: 563200\r\n", + " top: 0358400\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6892_Sentinel2_552960_0348160_563200_0358400_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6892_Sentinel2_552960_0348160_563200_0358400_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6893-Sentinel2-552960-0358400-563200-0368640\r\n", + " collection: Sentinel2\r\n", + " left: 552960\r\n", + " bottom: 0358400\r\n", + " right: 563200\r\n", + " top: 0368640\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6893_Sentinel2_552960_0358400_563200_0368640_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6893_Sentinel2_552960_0358400_563200_0368640_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6894-Sentinel2-552960-0368640-563200-0378880\r\n", + " collection: Sentinel2\r\n", + " left: 552960\r\n", + " bottom: 0368640\r\n", + " right: 563200\r\n", + " top: 0378880\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6894_Sentinel2_552960_0368640_563200_0378880_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6894_Sentinel2_552960_0368640_563200_0378880_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6895-Sentinel2-552960-0378880-563200-0389120\r\n", + " collection: Sentinel2\r\n", + " left: 552960\r\n", + " bottom: 0378880\r\n", + " right: 563200\r\n", + " top: 0389120\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6895_Sentinel2_552960_0378880_563200_0389120_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6895_Sentinel2_552960_0378880_563200_0389120_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6994-Sentinel2-563200-0092160-573440-0102400\r\n", + " collection: Sentinel2\r\n", + " left: 563200\r\n", + " bottom: 0092160\r\n", + " right: 573440\r\n", + " top: 0102400\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6994_Sentinel2_563200_0092160_573440_0102400_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6994_Sentinel2_563200_0092160_573440_0102400_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6995-Sentinel2-563200-0102400-573440-0112640\r\n", + " collection: Sentinel2\r\n", + " left: 563200\r\n", + " bottom: 0102400\r\n", + " right: 573440\r\n", + " top: 0112640\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6995_Sentinel2_563200_0102400_573440_0112640_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6995_Sentinel2_563200_0102400_573440_0112640_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6996-Sentinel2-563200-0112640-573440-0122880\r\n", + " collection: Sentinel2\r\n", + " left: 563200\r\n", + " bottom: 0112640\r\n", + " right: 573440\r\n", + " top: 0122880\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6996_Sentinel2_563200_0112640_573440_0122880_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6996_Sentinel2_563200_0112640_573440_0122880_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6997-Sentinel2-563200-0122880-573440-0133120\r\n", + " collection: Sentinel2\r\n", + " left: 563200\r\n", + " bottom: 0122880\r\n", + " right: 573440\r\n", + " top: 0133120\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6997_Sentinel2_563200_0122880_573440_0133120_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6997_Sentinel2_563200_0122880_573440_0133120_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6998-Sentinel2-563200-0133120-573440-0143360\r\n", + " collection: Sentinel2\r\n", + " left: 563200\r\n", + " bottom: 0133120\r\n", + " right: 573440\r\n", + " top: 0143360\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6998_Sentinel2_563200_0133120_573440_0143360_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6998_Sentinel2_563200_0133120_573440_0143360_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/6999-Sentinel2-563200-0143360-573440-0153600\r\n", + " collection: Sentinel2\r\n", + " left: 563200\r\n", + " bottom: 0143360\r\n", + " right: 573440\r\n", + " top: 0153600\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_6999_Sentinel2_563200_0143360_573440_0153600_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_6999_Sentinel2_563200_0143360_573440_0153600_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7000-Sentinel2-563200-0153600-573440-0163840\r\n", + " collection: Sentinel2\r\n", + " left: 563200\r\n", + " bottom: 0153600\r\n", + " right: 573440\r\n", + " top: 0163840\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7000_Sentinel2_563200_0153600_573440_0163840_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7000_Sentinel2_563200_0153600_573440_0163840_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7001-Sentinel2-563200-0163840-573440-0174080\r\n", + " collection: Sentinel2\r\n", + " left: 563200\r\n", + " bottom: 0163840\r\n", + " right: 573440\r\n", + " top: 0174080\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7001_Sentinel2_563200_0163840_573440_0174080_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7001_Sentinel2_563200_0163840_573440_0174080_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7002-Sentinel2-563200-0174080-573440-0184320\r\n", + " collection: Sentinel2\r\n", + " left: 563200\r\n", + " bottom: 0174080\r\n", + " right: 573440\r\n", + " top: 0184320\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7002_Sentinel2_563200_0174080_573440_0184320_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7002_Sentinel2_563200_0174080_573440_0184320_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7003-Sentinel2-563200-0184320-573440-0194560\r\n", + " collection: Sentinel2\r\n", + " left: 563200\r\n", + " bottom: 0184320\r\n", + " right: 573440\r\n", + " top: 0194560\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7003_Sentinel2_563200_0184320_573440_0194560_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7003_Sentinel2_563200_0184320_573440_0194560_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7004-Sentinel2-563200-0194560-573440-0204800\r\n", + " collection: Sentinel2\r\n", + " left: 563200\r\n", + " bottom: 0194560\r\n", + " right: 573440\r\n", + " top: 0204800\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7004_Sentinel2_563200_0194560_573440_0204800_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7004_Sentinel2_563200_0194560_573440_0204800_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7005-Sentinel2-563200-0204800-573440-0215040\r\n", + " collection: Sentinel2\r\n", + " left: 563200\r\n", + " bottom: 0204800\r\n", + " right: 573440\r\n", + " top: 0215040\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7005_Sentinel2_563200_0204800_573440_0215040_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7005_Sentinel2_563200_0204800_573440_0215040_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7006-Sentinel2-563200-0215040-573440-0225280\r\n", + " collection: Sentinel2\r\n", + " left: 563200\r\n", + " bottom: 0215040\r\n", + " right: 573440\r\n", + " top: 0225280\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7006_Sentinel2_563200_0215040_573440_0225280_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7006_Sentinel2_563200_0215040_573440_0225280_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7007-Sentinel2-563200-0225280-573440-0235520\r\n", + " collection: Sentinel2\r\n", + " left: 563200\r\n", + " bottom: 0225280\r\n", + " right: 573440\r\n", + " top: 0235520\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7007_Sentinel2_563200_0225280_573440_0235520_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7007_Sentinel2_563200_0225280_573440_0235520_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7008-Sentinel2-563200-0235520-573440-0245760\r\n", + " collection: Sentinel2\r\n", + " left: 563200\r\n", + " bottom: 0235520\r\n", + " right: 573440\r\n", + " top: 0245760\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7008_Sentinel2_563200_0235520_573440_0245760_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7008_Sentinel2_563200_0235520_573440_0245760_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7009-Sentinel2-563200-0245760-573440-0256000\r\n", + " collection: Sentinel2\r\n", + " left: 563200\r\n", + " bottom: 0245760\r\n", + " right: 573440\r\n", + " top: 0256000\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7009_Sentinel2_563200_0245760_573440_0256000_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7009_Sentinel2_563200_0245760_573440_0256000_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7010-Sentinel2-563200-0256000-573440-0266240\r\n", + " collection: Sentinel2\r\n", + " left: 563200\r\n", + " bottom: 0256000\r\n", + " right: 573440\r\n", + " top: 0266240\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7010_Sentinel2_563200_0256000_573440_0266240_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7010_Sentinel2_563200_0256000_573440_0266240_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7011-Sentinel2-563200-0266240-573440-0276480\r\n", + " collection: Sentinel2\r\n", + " left: 563200\r\n", + " bottom: 0266240\r\n", + " right: 573440\r\n", + " top: 0276480\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7011_Sentinel2_563200_0266240_573440_0276480_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7011_Sentinel2_563200_0266240_573440_0276480_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7012-Sentinel2-563200-0276480-573440-0286720\r\n", + " collection: Sentinel2\r\n", + " left: 563200\r\n", + " bottom: 0276480\r\n", + " right: 573440\r\n", + " top: 0286720\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7012_Sentinel2_563200_0276480_573440_0286720_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7012_Sentinel2_563200_0276480_573440_0286720_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7013-Sentinel2-563200-0286720-573440-0296960\r\n", + " collection: Sentinel2\r\n", + " left: 563200\r\n", + " bottom: 0286720\r\n", + " right: 573440\r\n", + " top: 0296960\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7013_Sentinel2_563200_0286720_573440_0296960_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7013_Sentinel2_563200_0286720_573440_0296960_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7014-Sentinel2-563200-0296960-573440-0307200\r\n", + " collection: Sentinel2\r\n", + " left: 563200\r\n", + " bottom: 0296960\r\n", + " right: 573440\r\n", + " top: 0307200\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7014_Sentinel2_563200_0296960_573440_0307200_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7014_Sentinel2_563200_0296960_573440_0307200_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7015-Sentinel2-563200-0307200-573440-0317440\r\n", + " collection: Sentinel2\r\n", + " left: 563200\r\n", + " bottom: 0307200\r\n", + " right: 573440\r\n", + " top: 0317440\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7015_Sentinel2_563200_0307200_573440_0317440_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7015_Sentinel2_563200_0307200_573440_0317440_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7016-Sentinel2-563200-0317440-573440-0327680\r\n", + " collection: Sentinel2\r\n", + " left: 563200\r\n", + " bottom: 0317440\r\n", + " right: 573440\r\n", + " top: 0327680\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7016_Sentinel2_563200_0317440_573440_0327680_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7016_Sentinel2_563200_0317440_573440_0327680_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7017-Sentinel2-563200-0327680-573440-0337920\r\n", + " collection: Sentinel2\r\n", + " left: 563200\r\n", + " bottom: 0327680\r\n", + " right: 573440\r\n", + " top: 0337920\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7017_Sentinel2_563200_0327680_573440_0337920_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7017_Sentinel2_563200_0327680_573440_0337920_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7018-Sentinel2-563200-0337920-573440-0348160\r\n", + " collection: Sentinel2\r\n", + " left: 563200\r\n", + " bottom: 0337920\r\n", + " right: 573440\r\n", + " top: 0348160\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7018_Sentinel2_563200_0337920_573440_0348160_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7018_Sentinel2_563200_0337920_573440_0348160_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7122-Sentinel2-573440-0102400-583680-0112640\r\n", + " collection: Sentinel2\r\n", + " left: 573440\r\n", + " bottom: 0102400\r\n", + " right: 583680\r\n", + " top: 0112640\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7122_Sentinel2_573440_0102400_583680_0112640_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7122_Sentinel2_573440_0102400_583680_0112640_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7123-Sentinel2-573440-0112640-583680-0122880\r\n", + " collection: Sentinel2\r\n", + " left: 573440\r\n", + " bottom: 0112640\r\n", + " right: 583680\r\n", + " top: 0122880\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7123_Sentinel2_573440_0112640_583680_0122880_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7123_Sentinel2_573440_0112640_583680_0122880_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7124-Sentinel2-573440-0122880-583680-0133120\r\n", + " collection: Sentinel2\r\n", + " left: 573440\r\n", + " bottom: 0122880\r\n", + " right: 583680\r\n", + " top: 0133120\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7124_Sentinel2_573440_0122880_583680_0133120_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7124_Sentinel2_573440_0122880_583680_0133120_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7125-Sentinel2-573440-0133120-583680-0143360\r\n", + " collection: Sentinel2\r\n", + " left: 573440\r\n", + " bottom: 0133120\r\n", + " right: 583680\r\n", + " top: 0143360\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7125_Sentinel2_573440_0133120_583680_0143360_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7125_Sentinel2_573440_0133120_583680_0143360_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7126-Sentinel2-573440-0143360-583680-0153600\r\n", + " collection: Sentinel2\r\n", + " left: 573440\r\n", + " bottom: 0143360\r\n", + " right: 583680\r\n", + " top: 0153600\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7126_Sentinel2_573440_0143360_583680_0153600_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7126_Sentinel2_573440_0143360_583680_0153600_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7127-Sentinel2-573440-0153600-583680-0163840\r\n", + " collection: Sentinel2\r\n", + " left: 573440\r\n", + " bottom: 0153600\r\n", + " right: 583680\r\n", + " top: 0163840\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7127_Sentinel2_573440_0153600_583680_0163840_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7127_Sentinel2_573440_0153600_583680_0163840_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7128-Sentinel2-573440-0163840-583680-0174080\r\n", + " collection: Sentinel2\r\n", + " left: 573440\r\n", + " bottom: 0163840\r\n", + " right: 583680\r\n", + " top: 0174080\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7128_Sentinel2_573440_0163840_583680_0174080_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7128_Sentinel2_573440_0163840_583680_0174080_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7129-Sentinel2-573440-0174080-583680-0184320\r\n", + " collection: Sentinel2\r\n", + " left: 573440\r\n", + " bottom: 0174080\r\n", + " right: 583680\r\n", + " top: 0184320\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7129_Sentinel2_573440_0174080_583680_0184320_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7129_Sentinel2_573440_0174080_583680_0184320_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7130-Sentinel2-573440-0184320-583680-0194560\r\n", + " collection: Sentinel2\r\n", + " left: 573440\r\n", + " bottom: 0184320\r\n", + " right: 583680\r\n", + " top: 0194560\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7130_Sentinel2_573440_0184320_583680_0194560_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7130_Sentinel2_573440_0184320_583680_0194560_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7131-Sentinel2-573440-0194560-583680-0204800\r\n", + " collection: Sentinel2\r\n", + " left: 573440\r\n", + " bottom: 0194560\r\n", + " right: 583680\r\n", + " top: 0204800\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7131_Sentinel2_573440_0194560_583680_0204800_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7131_Sentinel2_573440_0194560_583680_0204800_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7132-Sentinel2-573440-0204800-583680-0215040\r\n", + " collection: Sentinel2\r\n", + " left: 573440\r\n", + " bottom: 0204800\r\n", + " right: 583680\r\n", + " top: 0215040\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7132_Sentinel2_573440_0204800_583680_0215040_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7132_Sentinel2_573440_0204800_583680_0215040_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7133-Sentinel2-573440-0215040-583680-0225280\r\n", + " collection: Sentinel2\r\n", + " left: 573440\r\n", + " bottom: 0215040\r\n", + " right: 583680\r\n", + " top: 0225280\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7133_Sentinel2_573440_0215040_583680_0225280_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7133_Sentinel2_573440_0215040_583680_0225280_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7134-Sentinel2-573440-0225280-583680-0235520\r\n", + " collection: Sentinel2\r\n", + " left: 573440\r\n", + " bottom: 0225280\r\n", + " right: 583680\r\n", + " top: 0235520\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7134_Sentinel2_573440_0225280_583680_0235520_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7134_Sentinel2_573440_0225280_583680_0235520_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7135-Sentinel2-573440-0235520-583680-0245760\r\n", + " collection: Sentinel2\r\n", + " left: 573440\r\n", + " bottom: 0235520\r\n", + " right: 583680\r\n", + " top: 0245760\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7135_Sentinel2_573440_0235520_583680_0245760_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7135_Sentinel2_573440_0235520_583680_0245760_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7136-Sentinel2-573440-0245760-583680-0256000\r\n", + " collection: Sentinel2\r\n", + " left: 573440\r\n", + " bottom: 0245760\r\n", + " right: 583680\r\n", + " top: 0256000\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7136_Sentinel2_573440_0245760_583680_0256000_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7136_Sentinel2_573440_0245760_583680_0256000_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7137-Sentinel2-573440-0256000-583680-0266240\r\n", + " collection: Sentinel2\r\n", + " left: 573440\r\n", + " bottom: 0256000\r\n", + " right: 583680\r\n", + " top: 0266240\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7137_Sentinel2_573440_0256000_583680_0266240_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7137_Sentinel2_573440_0256000_583680_0266240_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7138-Sentinel2-573440-0266240-583680-0276480\r\n", + " collection: Sentinel2\r\n", + " left: 573440\r\n", + " bottom: 0266240\r\n", + " right: 583680\r\n", + " top: 0276480\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7138_Sentinel2_573440_0266240_583680_0276480_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7138_Sentinel2_573440_0266240_583680_0276480_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7139-Sentinel2-573440-0276480-583680-0286720\r\n", + " collection: Sentinel2\r\n", + " left: 573440\r\n", + " bottom: 0276480\r\n", + " right: 583680\r\n", + " top: 0286720\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7139_Sentinel2_573440_0276480_583680_0286720_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7139_Sentinel2_573440_0276480_583680_0286720_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7140-Sentinel2-573440-0286720-583680-0296960\r\n", + " collection: Sentinel2\r\n", + " left: 573440\r\n", + " bottom: 0286720\r\n", + " right: 583680\r\n", + " top: 0296960\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7140_Sentinel2_573440_0286720_583680_0296960_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7140_Sentinel2_573440_0286720_583680_0296960_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7141-Sentinel2-573440-0296960-583680-0307200\r\n", + " collection: Sentinel2\r\n", + " left: 573440\r\n", + " bottom: 0296960\r\n", + " right: 583680\r\n", + " top: 0307200\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7141_Sentinel2_573440_0296960_583680_0307200_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7141_Sentinel2_573440_0296960_583680_0307200_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7142-Sentinel2-573440-0307200-583680-0317440\r\n", + " collection: Sentinel2\r\n", + " left: 573440\r\n", + " bottom: 0307200\r\n", + " right: 583680\r\n", + " top: 0317440\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7142_Sentinel2_573440_0307200_583680_0317440_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7142_Sentinel2_573440_0307200_583680_0317440_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7143-Sentinel2-573440-0317440-583680-0327680\r\n", + " collection: Sentinel2\r\n", + " left: 573440\r\n", + " bottom: 0317440\r\n", + " right: 583680\r\n", + " top: 0327680\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7143_Sentinel2_573440_0317440_583680_0327680_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7143_Sentinel2_573440_0317440_583680_0327680_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7144-Sentinel2-573440-0327680-583680-0337920\r\n", + " collection: Sentinel2\r\n", + " left: 573440\r\n", + " bottom: 0327680\r\n", + " right: 583680\r\n", + " top: 0337920\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7144_Sentinel2_573440_0327680_583680_0337920_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7144_Sentinel2_573440_0327680_583680_0337920_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7145-Sentinel2-573440-0337920-583680-0348160\r\n", + " collection: Sentinel2\r\n", + " left: 573440\r\n", + " bottom: 0337920\r\n", + " right: 583680\r\n", + " top: 0348160\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7145_Sentinel2_573440_0337920_583680_0348160_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7145_Sentinel2_573440_0337920_583680_0348160_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7249-Sentinel2-583680-0102400-593920-0112640\r\n", + " collection: Sentinel2\r\n", + " left: 583680\r\n", + " bottom: 0102400\r\n", + " right: 593920\r\n", + " top: 0112640\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7249_Sentinel2_583680_0102400_593920_0112640_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7249_Sentinel2_583680_0102400_593920_0112640_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7250-Sentinel2-583680-0112640-593920-0122880\r\n", + " collection: Sentinel2\r\n", + " left: 583680\r\n", + " bottom: 0112640\r\n", + " right: 593920\r\n", + " top: 0122880\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7250_Sentinel2_583680_0112640_593920_0122880_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7250_Sentinel2_583680_0112640_593920_0122880_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7251-Sentinel2-583680-0122880-593920-0133120\r\n", + " collection: Sentinel2\r\n", + " left: 583680\r\n", + " bottom: 0122880\r\n", + " right: 593920\r\n", + " top: 0133120\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7251_Sentinel2_583680_0122880_593920_0133120_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7251_Sentinel2_583680_0122880_593920_0133120_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7252-Sentinel2-583680-0133120-593920-0143360\r\n", + " collection: Sentinel2\r\n", + " left: 583680\r\n", + " bottom: 0133120\r\n", + " right: 593920\r\n", + " top: 0143360\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7252_Sentinel2_583680_0133120_593920_0143360_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7252_Sentinel2_583680_0133120_593920_0143360_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7253-Sentinel2-583680-0143360-593920-0153600\r\n", + " collection: Sentinel2\r\n", + " left: 583680\r\n", + " bottom: 0143360\r\n", + " right: 593920\r\n", + " top: 0153600\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7253_Sentinel2_583680_0143360_593920_0153600_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7253_Sentinel2_583680_0143360_593920_0153600_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7254-Sentinel2-583680-0153600-593920-0163840\r\n", + " collection: Sentinel2\r\n", + " left: 583680\r\n", + " bottom: 0153600\r\n", + " right: 593920\r\n", + " top: 0163840\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7254_Sentinel2_583680_0153600_593920_0163840_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7254_Sentinel2_583680_0153600_593920_0163840_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7255-Sentinel2-583680-0163840-593920-0174080\r\n", + " collection: Sentinel2\r\n", + " left: 583680\r\n", + " bottom: 0163840\r\n", + " right: 593920\r\n", + " top: 0174080\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7255_Sentinel2_583680_0163840_593920_0174080_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7255_Sentinel2_583680_0163840_593920_0174080_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7256-Sentinel2-583680-0174080-593920-0184320\r\n", + " collection: Sentinel2\r\n", + " left: 583680\r\n", + " bottom: 0174080\r\n", + " right: 593920\r\n", + " top: 0184320\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7256_Sentinel2_583680_0174080_593920_0184320_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7256_Sentinel2_583680_0174080_593920_0184320_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7257-Sentinel2-583680-0184320-593920-0194560\r\n", + " collection: Sentinel2\r\n", + " left: 583680\r\n", + " bottom: 0184320\r\n", + " right: 593920\r\n", + " top: 0194560\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7257_Sentinel2_583680_0184320_593920_0194560_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7257_Sentinel2_583680_0184320_593920_0194560_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7258-Sentinel2-583680-0194560-593920-0204800\r\n", + " collection: Sentinel2\r\n", + " left: 583680\r\n", + " bottom: 0194560\r\n", + " right: 593920\r\n", + " top: 0204800\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7258_Sentinel2_583680_0194560_593920_0204800_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7258_Sentinel2_583680_0194560_593920_0204800_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7259-Sentinel2-583680-0204800-593920-0215040\r\n", + " collection: Sentinel2\r\n", + " left: 583680\r\n", + " bottom: 0204800\r\n", + " right: 593920\r\n", + " top: 0215040\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7259_Sentinel2_583680_0204800_593920_0215040_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7259_Sentinel2_583680_0204800_593920_0215040_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7260-Sentinel2-583680-0215040-593920-0225280\r\n", + " collection: Sentinel2\r\n", + " left: 583680\r\n", + " bottom: 0215040\r\n", + " right: 593920\r\n", + " top: 0225280\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7260_Sentinel2_583680_0215040_593920_0225280_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7260_Sentinel2_583680_0215040_593920_0225280_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7261-Sentinel2-583680-0225280-593920-0235520\r\n", + " collection: Sentinel2\r\n", + " left: 583680\r\n", + " bottom: 0225280\r\n", + " right: 593920\r\n", + " top: 0235520\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7261_Sentinel2_583680_0225280_593920_0235520_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7261_Sentinel2_583680_0225280_593920_0235520_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7262-Sentinel2-583680-0235520-593920-0245760\r\n", + " collection: Sentinel2\r\n", + " left: 583680\r\n", + " bottom: 0235520\r\n", + " right: 593920\r\n", + " top: 0245760\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7262_Sentinel2_583680_0235520_593920_0245760_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7262_Sentinel2_583680_0235520_593920_0245760_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7263-Sentinel2-583680-0245760-593920-0256000\r\n", + " collection: Sentinel2\r\n", + " left: 583680\r\n", + " bottom: 0245760\r\n", + " right: 593920\r\n", + " top: 0256000\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7263_Sentinel2_583680_0245760_593920_0256000_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7263_Sentinel2_583680_0245760_593920_0256000_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7264-Sentinel2-583680-0256000-593920-0266240\r\n", + " collection: Sentinel2\r\n", + " left: 583680\r\n", + " bottom: 0256000\r\n", + " right: 593920\r\n", + " top: 0266240\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7264_Sentinel2_583680_0256000_593920_0266240_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7264_Sentinel2_583680_0256000_593920_0266240_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7265-Sentinel2-583680-0266240-593920-0276480\r\n", + " collection: Sentinel2\r\n", + " left: 583680\r\n", + " bottom: 0266240\r\n", + " right: 593920\r\n", + " top: 0276480\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7265_Sentinel2_583680_0266240_593920_0276480_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7265_Sentinel2_583680_0266240_593920_0276480_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7266-Sentinel2-583680-0276480-593920-0286720\r\n", + " collection: Sentinel2\r\n", + " left: 583680\r\n", + " bottom: 0276480\r\n", + " right: 593920\r\n", + " top: 0286720\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7266_Sentinel2_583680_0276480_593920_0286720_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7266_Sentinel2_583680_0276480_593920_0286720_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7267-Sentinel2-583680-0286720-593920-0296960\r\n", + " collection: Sentinel2\r\n", + " left: 583680\r\n", + " bottom: 0286720\r\n", + " right: 593920\r\n", + " top: 0296960\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7267_Sentinel2_583680_0286720_593920_0296960_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7267_Sentinel2_583680_0286720_593920_0296960_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7268-Sentinel2-583680-0296960-593920-0307200\r\n", + " collection: Sentinel2\r\n", + " left: 583680\r\n", + " bottom: 0296960\r\n", + " right: 593920\r\n", + " top: 0307200\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7268_Sentinel2_583680_0296960_593920_0307200_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7268_Sentinel2_583680_0296960_593920_0307200_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7269-Sentinel2-583680-0307200-593920-0317440\r\n", + " collection: Sentinel2\r\n", + " left: 583680\r\n", + " bottom: 0307200\r\n", + " right: 593920\r\n", + " top: 0317440\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7269_Sentinel2_583680_0307200_593920_0317440_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7269_Sentinel2_583680_0307200_593920_0317440_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7270-Sentinel2-583680-0317440-593920-0327680\r\n", + " collection: Sentinel2\r\n", + " left: 583680\r\n", + " bottom: 0317440\r\n", + " right: 593920\r\n", + " top: 0327680\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7270_Sentinel2_583680_0317440_593920_0327680_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7270_Sentinel2_583680_0317440_593920_0327680_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7271-Sentinel2-583680-0327680-593920-0337920\r\n", + " collection: Sentinel2\r\n", + " left: 583680\r\n", + " bottom: 0327680\r\n", + " right: 593920\r\n", + " top: 0337920\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7271_Sentinel2_583680_0327680_593920_0337920_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7271_Sentinel2_583680_0327680_593920_0337920_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7272-Sentinel2-583680-0337920-593920-0348160\r\n", + " collection: Sentinel2\r\n", + " left: 583680\r\n", + " bottom: 0337920\r\n", + " right: 593920\r\n", + " top: 0348160\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7272_Sentinel2_583680_0337920_593920_0348160_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7272_Sentinel2_583680_0337920_593920_0348160_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7377-Sentinel2-593920-0112640-604160-0122880\r\n", + " collection: Sentinel2\r\n", + " left: 593920\r\n", + " bottom: 0112640\r\n", + " right: 604160\r\n", + " top: 0122880\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7377_Sentinel2_593920_0112640_604160_0122880_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7377_Sentinel2_593920_0112640_604160_0122880_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7378-Sentinel2-593920-0122880-604160-0133120\r\n", + " collection: Sentinel2\r\n", + " left: 593920\r\n", + " bottom: 0122880\r\n", + " right: 604160\r\n", + " top: 0133120\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7378_Sentinel2_593920_0122880_604160_0133120_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7378_Sentinel2_593920_0122880_604160_0133120_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7379-Sentinel2-593920-0133120-604160-0143360\r\n", + " collection: Sentinel2\r\n", + " left: 593920\r\n", + " bottom: 0133120\r\n", + " right: 604160\r\n", + " top: 0143360\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7379_Sentinel2_593920_0133120_604160_0143360_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7379_Sentinel2_593920_0133120_604160_0143360_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7380-Sentinel2-593920-0143360-604160-0153600\r\n", + " collection: Sentinel2\r\n", + " left: 593920\r\n", + " bottom: 0143360\r\n", + " right: 604160\r\n", + " top: 0153600\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7380_Sentinel2_593920_0143360_604160_0153600_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7380_Sentinel2_593920_0143360_604160_0153600_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7381-Sentinel2-593920-0153600-604160-0163840\r\n", + " collection: Sentinel2\r\n", + " left: 593920\r\n", + " bottom: 0153600\r\n", + " right: 604160\r\n", + " top: 0163840\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7381_Sentinel2_593920_0153600_604160_0163840_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7381_Sentinel2_593920_0153600_604160_0163840_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7382-Sentinel2-593920-0163840-604160-0174080\r\n", + " collection: Sentinel2\r\n", + " left: 593920\r\n", + " bottom: 0163840\r\n", + " right: 604160\r\n", + " top: 0174080\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7382_Sentinel2_593920_0163840_604160_0174080_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7382_Sentinel2_593920_0163840_604160_0174080_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7383-Sentinel2-593920-0174080-604160-0184320\r\n", + " collection: Sentinel2\r\n", + " left: 593920\r\n", + " bottom: 0174080\r\n", + " right: 604160\r\n", + " top: 0184320\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7383_Sentinel2_593920_0174080_604160_0184320_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7383_Sentinel2_593920_0174080_604160_0184320_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7384-Sentinel2-593920-0184320-604160-0194560\r\n", + " collection: Sentinel2\r\n", + " left: 593920\r\n", + " bottom: 0184320\r\n", + " right: 604160\r\n", + " top: 0194560\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7384_Sentinel2_593920_0184320_604160_0194560_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7384_Sentinel2_593920_0184320_604160_0194560_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7385-Sentinel2-593920-0194560-604160-0204800\r\n", + " collection: Sentinel2\r\n", + " left: 593920\r\n", + " bottom: 0194560\r\n", + " right: 604160\r\n", + " top: 0204800\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7385_Sentinel2_593920_0194560_604160_0204800_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7385_Sentinel2_593920_0194560_604160_0204800_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7386-Sentinel2-593920-0204800-604160-0215040\r\n", + " collection: Sentinel2\r\n", + " left: 593920\r\n", + " bottom: 0204800\r\n", + " right: 604160\r\n", + " top: 0215040\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7386_Sentinel2_593920_0204800_604160_0215040_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7386_Sentinel2_593920_0204800_604160_0215040_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7387-Sentinel2-593920-0215040-604160-0225280\r\n", + " collection: Sentinel2\r\n", + " left: 593920\r\n", + " bottom: 0215040\r\n", + " right: 604160\r\n", + " top: 0225280\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7387_Sentinel2_593920_0215040_604160_0225280_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7387_Sentinel2_593920_0215040_604160_0225280_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7388-Sentinel2-593920-0225280-604160-0235520\r\n", + " collection: Sentinel2\r\n", + " left: 593920\r\n", + " bottom: 0225280\r\n", + " right: 604160\r\n", + " top: 0235520\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7388_Sentinel2_593920_0225280_604160_0235520_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7388_Sentinel2_593920_0225280_604160_0235520_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7389-Sentinel2-593920-0235520-604160-0245760\r\n", + " collection: Sentinel2\r\n", + " left: 593920\r\n", + " bottom: 0235520\r\n", + " right: 604160\r\n", + " top: 0245760\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7389_Sentinel2_593920_0235520_604160_0245760_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7389_Sentinel2_593920_0235520_604160_0245760_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7390-Sentinel2-593920-0245760-604160-0256000\r\n", + " collection: Sentinel2\r\n", + " left: 593920\r\n", + " bottom: 0245760\r\n", + " right: 604160\r\n", + " top: 0256000\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7390_Sentinel2_593920_0245760_604160_0256000_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7390_Sentinel2_593920_0245760_604160_0256000_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7391-Sentinel2-593920-0256000-604160-0266240\r\n", + " collection: Sentinel2\r\n", + " left: 593920\r\n", + " bottom: 0256000\r\n", + " right: 604160\r\n", + " top: 0266240\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7391_Sentinel2_593920_0256000_604160_0266240_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7391_Sentinel2_593920_0256000_604160_0266240_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7392-Sentinel2-593920-0266240-604160-0276480\r\n", + " collection: Sentinel2\r\n", + " left: 593920\r\n", + " bottom: 0266240\r\n", + " right: 604160\r\n", + " top: 0276480\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7392_Sentinel2_593920_0266240_604160_0276480_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7392_Sentinel2_593920_0266240_604160_0276480_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7393-Sentinel2-593920-0276480-604160-0286720\r\n", + " collection: Sentinel2\r\n", + " left: 593920\r\n", + " bottom: 0276480\r\n", + " right: 604160\r\n", + " top: 0286720\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7393_Sentinel2_593920_0276480_604160_0286720_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7393_Sentinel2_593920_0276480_604160_0286720_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7394-Sentinel2-593920-0286720-604160-0296960\r\n", + " collection: Sentinel2\r\n", + " left: 593920\r\n", + " bottom: 0286720\r\n", + " right: 604160\r\n", + " top: 0296960\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7394_Sentinel2_593920_0286720_604160_0296960_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7394_Sentinel2_593920_0286720_604160_0296960_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7395-Sentinel2-593920-0296960-604160-0307200\r\n", + " collection: Sentinel2\r\n", + " left: 593920\r\n", + " bottom: 0296960\r\n", + " right: 604160\r\n", + " top: 0307200\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7395_Sentinel2_593920_0296960_604160_0307200_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7395_Sentinel2_593920_0296960_604160_0307200_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7396-Sentinel2-593920-0307200-604160-0317440\r\n", + " collection: Sentinel2\r\n", + " left: 593920\r\n", + " bottom: 0307200\r\n", + " right: 604160\r\n", + " top: 0317440\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7396_Sentinel2_593920_0307200_604160_0317440_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7396_Sentinel2_593920_0307200_604160_0317440_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7397-Sentinel2-593920-0317440-604160-0327680\r\n", + " collection: Sentinel2\r\n", + " left: 593920\r\n", + " bottom: 0317440\r\n", + " right: 604160\r\n", + " top: 0327680\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7397_Sentinel2_593920_0317440_604160_0327680_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7397_Sentinel2_593920_0317440_604160_0327680_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7398-Sentinel2-593920-0327680-604160-0337920\r\n", + " collection: Sentinel2\r\n", + " left: 593920\r\n", + " bottom: 0327680\r\n", + " right: 604160\r\n", + " top: 0337920\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7398_Sentinel2_593920_0327680_604160_0337920_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7398_Sentinel2_593920_0327680_604160_0337920_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7399-Sentinel2-593920-0337920-604160-0348160\r\n", + " collection: Sentinel2\r\n", + " left: 593920\r\n", + " bottom: 0337920\r\n", + " right: 604160\r\n", + " top: 0348160\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7399_Sentinel2_593920_0337920_604160_0348160_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7399_Sentinel2_593920_0337920_604160_0348160_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7504-Sentinel2-604160-0112640-614400-0122880\r\n", + " collection: Sentinel2\r\n", + " left: 604160\r\n", + " bottom: 0112640\r\n", + " right: 614400\r\n", + " top: 0122880\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7504_Sentinel2_604160_0112640_614400_0122880_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7504_Sentinel2_604160_0112640_614400_0122880_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7505-Sentinel2-604160-0122880-614400-0133120\r\n", + " collection: Sentinel2\r\n", + " left: 604160\r\n", + " bottom: 0122880\r\n", + " right: 614400\r\n", + " top: 0133120\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7505_Sentinel2_604160_0122880_614400_0133120_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7505_Sentinel2_604160_0122880_614400_0133120_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7506-Sentinel2-604160-0133120-614400-0143360\r\n", + " collection: Sentinel2\r\n", + " left: 604160\r\n", + " bottom: 0133120\r\n", + " right: 614400\r\n", + " top: 0143360\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7506_Sentinel2_604160_0133120_614400_0143360_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7506_Sentinel2_604160_0133120_614400_0143360_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7507-Sentinel2-604160-0143360-614400-0153600\r\n", + " collection: Sentinel2\r\n", + " left: 604160\r\n", + " bottom: 0143360\r\n", + " right: 614400\r\n", + " top: 0153600\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7507_Sentinel2_604160_0143360_614400_0153600_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7507_Sentinel2_604160_0143360_614400_0153600_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7508-Sentinel2-604160-0153600-614400-0163840\r\n", + " collection: Sentinel2\r\n", + " left: 604160\r\n", + " bottom: 0153600\r\n", + " right: 614400\r\n", + " top: 0163840\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7508_Sentinel2_604160_0153600_614400_0163840_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7508_Sentinel2_604160_0153600_614400_0163840_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7509-Sentinel2-604160-0163840-614400-0174080\r\n", + " collection: Sentinel2\r\n", + " left: 604160\r\n", + " bottom: 0163840\r\n", + " right: 614400\r\n", + " top: 0174080\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7509_Sentinel2_604160_0163840_614400_0174080_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7509_Sentinel2_604160_0163840_614400_0174080_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7511-Sentinel2-604160-0184320-614400-0194560\r\n", + " collection: Sentinel2\r\n", + " left: 604160\r\n", + " bottom: 0184320\r\n", + " right: 614400\r\n", + " top: 0194560\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7511_Sentinel2_604160_0184320_614400_0194560_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7511_Sentinel2_604160_0184320_614400_0194560_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7512-Sentinel2-604160-0194560-614400-0204800\r\n", + " collection: Sentinel2\r\n", + " left: 604160\r\n", + " bottom: 0194560\r\n", + " right: 614400\r\n", + " top: 0204800\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7512_Sentinel2_604160_0194560_614400_0204800_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7512_Sentinel2_604160_0194560_614400_0204800_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7513-Sentinel2-604160-0204800-614400-0215040\r\n", + " collection: Sentinel2\r\n", + " left: 604160\r\n", + " bottom: 0204800\r\n", + " right: 614400\r\n", + " top: 0215040\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7513_Sentinel2_604160_0204800_614400_0215040_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7513_Sentinel2_604160_0204800_614400_0215040_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7514-Sentinel2-604160-0215040-614400-0225280\r\n", + " collection: Sentinel2\r\n", + " left: 604160\r\n", + " bottom: 0215040\r\n", + " right: 614400\r\n", + " top: 0225280\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7514_Sentinel2_604160_0215040_614400_0225280_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7514_Sentinel2_604160_0215040_614400_0225280_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7515-Sentinel2-604160-0225280-614400-0235520\r\n", + " collection: Sentinel2\r\n", + " left: 604160\r\n", + " bottom: 0225280\r\n", + " right: 614400\r\n", + " top: 0235520\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7515_Sentinel2_604160_0225280_614400_0235520_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7515_Sentinel2_604160_0225280_614400_0235520_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7516-Sentinel2-604160-0235520-614400-0245760\r\n", + " collection: Sentinel2\r\n", + " left: 604160\r\n", + " bottom: 0235520\r\n", + " right: 614400\r\n", + " top: 0245760\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7516_Sentinel2_604160_0235520_614400_0245760_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7516_Sentinel2_604160_0235520_614400_0245760_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7517-Sentinel2-604160-0245760-614400-0256000\r\n", + " collection: Sentinel2\r\n", + " left: 604160\r\n", + " bottom: 0245760\r\n", + " right: 614400\r\n", + " top: 0256000\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7517_Sentinel2_604160_0245760_614400_0256000_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7517_Sentinel2_604160_0245760_614400_0256000_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7518-Sentinel2-604160-0256000-614400-0266240\r\n", + " collection: Sentinel2\r\n", + " left: 604160\r\n", + " bottom: 0256000\r\n", + " right: 614400\r\n", + " top: 0266240\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7518_Sentinel2_604160_0256000_614400_0266240_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7518_Sentinel2_604160_0256000_614400_0266240_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7519-Sentinel2-604160-0266240-614400-0276480\r\n", + " collection: Sentinel2\r\n", + " left: 604160\r\n", + " bottom: 0266240\r\n", + " right: 614400\r\n", + " top: 0276480\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7519_Sentinel2_604160_0266240_614400_0276480_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7519_Sentinel2_604160_0266240_614400_0276480_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7520-Sentinel2-604160-0276480-614400-0286720\r\n", + " collection: Sentinel2\r\n", + " left: 604160\r\n", + " bottom: 0276480\r\n", + " right: 614400\r\n", + " top: 0286720\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7520_Sentinel2_604160_0276480_614400_0286720_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7520_Sentinel2_604160_0276480_614400_0286720_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7521-Sentinel2-604160-0286720-614400-0296960\r\n", + " collection: Sentinel2\r\n", + " left: 604160\r\n", + " bottom: 0286720\r\n", + " right: 614400\r\n", + " top: 0296960\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7521_Sentinel2_604160_0286720_614400_0296960_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7521_Sentinel2_604160_0286720_614400_0296960_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7522-Sentinel2-604160-0296960-614400-0307200\r\n", + " collection: Sentinel2\r\n", + " left: 604160\r\n", + " bottom: 0296960\r\n", + " right: 614400\r\n", + " top: 0307200\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7522_Sentinel2_604160_0296960_614400_0307200_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7522_Sentinel2_604160_0296960_614400_0307200_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7523-Sentinel2-604160-0307200-614400-0317440\r\n", + " collection: Sentinel2\r\n", + " left: 604160\r\n", + " bottom: 0307200\r\n", + " right: 614400\r\n", + " top: 0317440\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7523_Sentinel2_604160_0307200_614400_0317440_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7523_Sentinel2_604160_0307200_614400_0317440_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7524-Sentinel2-604160-0317440-614400-0327680\r\n", + " collection: Sentinel2\r\n", + " left: 604160\r\n", + " bottom: 0317440\r\n", + " right: 614400\r\n", + " top: 0327680\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7524_Sentinel2_604160_0317440_614400_0327680_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7524_Sentinel2_604160_0317440_614400_0327680_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7525-Sentinel2-604160-0327680-614400-0337920\r\n", + " collection: Sentinel2\r\n", + " left: 604160\r\n", + " bottom: 0327680\r\n", + " right: 614400\r\n", + " top: 0337920\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7525_Sentinel2_604160_0327680_614400_0337920_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7525_Sentinel2_604160_0327680_614400_0337920_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7526-Sentinel2-604160-0337920-614400-0348160\r\n", + " collection: Sentinel2\r\n", + " left: 604160\r\n", + " bottom: 0337920\r\n", + " right: 614400\r\n", + " top: 0348160\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7526_Sentinel2_604160_0337920_614400_0348160_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7526_Sentinel2_604160_0337920_614400_0348160_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7633-Sentinel2-614400-0133120-624640-0143360\r\n", + " collection: Sentinel2\r\n", + " left: 614400\r\n", + " bottom: 0133120\r\n", + " right: 624640\r\n", + " top: 0143360\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7633_Sentinel2_614400_0133120_624640_0143360_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7633_Sentinel2_614400_0133120_624640_0143360_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7634-Sentinel2-614400-0143360-624640-0153600\r\n", + " collection: Sentinel2\r\n", + " left: 614400\r\n", + " bottom: 0143360\r\n", + " right: 624640\r\n", + " top: 0153600\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7634_Sentinel2_614400_0143360_624640_0153600_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7634_Sentinel2_614400_0143360_624640_0153600_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7635-Sentinel2-614400-0153600-624640-0163840\r\n", + " collection: Sentinel2\r\n", + " left: 614400\r\n", + " bottom: 0153600\r\n", + " right: 624640\r\n", + " top: 0163840\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7635_Sentinel2_614400_0153600_624640_0163840_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7635_Sentinel2_614400_0153600_624640_0163840_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7636-Sentinel2-614400-0163840-624640-0174080\r\n", + " collection: Sentinel2\r\n", + " left: 614400\r\n", + " bottom: 0163840\r\n", + " right: 624640\r\n", + " top: 0174080\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7636_Sentinel2_614400_0163840_624640_0174080_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7636_Sentinel2_614400_0163840_624640_0174080_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7640-Sentinel2-614400-0204800-624640-0215040\r\n", + " collection: Sentinel2\r\n", + " left: 614400\r\n", + " bottom: 0204800\r\n", + " right: 624640\r\n", + " top: 0215040\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7640_Sentinel2_614400_0204800_624640_0215040_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7640_Sentinel2_614400_0204800_624640_0215040_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7641-Sentinel2-614400-0215040-624640-0225280\r\n", + " collection: Sentinel2\r\n", + " left: 614400\r\n", + " bottom: 0215040\r\n", + " right: 624640\r\n", + " top: 0225280\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7641_Sentinel2_614400_0215040_624640_0225280_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7641_Sentinel2_614400_0215040_624640_0225280_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7642-Sentinel2-614400-0225280-624640-0235520\r\n", + " collection: Sentinel2\r\n", + " left: 614400\r\n", + " bottom: 0225280\r\n", + " right: 624640\r\n", + " top: 0235520\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7642_Sentinel2_614400_0225280_624640_0235520_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7642_Sentinel2_614400_0225280_624640_0235520_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7643-Sentinel2-614400-0235520-624640-0245760\r\n", + " collection: Sentinel2\r\n", + " left: 614400\r\n", + " bottom: 0235520\r\n", + " right: 624640\r\n", + " top: 0245760\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7643_Sentinel2_614400_0235520_624640_0245760_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7643_Sentinel2_614400_0235520_624640_0245760_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7644-Sentinel2-614400-0245760-624640-0256000\r\n", + " collection: Sentinel2\r\n", + " left: 614400\r\n", + " bottom: 0245760\r\n", + " right: 624640\r\n", + " top: 0256000\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7644_Sentinel2_614400_0245760_624640_0256000_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7644_Sentinel2_614400_0245760_624640_0256000_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7645-Sentinel2-614400-0256000-624640-0266240\r\n", + " collection: Sentinel2\r\n", + " left: 614400\r\n", + " bottom: 0256000\r\n", + " right: 624640\r\n", + " top: 0266240\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7645_Sentinel2_614400_0256000_624640_0266240_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7645_Sentinel2_614400_0256000_624640_0266240_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7646-Sentinel2-614400-0266240-624640-0276480\r\n", + " collection: Sentinel2\r\n", + " left: 614400\r\n", + " bottom: 0266240\r\n", + " right: 624640\r\n", + " top: 0276480\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7646_Sentinel2_614400_0266240_624640_0276480_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7646_Sentinel2_614400_0266240_624640_0276480_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7647-Sentinel2-614400-0276480-624640-0286720\r\n", + " collection: Sentinel2\r\n", + " left: 614400\r\n", + " bottom: 0276480\r\n", + " right: 624640\r\n", + " top: 0286720\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7647_Sentinel2_614400_0276480_624640_0286720_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7647_Sentinel2_614400_0276480_624640_0286720_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7648-Sentinel2-614400-0286720-624640-0296960\r\n", + " collection: Sentinel2\r\n", + " left: 614400\r\n", + " bottom: 0286720\r\n", + " right: 624640\r\n", + " top: 0296960\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7648_Sentinel2_614400_0286720_624640_0296960_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7648_Sentinel2_614400_0286720_624640_0296960_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7649-Sentinel2-614400-0296960-624640-0307200\r\n", + " collection: Sentinel2\r\n", + " left: 614400\r\n", + " bottom: 0296960\r\n", + " right: 624640\r\n", + " top: 0307200\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7649_Sentinel2_614400_0296960_624640_0307200_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7649_Sentinel2_614400_0296960_624640_0307200_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7650-Sentinel2-614400-0307200-624640-0317440\r\n", + " collection: Sentinel2\r\n", + " left: 614400\r\n", + " bottom: 0307200\r\n", + " right: 624640\r\n", + " top: 0317440\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7650_Sentinel2_614400_0307200_624640_0317440_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7650_Sentinel2_614400_0307200_624640_0317440_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7651-Sentinel2-614400-0317440-624640-0327680\r\n", + " collection: Sentinel2\r\n", + " left: 614400\r\n", + " bottom: 0317440\r\n", + " right: 624640\r\n", + " top: 0327680\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7651_Sentinel2_614400_0317440_624640_0327680_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7651_Sentinel2_614400_0317440_624640_0327680_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7652-Sentinel2-614400-0327680-624640-0337920\r\n", + " collection: Sentinel2\r\n", + " left: 614400\r\n", + " bottom: 0327680\r\n", + " right: 624640\r\n", + " top: 0337920\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7652_Sentinel2_614400_0327680_624640_0337920_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7652_Sentinel2_614400_0327680_624640_0337920_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7653-Sentinel2-614400-0337920-624640-0348160\r\n", + " collection: Sentinel2\r\n", + " left: 614400\r\n", + " bottom: 0337920\r\n", + " right: 624640\r\n", + " top: 0348160\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7653_Sentinel2_614400_0337920_624640_0348160_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7653_Sentinel2_614400_0337920_624640_0348160_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7760-Sentinel2-624640-0133120-634880-0143360\r\n", + " collection: Sentinel2\r\n", + " left: 624640\r\n", + " bottom: 0133120\r\n", + " right: 634880\r\n", + " top: 0143360\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7760_Sentinel2_624640_0133120_634880_0143360_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7760_Sentinel2_624640_0133120_634880_0143360_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7761-Sentinel2-624640-0143360-634880-0153600\r\n", + " collection: Sentinel2\r\n", + " left: 624640\r\n", + " bottom: 0143360\r\n", + " right: 634880\r\n", + " top: 0153600\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7761_Sentinel2_624640_0143360_634880_0153600_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7761_Sentinel2_624640_0143360_634880_0153600_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7762-Sentinel2-624640-0153600-634880-0163840\r\n", + " collection: Sentinel2\r\n", + " left: 624640\r\n", + " bottom: 0153600\r\n", + " right: 634880\r\n", + " top: 0163840\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7762_Sentinel2_624640_0153600_634880_0163840_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7762_Sentinel2_624640_0153600_634880_0163840_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7763-Sentinel2-624640-0163840-634880-0174080\r\n", + " collection: Sentinel2\r\n", + " left: 624640\r\n", + " bottom: 0163840\r\n", + " right: 634880\r\n", + " top: 0174080\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7763_Sentinel2_624640_0163840_634880_0174080_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7763_Sentinel2_624640_0163840_634880_0174080_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7768-Sentinel2-624640-0215040-634880-0225280\r\n", + " collection: Sentinel2\r\n", + " left: 624640\r\n", + " bottom: 0215040\r\n", + " right: 634880\r\n", + " top: 0225280\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7768_Sentinel2_624640_0215040_634880_0225280_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7768_Sentinel2_624640_0215040_634880_0225280_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7769-Sentinel2-624640-0225280-634880-0235520\r\n", + " collection: Sentinel2\r\n", + " left: 624640\r\n", + " bottom: 0225280\r\n", + " right: 634880\r\n", + " top: 0235520\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7769_Sentinel2_624640_0225280_634880_0235520_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7769_Sentinel2_624640_0225280_634880_0235520_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7770-Sentinel2-624640-0235520-634880-0245760\r\n", + " collection: Sentinel2\r\n", + " left: 624640\r\n", + " bottom: 0235520\r\n", + " right: 634880\r\n", + " top: 0245760\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7770_Sentinel2_624640_0235520_634880_0245760_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7770_Sentinel2_624640_0235520_634880_0245760_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7771-Sentinel2-624640-0245760-634880-0256000\r\n", + " collection: Sentinel2\r\n", + " left: 624640\r\n", + " bottom: 0245760\r\n", + " right: 634880\r\n", + " top: 0256000\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7771_Sentinel2_624640_0245760_634880_0256000_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7771_Sentinel2_624640_0245760_634880_0256000_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7772-Sentinel2-624640-0256000-634880-0266240\r\n", + " collection: Sentinel2\r\n", + " left: 624640\r\n", + " bottom: 0256000\r\n", + " right: 634880\r\n", + " top: 0266240\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7772_Sentinel2_624640_0256000_634880_0266240_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7772_Sentinel2_624640_0256000_634880_0266240_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7773-Sentinel2-624640-0266240-634880-0276480\r\n", + " collection: Sentinel2\r\n", + " left: 624640\r\n", + " bottom: 0266240\r\n", + " right: 634880\r\n", + " top: 0276480\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7773_Sentinel2_624640_0266240_634880_0276480_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7773_Sentinel2_624640_0266240_634880_0276480_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7774-Sentinel2-624640-0276480-634880-0286720\r\n", + " collection: Sentinel2\r\n", + " left: 624640\r\n", + " bottom: 0276480\r\n", + " right: 634880\r\n", + " top: 0286720\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7774_Sentinel2_624640_0276480_634880_0286720_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7774_Sentinel2_624640_0276480_634880_0286720_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7775-Sentinel2-624640-0286720-634880-0296960\r\n", + " collection: Sentinel2\r\n", + " left: 624640\r\n", + " bottom: 0286720\r\n", + " right: 634880\r\n", + " top: 0296960\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7775_Sentinel2_624640_0286720_634880_0296960_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7775_Sentinel2_624640_0286720_634880_0296960_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7776-Sentinel2-624640-0296960-634880-0307200\r\n", + " collection: Sentinel2\r\n", + " left: 624640\r\n", + " bottom: 0296960\r\n", + " right: 634880\r\n", + " top: 0307200\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7776_Sentinel2_624640_0296960_634880_0307200_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7776_Sentinel2_624640_0296960_634880_0307200_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7777-Sentinel2-624640-0307200-634880-0317440\r\n", + " collection: Sentinel2\r\n", + " left: 624640\r\n", + " bottom: 0307200\r\n", + " right: 634880\r\n", + " top: 0317440\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7777_Sentinel2_624640_0307200_634880_0317440_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7777_Sentinel2_624640_0307200_634880_0317440_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7778-Sentinel2-624640-0317440-634880-0327680\r\n", + " collection: Sentinel2\r\n", + " left: 624640\r\n", + " bottom: 0317440\r\n", + " right: 634880\r\n", + " top: 0327680\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7778_Sentinel2_624640_0317440_634880_0327680_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7778_Sentinel2_624640_0317440_634880_0327680_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7779-Sentinel2-624640-0327680-634880-0337920\r\n", + " collection: Sentinel2\r\n", + " left: 624640\r\n", + " bottom: 0327680\r\n", + " right: 634880\r\n", + " top: 0337920\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7779_Sentinel2_624640_0327680_634880_0337920_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7779_Sentinel2_624640_0327680_634880_0337920_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7780-Sentinel2-624640-0337920-634880-0348160\r\n", + " collection: Sentinel2\r\n", + " left: 624640\r\n", + " bottom: 0337920\r\n", + " right: 634880\r\n", + " top: 0348160\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7780_Sentinel2_624640_0337920_634880_0348160_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7780_Sentinel2_624640_0337920_634880_0348160_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7887-Sentinel2-634880-0133120-645120-0143360\r\n", + " collection: Sentinel2\r\n", + " left: 634880\r\n", + " bottom: 0133120\r\n", + " right: 645120\r\n", + " top: 0143360\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7887_Sentinel2_634880_0133120_645120_0143360_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7887_Sentinel2_634880_0133120_645120_0143360_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7888-Sentinel2-634880-0143360-645120-0153600\r\n", + " collection: Sentinel2\r\n", + " left: 634880\r\n", + " bottom: 0143360\r\n", + " right: 645120\r\n", + " top: 0153600\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7888_Sentinel2_634880_0143360_645120_0153600_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7888_Sentinel2_634880_0143360_645120_0153600_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7889-Sentinel2-634880-0153600-645120-0163840\r\n", + " collection: Sentinel2\r\n", + " left: 634880\r\n", + " bottom: 0153600\r\n", + " right: 645120\r\n", + " top: 0163840\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7889_Sentinel2_634880_0153600_645120_0163840_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7889_Sentinel2_634880_0153600_645120_0163840_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7890-Sentinel2-634880-0163840-645120-0174080\r\n", + " collection: Sentinel2\r\n", + " left: 634880\r\n", + " bottom: 0163840\r\n", + " right: 645120\r\n", + " top: 0174080\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7890_Sentinel2_634880_0163840_645120_0174080_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7890_Sentinel2_634880_0163840_645120_0174080_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7897-Sentinel2-634880-0235520-645120-0245760\r\n", + " collection: Sentinel2\r\n", + " left: 634880\r\n", + " bottom: 0235520\r\n", + " right: 645120\r\n", + " top: 0245760\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7897_Sentinel2_634880_0235520_645120_0245760_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7897_Sentinel2_634880_0235520_645120_0245760_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7898-Sentinel2-634880-0245760-645120-0256000\r\n", + " collection: Sentinel2\r\n", + " left: 634880\r\n", + " bottom: 0245760\r\n", + " right: 645120\r\n", + " top: 0256000\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7898_Sentinel2_634880_0245760_645120_0256000_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7898_Sentinel2_634880_0245760_645120_0256000_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7899-Sentinel2-634880-0256000-645120-0266240\r\n", + " collection: Sentinel2\r\n", + " left: 634880\r\n", + " bottom: 0256000\r\n", + " right: 645120\r\n", + " top: 0266240\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7899_Sentinel2_634880_0256000_645120_0266240_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7899_Sentinel2_634880_0256000_645120_0266240_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7900-Sentinel2-634880-0266240-645120-0276480\r\n", + " collection: Sentinel2\r\n", + " left: 634880\r\n", + " bottom: 0266240\r\n", + " right: 645120\r\n", + " top: 0276480\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7900_Sentinel2_634880_0266240_645120_0276480_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7900_Sentinel2_634880_0266240_645120_0276480_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7901-Sentinel2-634880-0276480-645120-0286720\r\n", + " collection: Sentinel2\r\n", + " left: 634880\r\n", + " bottom: 0276480\r\n", + " right: 645120\r\n", + " top: 0286720\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7901_Sentinel2_634880_0276480_645120_0286720_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7901_Sentinel2_634880_0276480_645120_0286720_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7902-Sentinel2-634880-0286720-645120-0296960\r\n", + " collection: Sentinel2\r\n", + " left: 634880\r\n", + " bottom: 0286720\r\n", + " right: 645120\r\n", + " top: 0296960\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7902_Sentinel2_634880_0286720_645120_0296960_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7902_Sentinel2_634880_0286720_645120_0296960_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7903-Sentinel2-634880-0296960-645120-0307200\r\n", + " collection: Sentinel2\r\n", + " left: 634880\r\n", + " bottom: 0296960\r\n", + " right: 645120\r\n", + " top: 0307200\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7903_Sentinel2_634880_0296960_645120_0307200_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7903_Sentinel2_634880_0296960_645120_0307200_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7904-Sentinel2-634880-0307200-645120-0317440\r\n", + " collection: Sentinel2\r\n", + " left: 634880\r\n", + " bottom: 0307200\r\n", + " right: 645120\r\n", + " top: 0317440\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7904_Sentinel2_634880_0307200_645120_0317440_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7904_Sentinel2_634880_0307200_645120_0317440_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7905-Sentinel2-634880-0317440-645120-0327680\r\n", + " collection: Sentinel2\r\n", + " left: 634880\r\n", + " bottom: 0317440\r\n", + " right: 645120\r\n", + " top: 0327680\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7905_Sentinel2_634880_0317440_645120_0327680_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7905_Sentinel2_634880_0317440_645120_0327680_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/7906-Sentinel2-634880-0327680-645120-0337920\r\n", + " collection: Sentinel2\r\n", + " left: 634880\r\n", + " bottom: 0327680\r\n", + " right: 645120\r\n", + " top: 0337920\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_7906_Sentinel2_634880_0327680_645120_0337920_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_7906_Sentinel2_634880_0327680_645120_0337920_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/8025-Sentinel2-645120-0245760-655360-0256000\r\n", + " collection: Sentinel2\r\n", + " left: 645120\r\n", + " bottom: 0245760\r\n", + " right: 655360\r\n", + " top: 0256000\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_8025_Sentinel2_645120_0245760_655360_0256000_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_8025_Sentinel2_645120_0245760_655360_0256000_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/8026-Sentinel2-645120-0256000-655360-0266240\r\n", + " collection: Sentinel2\r\n", + " left: 645120\r\n", + " bottom: 0256000\r\n", + " right: 655360\r\n", + " top: 0266240\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_8026_Sentinel2_645120_0256000_655360_0266240_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_8026_Sentinel2_645120_0256000_655360_0266240_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/8027-Sentinel2-645120-0266240-655360-0276480\r\n", + " collection: Sentinel2\r\n", + " left: 645120\r\n", + " bottom: 0266240\r\n", + " right: 655360\r\n", + " top: 0276480\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_8027_Sentinel2_645120_0266240_655360_0276480_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_8027_Sentinel2_645120_0266240_655360_0276480_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/8028-Sentinel2-645120-0276480-655360-0286720\r\n", + " collection: Sentinel2\r\n", + " left: 645120\r\n", + " bottom: 0276480\r\n", + " right: 655360\r\n", + " top: 0286720\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_8028_Sentinel2_645120_0276480_655360_0286720_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_8028_Sentinel2_645120_0276480_655360_0286720_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/8029-Sentinel2-645120-0286720-655360-0296960\r\n", + " collection: Sentinel2\r\n", + " left: 645120\r\n", + " bottom: 0286720\r\n", + " right: 655360\r\n", + " top: 0296960\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_8029_Sentinel2_645120_0286720_655360_0296960_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_8029_Sentinel2_645120_0286720_655360_0296960_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/8030-Sentinel2-645120-0296960-655360-0307200\r\n", + " collection: Sentinel2\r\n", + " left: 645120\r\n", + " bottom: 0296960\r\n", + " right: 655360\r\n", + " top: 0307200\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_8030_Sentinel2_645120_0296960_655360_0307200_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_8030_Sentinel2_645120_0296960_655360_0307200_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/8031-Sentinel2-645120-0307200-655360-0317440\r\n", + " collection: Sentinel2\r\n", + " left: 645120\r\n", + " bottom: 0307200\r\n", + " right: 655360\r\n", + " top: 0317440\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_8031_Sentinel2_645120_0307200_655360_0317440_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_8031_Sentinel2_645120_0307200_655360_0317440_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/8032-Sentinel2-645120-0317440-655360-0327680\r\n", + " collection: Sentinel2\r\n", + " left: 645120\r\n", + " bottom: 0317440\r\n", + " right: 655360\r\n", + " top: 0327680\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_8032_Sentinel2_645120_0317440_655360_0327680_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_8032_Sentinel2_645120_0317440_655360_0327680_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n", + "\r\n", + " output_location downloads_output/8156-Sentinel2-655360-0286720-665600-0296960\r\n", + " collection: Sentinel2\r\n", + " left: 655360\r\n", + " bottom: 0286720\r\n", + " right: 665600\r\n", + " top: 0296960\r\n", + " start_date: 2018-04-01\r\n", + " end_date: 2018-10-01\r\n", + " time_per_point: 6m\r\n", + " \r\n", + "================================\r\n", + "Wrote file \r\n", + " downloads_configs/config_8156_Sentinel2_655360_0286720_665600_0296960_2018-04-01_2018-10-01_6m.py\r\n", + "We recommend that you add and commit this to your version control repository.\r\n", + "================================\r\n", + "\r\n", + " To run peep using this configuration, do:\r\n", + "\r\n", + " peep_run_pipeline --config_file downloads_configs/config_8156_Sentinel2_655360_0286720_665600_0296960_2018-04-01_2018-10-01_6m.py\r\n", + " \r\n" + ] + } + ], "source": [ - "s += WeatherDownloader()\n", - "s += WeatherImageToJSON()\n", - "s.configure()\n", - "print(s)" + "!peep_generate_config --bounds_file ../../peep/testdata/images_1024.parquet --start_date 2018-04-01 --end_date 2018-10-01 --time_per_point 6m --configs_dir downloads_configs --output_dir downloads_output" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ - "We have been given default values for the \"output_location\", which we might want to override for this example and just use a temporary location" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "output_weather_location = os.path.join(TMPDIR, \"gee_weather_download_example\")\n", - "s.output_location = output_weather_location\n", - "# need to reconfigure to propagate this to the Modules\n", - "s.configure()\n", - "print(s)" + "There will now be a directory called \"downloads_configs\" in your current directory with 2745 config file correspoinding to each of the images in the UK that are over land. Each config file is for the 6 month period between April and October 2018, if you want to download another time period you need to run the command line above with different `start_date` and `end_date`. \n", + "\n", + "We can now use these config files to download data consecutively as it will be shown in the next section." ] }, { "cell_type": "markdown", "metadata": {}, "source": [ - "And we're ready to run!" + "# Downloading data consecutively from multiple configuration files\n", + "\n", + "You might want to download images from several configuration files in one go. For this you have to have all the config files from the images you want to download in the same directory.\n", + "\n", + "The following script runs a loop and executes the `peep_run_pipeline` command on each available file found in the path where we created our config files in the section above.\n" ] }, { "cell_type": "code", - "execution_count": null, + "execution_count": 4, "metadata": {}, - "outputs": [], + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "2022-09-13 11:05:45,555 [INFO] Running gee download using the command: peep_run_pipeline --config_file downloads_configs/config_3366_Sentinel2_266240_0655360_276480_0665600_2018-04-01_2018-10-01_6m.py\n", + "2022-09-13 11:05:56,265 [INFO] Sentinel2: setting collection_name to COPERNICUS/S2\n", + "2022-09-13 11:05:56,265 [INFO] Sentinel2: setting data_type to vegetation\n", + "2022-09-13 11:05:56,265 [INFO] Sentinel2: setting RGB_bands to ['B4', 'B3', 'B2']\n", + "2022-09-13 11:05:56,265 [INFO] Sentinel2: setting NIR_band to B8\n", + "2022-09-13 11:05:56,265 [INFO] Sentinel2: setting mask_cloud to True\n", + "2022-09-13 11:05:56,265 [INFO] Sentinel2: setting cloudy_pix_frac to 50\n", + "2022-09-13 11:05:56,265 [INFO] Sentinel2: setting cloudy_pix_flag to CLOUDY_PIXEL_PERCENTAGE\n", + "2022-09-13 11:05:56,265 [INFO] Sentinel2: setting min_date to 2016-01-01\n", + "2022-09-13 11:05:56,266 [INFO] Sentinel2: setting max_date to 2022-01-01\n", + "2022-09-13 11:05:56,266 [INFO] Sentinel2: setting time_per_point to 1m\n", + "/Users/crangelsmith/opt/anaconda3/envs/geepipeline/lib/python3.7/site-packages/dateparser/date_parser.py:35: PytzUsageWarning: The localize method is no longer necessary, as this time zone supports the fold attribute (PEP 495). For more details on migrating to a PEP 495-compliant implementation, see https://pytz-deprecation-shim.readthedocs.io/en/latest/migration.html\n", + " date_obj = stz.localize(date_obj)\n", + "2022-09-13 11:05:56,297 [INFO] Sentinel2: setting time_per_point to 6m\n", + "2022-09-13 11:07:21,266 [INFO] Sentinel2_ImageDownloader: Will download to downloads_output/3366-Sentinel2-266240-0655360-276480-0665600__2022-09-13_11-05-56/gee_266240_0655360_276480_0665600_Sentinel2/2018-04-01_2018-10-01/RAW\n", + "INFO:peep_logger:Sentinel2_ImageDownloader: Will download to downloads_output/3366-Sentinel2-266240-0655360-276480-0665600__2022-09-13_11-05-56/gee_266240_0655360_276480_0665600_Sentinel2/2018-04-01_2018-10-01/RAW\n", + "2022-09-13 11:07:21,276 [INFO] Sentinel2_ImageDownloader: download succeeded for date range ['2018-04-01', '2018-10-01']\n", + "INFO:peep_logger:Sentinel2_ImageDownloader: download succeeded for date range ['2018-04-01', '2018-10-01']\n", + "2022-09-13 11:07:21,276 [INFO] Sentinel2_ImageProcessor: Running local\n", + "INFO:peep_logger:Sentinel2_ImageProcessor: Running local\n", + "2022-09-13 11:07:21,277 [INFO] Sentinel2_ImageProcessor processing files in downloads_output/3366-Sentinel2-266240-0655360-276480-0665600__2022-09-13_11-05-56/gee_266240_0655360_276480_0665600_Sentinel2/2018-04-01_2018-10-01/RAW\n", + "INFO:peep_logger:Sentinel2_ImageProcessor processing files in downloads_output/3366-Sentinel2-266240-0655360-276480-0665600__2022-09-13_11-05-56/gee_266240_0655360_276480_0665600_Sentinel2/2018-04-01_2018-10-01/RAW\n", + "2022-09-13 11:07:21,277 [INFO] ['download.COUNT.tif', 'download.B4.tif', 'download.B3.tif', 'download.B2.tif']\n", + "INFO:peep_logger:['download.COUNT.tif', 'download.B4.tif', 'download.B3.tif', 'download.B2.tif']\n", + "2022-09-13 11:07:21,347 [INFO] Downloaded bounds [266240.0, 655360.0, 276480.0, 665600.0]\n", + "INFO:peep_logger:Downloaded bounds [266240.0, 655360.0, 276480.0, 665600.0]\n", + "2022-09-13 11:07:21,347 [INFO] Input bounds [266240, 655360, 276480, 665600]\n", + "INFO:peep_logger:Input bounds [266240, 655360, 276480, 665600]\n", + "2022-09-13 11:07:21,347 [INFO] Sentinel2_ImageProcessor: Saving RGB image for 2018-04-01_2018-10-01 266240_655360_276480_665600\n", + "INFO:peep_logger:Sentinel2_ImageProcessor: Saving RGB image for 2018-04-01_2018-10-01 266240_655360_276480_665600\n", + "2022-09-13 11:07:26,586 [INFO] Will save image to downloads_output/3366-Sentinel2-266240-0655360-276480-0665600__2022-09-13_11-05-56/gee_266240_0655360_276480_0665600_Sentinel2/2018-04-01_2018-10-01/PROCESSED / 2018-04-01_2018-10-01_266240_655360_276480_665600_RGB.png\n", + "INFO:peep_logger:Will save image to downloads_output/3366-Sentinel2-266240-0655360-276480-0665600__2022-09-13_11-05-56/gee_266240_0655360_276480_0665600_Sentinel2/2018-04-01_2018-10-01/PROCESSED / 2018-04-01_2018-10-01_266240_655360_276480_665600_RGB.png\n", + "Saved image 'downloads_output/3366-Sentinel2-266240-0655360-276480-0665600__2022-09-13_11-05-56/gee_266240_0655360_276480_0665600_Sentinel2/2018-04-01_2018-10-01/PROCESSED/2018-04-01_2018-10-01_266240_655360_276480_665600_RGB.png'\n", + "Saved image 'downloads_output/3366-Sentinel2-266240-0655360-276480-0665600__2022-09-13_11-05-56/gee_266240_0655360_276480_0665600_Sentinel2/2018-04-01_2018-10-01/PROCESSED/2018-04-01_2018-10-01_266240_655360_276480_665600_COUNT.png'\n", + "2022-09-13 11:07:27,718 [INFO] \n", + "Sequence Sentinel2\n", + "INFO:peep_logger:\n", + "Sequence Sentinel2\n", + "2022-09-13 11:07:27,718 [INFO] -----------------\n", + "\n", + "INFO:peep_logger:-----------------\n", + "\n", + "2022-09-13 11:07:27,718 [INFO] Sentinel2_ImageDownloader: Succeeded: 1 Failed: 0 Incomplete: 0\n", + "INFO:peep_logger:Sentinel2_ImageDownloader: Succeeded: 1 Failed: 0 Incomplete: 0\n", + "2022-09-13 11:07:27,718 [INFO] Sentinel2_ImageProcessor: Succeeded: 1 Failed: 0 Incomplete: 0\n", + "INFO:peep_logger:Sentinel2_ImageProcessor: Succeeded: 1 Failed: 0 Incomplete: 0\n", + "2022-09-13 11:07:27,718 [INFO] \n", + "\n", + "INFO:peep_logger:\n", + "\n", + "2022-09-13 11:07:27,897 [INFO] Running gee download using the command: peep_run_pipeline --config_file downloads_configs/config_1616_Sentinel2_122880_0942080_133120_0952320_2018-04-01_2018-10-01_6m.py\n", + "2022-09-13 11:07:33,248 [INFO] Sentinel2: setting collection_name to COPERNICUS/S2\n", + "2022-09-13 11:07:33,249 [INFO] Sentinel2: setting data_type to vegetation\n", + "2022-09-13 11:07:33,249 [INFO] Sentinel2: setting RGB_bands to ['B4', 'B3', 'B2']\n", + "2022-09-13 11:07:33,249 [INFO] Sentinel2: setting NIR_band to B8\n", + "2022-09-13 11:07:33,249 [INFO] Sentinel2: setting mask_cloud to True\n", + "2022-09-13 11:07:33,249 [INFO] Sentinel2: setting cloudy_pix_frac to 50\n", + "2022-09-13 11:07:33,249 [INFO] Sentinel2: setting cloudy_pix_flag to CLOUDY_PIXEL_PERCENTAGE\n", + "2022-09-13 11:07:33,249 [INFO] Sentinel2: setting min_date to 2016-01-01\n", + "2022-09-13 11:07:33,249 [INFO] Sentinel2: setting max_date to 2022-01-01\n", + "2022-09-13 11:07:33,249 [INFO] Sentinel2: setting time_per_point to 1m\n", + "/Users/crangelsmith/opt/anaconda3/envs/geepipeline/lib/python3.7/site-packages/dateparser/date_parser.py:35: PytzUsageWarning: The localize method is no longer necessary, as this time zone supports the fold attribute (PEP 495). For more details on migrating to a PEP 495-compliant implementation, see https://pytz-deprecation-shim.readthedocs.io/en/latest/migration.html\n", + " date_obj = stz.localize(date_obj)\n", + "2022-09-13 11:07:33,280 [INFO] Sentinel2: setting time_per_point to 6m\n", + "^C\n", + "Traceback (most recent call last):\n", + " File \"/Users/crangelsmith/opt/anaconda3/envs/geepipeline/bin/peep_run_pipeline\", line 8, in \n", + " sys.exit(main())\n", + " File \"/Users/crangelsmith/opt/anaconda3/envs/geepipeline/lib/python3.7/site-packages/peep/scripts/run_peep_pipeline.py\", line 141, in main\n", + " configure_and_run_pipeline(pipeline)\n", + " File \"/Users/crangelsmith/opt/anaconda3/envs/geepipeline/lib/python3.7/site-packages/peep/scripts/run_peep_pipeline.py\", line 127, in configure_and_run_pipeline\n", + " pipeline.run()\n", + " File \"/Users/crangelsmith/opt/anaconda3/envs/geepipeline/lib/python3.7/site-packages/peep/src/peep_pipeline.py\", line 129, in run\n", + " sequence.run()\n", + " File \"/Users/crangelsmith/opt/anaconda3/envs/geepipeline/lib/python3.7/site-packages/peep/src/peep_pipeline.py\", line 286, in run\n", + " self.run_status[module.name] = module.run()\n", + " File \"/Users/crangelsmith/opt/anaconda3/envs/geepipeline/lib/python3.7/site-packages/peep/src/download_modules.py\", line 216, in run\n", + " downloaded_ok = self.download_data(urls, location)\n", + " File \"/Users/crangelsmith/opt/anaconda3/envs/geepipeline/lib/python3.7/site-packages/peep/src/download_modules.py\", line 186, in download_data\n", + " download_and_unzip(download_url, tempdir.name)\n", + " File \"/Users/crangelsmith/opt/anaconda3/envs/geepipeline/lib/python3.7/site-packages/peep/src/file_utils.py\", line 83, in download_and_unzip\n", + " r = requests.get(url)\n", + " File \"/Users/crangelsmith/opt/anaconda3/envs/geepipeline/lib/python3.7/site-packages/requests/api.py\", line 73, in get\n", + " return request(\"get\", url, params=params, **kwargs)\n", + " File \"/Users/crangelsmith/opt/anaconda3/envs/geepipeline/lib/python3.7/site-packages/requests/api.py\", line 59, in request\n", + " return session.request(method=method, url=url, **kwargs)\n", + " File \"/Users/crangelsmith/opt/anaconda3/envs/geepipeline/lib/python3.7/site-packages/requests/sessions.py\", line 587, in request\n", + " resp = self.send(prep, **send_kwargs)\n", + " File \"/Users/crangelsmith/opt/anaconda3/envs/geepipeline/lib/python3.7/site-packages/requests/sessions.py\", line 701, in send\n", + " r = adapter.send(request, **kwargs)\n", + " File \"/Users/crangelsmith/opt/anaconda3/envs/geepipeline/lib/python3.7/site-packages/requests/adapters.py\", line 499, in send\n", + " timeout=timeout,\n", + " File \"/Users/crangelsmith/opt/anaconda3/envs/geepipeline/lib/python3.7/site-packages/urllib3/connectionpool.py\", line 710, in urlopen\n", + " chunked=chunked,\n", + " File \"/Users/crangelsmith/opt/anaconda3/envs/geepipeline/lib/python3.7/site-packages/urllib3/connectionpool.py\", line 449, in _make_request\n", + " six.raise_from(e, None)\n", + " File \"\", line 3, in raise_from\n", + " File \"/Users/crangelsmith/opt/anaconda3/envs/geepipeline/lib/python3.7/site-packages/urllib3/connectionpool.py\", line 444, in _make_request\n", + " httplib_response = conn.getresponse()\n", + " File \"/Users/crangelsmith/opt/anaconda3/envs/geepipeline/lib/python3.7/http/client.py\", line 1373, in getresponse\n", + " response.begin()\n", + " File \"/Users/crangelsmith/opt/anaconda3/envs/geepipeline/lib/python3.7/http/client.py\", line 319, in begin\n", + " version, status, reason = self._read_status()\n", + " File \"/Users/crangelsmith/opt/anaconda3/envs/geepipeline/lib/python3.7/http/client.py\", line 280, in _read_status\n", + " line = str(self.fp.readline(_MAXLINE + 1), \"iso-8859-1\")\n", + " File \"/Users/crangelsmith/opt/anaconda3/envs/geepipeline/lib/python3.7/socket.py\", line 589, in readinto\n", + " return self._sock.recv_into(b)\n", + " File \"/Users/crangelsmith/opt/anaconda3/envs/geepipeline/lib/python3.7/ssl.py\", line 1071, in recv_into\n", + " return self.read(nbytes, buffer)\n", + " File \"/Users/crangelsmith/opt/anaconda3/envs/geepipeline/lib/python3.7/ssl.py\", line 929, in read\n", + " return self._sslobj.read(len, buffer)\n", + "KeyboardInterrupt\n" + ] + } + ], "source": [ - "s.run()" + "!peep_run_pipeline_loop --config_dir downloads_configs" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ - "Let's check we got some output:" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "os.listdir(os.path.join(output_weather_location, \"2018-06-16\",\"JSON\",\"WEATHER\"))" + "It can take up to 60 hours to run all of the config files covering the UK at one time point. " ] }, { @@ -605,18 +58102,14 @@ "execution_count": null, "metadata": {}, "outputs": [], - "source": [ - "import json\n", - "j=json.load(open(os.path.join(output_weather_location, \"2018-06-16\",\"JSON\",\"WEATHER\",\"weather_data.json\")))\n", - "print(j)" - ] + "source": [] } ], "metadata": { "kernelspec": { - "display_name": "Python 3 (ipykernel)", + "display_name": "geepipeline", "language": "python", - "name": "python3" + "name": "geepipeline" }, "language_info": { "codemirror_mode": { diff --git a/peep/README.md b/peep/README.md index 60fa9618..9bf768a7 100644 --- a/peep/README.md +++ b/peep/README.md @@ -9,13 +9,16 @@ The code in this repository is intended to perform two main tasks: **1. Download and process GEE data**: * Download satellite data from Google Earth Engine (images and weather data) for a period of time. - * Downloaded images are divided into 32x32 pixel sub-images, also count metrics are extracted on the amount of images obtained at each pixel and they are summarised at the sub-image level. Both colour (RGB) and pixel counts (COUNT) images are downloaded and stored on the sub-image level. + * Downloaded images are divided into 32x32 pixel sub-images, also count metrics are extracted on the amount of images obtained at each pixel and are summarised at the sub-image level. Both colour (RGB) and pixel counts (COUNT) images are downloaded and stored on the sub-image level. * For weather collections the precipitation and temperature "images" are averaged into a single value at each point in the time series. * The download job is fully specified by a configuration file that can be generated by specifying the details of the data to be downloaded via prompts (satellite to use, coordinates, time period, number of time points, etc.). This page contains an installation guide, and some usage examples for this package. +A detailed tutorial describing the main functionalities of `peep` as well as the pipeline +used to create the dataset used in the Urban Grammar project can be found in this [notebook](../notebooks/tutorials/tutorial_download_and_process_gee_images.ipynb). + ## Installation @@ -59,7 +62,7 @@ To run a `peep` download job, use peep_run_pipeline --config_file ``` -The download job is fully specified by a configuration file, which you point to using the `--config_file` argument. A sample config file with relevant functionality for the urban grammar project is found at `peep/configs/config_liverpool_example.py`. You can also optionally specify a string to identify the download job using the `--name` argument. +The download job is fully specified by a configuration file, which you point to using the `--config_file` argument. A sample config file with relevant functionality for the urban grammar project is found at `peep/configs/config_greenwich_bng_example.py`. You can also optionally specify a string to identify the download job using the `--name` argument. Note that we use the [BNG convention](https://britishnationalgrid.uk/) for coordinates, i.e. `(eastings,northings)` and we set bounds for regions to download in the convention `(left, bottom, right, top)`. @@ -72,7 +75,7 @@ peep_run_pipeline_loop --config_dir configs ``` where `config_dir` is the path to a directory where all the config files you want to run are found. The script runs a loop and -exectues the `peep_run_pipeline` command on each available file found in that path. +executes the `peep_run_pipeline` command on each available file found in that path. #### Generating a download configuration file @@ -104,7 +107,8 @@ this allows the user to specify various characteristics of the data they want to * `--end_date`: The end date in the format ‘YYYY-MM-DD’, the default is today’s date (or ‘2019-03-01’ for a test config file). -* `--time_per_point`: The option to run the image collection either monthly (‘1m’) or weekly (‘1w’), with the default being monthly. +* `--time_per_point`: The option to run the image collection either monthly (‘1m’, ’3m’, ’6m’, etc) or weekly (‘1w’), with the default being monthly. If the time per point +is smaller that the difference between `start_date` and `end_date`, then `peep` will divide the time period to be downloaded in multiple time points of the length provided in this option. * `--output_dir`: The option to write the output to a specified directory, with the default being the current directory.