Skip to content

Commit

Permalink
Merge pull request #12501 from heremaps/add-xyzspaces
Browse files Browse the repository at this point in the history
Add xyzspaces
  • Loading branch information
synapticarbors authored Aug 31, 2020
2 parents 0861766 + 7d9975c commit 3e66af2
Showing 1 changed file with 54 additions and 0 deletions.
54 changes: 54 additions & 0 deletions recipes/xyzspaces/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
{% set name = "xyzspaces" %}
{% set version = "0.3.2" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://github.com/heremaps/xyz-spaces-python/archive/{{ version }}.tar.gz
sha256: 060f023a9711d0d6abe1381ec2723ee8ec0c6551f24a413098295bf8b58121ed

build:
noarch: python
number: 0
script: "{{ PYTHON }} -m pip install . -vv"

requirements:
host:
- python
- pip
- setuptools
run:
- python
- geobuf
- turfpy >=0.0.3
- fiona
- geojson
- geopandas
- requests

test:
imports:
- xyzspaces

about:
home: https://github.com/heremaps/xyz-spaces-python
license: Apache-2.0
license_family: Apache
license_file: LICENSE
summary: 'Manage your XYZ Hub server or HERE Data Hub from Python.'

description: |
xyzspaces provides a programmatic interface to a XYZ Hub or HERE Data Hub
<https://here.xyz> geospatial database and service for Python 3.6+. It is
pure Python code with few core dependencies, but benefits from optional
requirements when used in a typical Jupyter notebook context.
doc_url: https://xyz-spaces-python.readthedocs.io/
dev_url: https://github.com/heremaps/xyz-spaces-python

extra:
recipe-maintainers:
- deeplook
- omanges
- sackh

0 comments on commit 3e66af2

Please sign in to comment.