You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -326,12 +326,13 @@ Example running **init**
326
326
327
327
$ metgenc init -c ./init/<name of config file to create or modify>.ini
328
328
329
-
##### INI RULES:
329
+
##### INI RULES:
330
330
* The .ini file's `checksum_type = SHA256` should never be edited
331
331
* The `kinesis_stream_name` and `staging_bucket_name` should never be edited
332
332
*`auth_id` and `version` must accurately reflect the collection's authID and versionID
333
+
*`log_dir` specifies the directory where log files will be written. Log files are named `metgenc-{config-name}-{timestamp}.log` where config-name is the base name of the .ini file and timestamp is in YYYYMMDD-HHMM format. The log directory must exist and be writable. If not specified, defaults to `/share/logs/metgenc`
333
334
* provider is a free text attribute where, for now, the version of metgenc being run should be documented
334
-
* running `metgenc --version` will return the current version
335
+
* running `metgenc --version` will return the current version
335
336
336
337
#### Required and Optional Configuration Elements
337
338
Some attribute values may be read from the .ini file if the values
@@ -381,7 +382,7 @@ Note column:
381
382
with multiple associated browse files work fine with MetGenC! The default is `_brws`, change it to reflect
382
383
the browse file names of the data delivered. This element is prompted for when running `metgenc init`.
383
384
3. The file name pattern to be used for multi-file granules to define a file name pattern to appropriately
384
-
group files together as a granule using the elements common amongst their names.
385
+
group files together as a granule using the elements common amongst their names.
385
386
- This must result in a globally unique: product/name (in CNM), and Identifier (as the IdentifierType: ProducerGranuleId in UMM-G)
386
387
generated for each granule. This init element value must be added manually as it's **not** included in the `metgenc init` prompts.
387
388
5. The file name pattern identifying a single file for metgenc to reference as the primary
@@ -517,7 +518,7 @@ When a granule has an associated `.spatial` file containing geodetic point data
517
518
| Spatial | spatial_polygon_cartesian_tolerance | float | 0.0001 | Minimum distance between polygon points in degrees (0.00001-0.01) |
518
519
519
520
##### Example Spatial Polygon Generation Configuration
520
-
Example showing content added to an .ini file, having edited the CMR default vertex tolerance
521
+
Example showing content added to an .ini file, having edited the CMR default vertex tolerance
521
522
(distance between two vertices) to decrease the precision of the GPoly coordinate pairs listed
0 commit comments