Skip to content

Commit

Permalink
Merge pull request #481 from jamesmcclain/feature/about
Browse files Browse the repository at this point in the history
Add .about.yml File
  • Loading branch information
jamesmcclain committed Aug 21, 2017
2 parents b9331e3 + 0bc0f2d commit 2eff2ec
Showing 1 changed file with 69 additions and 0 deletions.
69 changes: 69 additions & 0 deletions .about.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
name: geopyspark

full_name: GeoPySpark

description: >
Python bindings for GeoTrellis
impact: >
GeoPySpark allows the Scala/Spark based geospatial framework GeoTrellis to be used from Python, particularly in Jupyter notebooks.
owner_type: project

stage: beta

testable: true

licenses:
geopyspark:
name: Apache-2.0
url: https://github.com/locationtech-labs/geopyspark/blob/master/LICENSE

# partners:
# -

contact:
- url: https://github.com/locationtech-labs/geopyspark/issues
text: GitHub Issue Tracker

team:
- github: echeipesh
- github: jamesmcclain
- github: jbouffard
- github: jpolchlo
- github: lossyrob

type: app

milestones:
- "August 2017: Version 0.2.0 released"

# parent:

links:
- url: https://github.com/locationtech-labs/geopyspark/releases
text: Releases

# blogTag:
# -

stack:
- Python:3
- Scala:2.11
- Spark:2.2
- GeoTrellis:1.2.0-SNAPSHOT

services:
- name: Travis CI
category: build

# users:
# -

tags:
- python
- big-data
- geospatial
- spark
- tile-server
- geotrellis

0 comments on commit 2eff2ec

Please sign in to comment.