mirror of
https://github.com/zhigang1992/actions.git
synced 2026-01-12 22:45:39 +08:00
Add readme
This commit is contained in:
21
geojson2csv/README.md
Normal file
21
geojson2csv/README.md
Normal file
@@ -0,0 +1,21 @@
|
||||
# geojson2csv
|
||||
Github Action for tansforming geojson FeatureCollections to CSVs with WKT geometry.
|
||||
|
||||
## Usage
|
||||
|
||||
## Example Workflow file
|
||||
|
||||
An example workflow to transform a geojson in the repository
|
||||
|
||||
```
|
||||
workflow "Deploy geometries" {
|
||||
on = "deployment"
|
||||
resolves = "Transform to csv"
|
||||
}
|
||||
|
||||
action "Transform to csv" {
|
||||
uses = "unacast/actions/geojson2csv@master"
|
||||
runs = "geojson2csv"
|
||||
args = "input.geojson output.csv"
|
||||
}
|
||||
```
|
||||
Reference in New Issue
Block a user