@@ -263,34 +263,34 @@ lcmap-cli requires n config file at ~/.usgs/lcmap-cli.edn.
263263 # every chip in the requested tile.
264264 $ lcmap product --grid conus \
265265 --tile 027008 \
266- --names length-of-segment,time-since- change \
266+ --names cover, change \
267267 --years 2002/2006 \
268268 >> 2002_2006_product_success.txt 2>> 2002_2006_product_errors.txt;
269269
270270 # example stdout output:
271- # {"product":["length-of-segment ", "time-since- change"],"cx":1484415.0,"cy":2111805.0,"dates":["2002-07-01"]}
272- # {"product":["length-of-segment ", "time-since- change"],"cx":1484415.0,"cy":2114805.0,"dates":["2002-07-01"]}
271+ # {"product":["cover ", "change"],"cx":1484415.0,"cy":2111805.0,"dates":["2002-07-01"]}
272+ # {"product":["cover ", "change"],"cx":1484415.0,"cy":2114805.0,"dates":["2002-07-01"]}
273273 # ...
274274
275275 # example stderr output if there was a problem calculating product values for a chip
276- # {"failed_dates":[{"2002-07-01": "validation error"}],"product":"length-of-segment ","cx":1484415.0,"cy":2114805.0,"dates":["2002-07-01"]}
276+ # {"failed_dates":[{"2002-07-01": "validation error"}],"product":"cover ","cx":1484415.0,"cy":2114805.0,"dates":["2002-07-01"]}
277277 # example stderr output if there was a problem parsing the maps request
278- # {"error":"problem processing /products request: 'helpful_error_message'", "dates":"2002/2006", "product":"length-of-segment ", "tile":"027008", "grid":"conus"}
278+ # {"error":"problem processing /products request: 'helpful_error_message'", "dates":"2002/2006", "product":"change ", "tile":"027008", "grid":"conus"}
279279
280280
281281 # Creating Maps
282282 # Producing tile sized product maps
283283 $ lcmap raster --grid conus \
284284 --tile 027008 \
285- --names length-of-segment \
285+ --names cover \
286286 --years 2002/2006 \
287287 >> 2002_2006_maps_success.txt 2>> 2002_2006_raster_errors.txt;
288288
289289 # example stdout output:
290- # {"tile":"027008","date":"2002-07-01","grid":"conus","tiley ":2114805.0,"tilex ":1484415.0,"product":["length-of-segment "],"resource":"maps","map_name":"LCMAP-CU-027008-2002-20190320-V01-SCSTAB.tif"}
290+ # {"tile":"027008","date":"2002-07-01","grid":"conus","ty ":2114805.0,"tx ":1484415.0,"product":["cover "],"resource":"maps","map_name":"LCMAP-CU-027008-2002-20190320-V01-SCSTAB.tif, ..... "}
291291
292292 # example stderr output:
293- # {"error":"problem processing /maps request: 'helpful_error_message'", "date":"2002-07-01", "tile":"027008", "tilex ":"111111", "tiley ":"222222", "product":"length-of-segment "}
293+ # {"error":"problem processing /maps request: 'helpful_error_message'", "date":"2002-07-01", "tile":"027008", "tx ":"111111", "ty ":"222222", "product":"change "}
294294
295295
296296```
0 commit comments