-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes #4
- Loading branch information
Showing
2 changed files
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
## Zones information | ||
|
||
* Filename MUST be `zones_ft.txt` | ||
* File MUST contain a record for every analysis zone. | ||
* File MUST be a valid CSV file. | ||
* The first line of each file MUST contain case-sensitive field names. | ||
* Field names MUST NOT contain tabs, carriage returns or new lines. | ||
|
||
File MUST contain the following attributes: | ||
|
||
Required Attributes | Description | ||
---------- | ------------- | ||
`zone_id` | ID that uniquely identifies a zone | ||
`zone_lat` | Float. Latitude of zonal centroid or point representing the zone. | ||
`zone_long` | Float. Longitude of zonal centroid or point representing the zone. | ||
|
||
File MAY contain the following attributes: | ||
|
||
Optional Attributes | Description | ||
---------- | ------------- | ||
`zone_name` | Optional name for identification and display purposes. |