Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/FCC/pirateaction2
pirate action version 2
https://github.com/FCC/pirateaction2
data data-visualization gis map
Last synced: 27 days ago
JSON representation
pirate action version 2
- Host: GitHub
- URL: https://github.com/FCC/pirateaction2
- Owner: FCC
- Created: 2013-05-13T20:54:51.000Z (over 11 years ago)
- Default Branch: gh-pages
- Last Pushed: 2021-06-16T14:03:40.000Z (over 3 years ago)
- Last Synced: 2024-04-11T15:38:03.124Z (9 months ago)
- Topics: data, data-visualization, gis, map
- Language: JavaScript
- Homepage: http://fcc.github.io/pirateaction2/index.html
- Size: 580 KB
- Stars: 5
- Watchers: 26
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PirateAction v2
****
### Steps:
+ create updated CSV (Comma as delimeter) with header, as [this one](https://github.com/FCC/pirateaction2/blob/gh-pages/data/pirateaction_test.csv), name it as 'pirateaction_test.csv'.
+ push the above file to [this folder](https://github.com/FCC/pirateaction2/tree/gh-pages/data) in gh-pages branch
+ hit [this url](http://fcc.github.io/pirateaction2/index.html#test) to verify everything works as expected
+ rename the csv file to 'pirateaction.csv' and push to gh-pages branch
+ the site with updated records is live [here](http://fcc.github.io/pirateaction2/index.html)### CSV file specifications:
#### CSV file needs to have the following fields, the field names are important but the order of the fields is not:
+ date: in mm/dd/yyyy format. e.g. 8/7/2010 OR 08/07/2010
+ casename: a string. e.g. case name xxxxxx
+ url: complete url for reference on FCC web site. e.g. http://www.fcc.gov/eb/FieldNotices/2003/DOC-292678A1.html
+ lat: latitude, in decimal degree. e.g. 45.36
+ long: longitude, in decimal degree. e.g. -102.55
+ city: a string. e.g. Rockville
+ state: a string. e.g. MD
+ caseno: a string. e.g. EB-09-MA-0124
+ typeaction: a string, with all capital letters. Currently the application support these action types: "NAL", "NOUO", "FO", "OTHER", "M.O.&O.", "CD", "NOV", "ERRATUM"
+ amount: a number. use 0 when not applicable. e.g. 2000 OR 0