Skip to content
This repository was archived by the owner on Dec 10, 2019. It is now read-only.

Commit cf6d695

Browse files
authored
Correct repo references (#21)
1 parent 257a063 commit cf6d695

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ deploy:
2020
on:
2121
tags: true
2222
distributions: sdist bdist_wheel
23-
repo: azavea/raster-foundry-python-client
23+
repo: raster-foundry/raster-foundry-python-client
2424
python: '3.6'

rasterfoundry/spec.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ x-top-matter:
2323
content: |
2424
The Raster Foundry API allows developers to find, view, and analyze geospatial data in Raster Foundry. As the name implies, it's especially useful for working with large raster datasets like satellite imagery.
2525
26-
Raster Foundry is built with an openly licensed, open source code base. If you'd like to peek under the hood, make a request, or become a contributor, <a href="https://github.com/azavea/raster-foundry/issues" target="_blank">find us on Github</a>.
26+
Raster Foundry is built with an openly licensed, open source code base. If you'd like to peek under the hood, make a request, or become a contributor, <a href="https://github.com/raster-foundry/raster-foundry/issues" target="_blank">find us on Github</a>.
2727
- title: Authentication
2828
level: 2
2929
content: |
@@ -63,7 +63,7 @@ x-resources:
6363
description: |
6464
"Datasources contain information common to all scenes associated with them, such as the number of bands to expect in images associated with that datasource. A datasource can be specific (e.g. a particular earth observation satellite) or generic (e.g. a 3-band sensor on a UAV). All scenes must have an associated datasource."
6565
66-
"Currently, datasources cannot be created through the API and must be requested (<a href="https://github.com/azavea/raster-foundry/issues" target="_blank">preferably as a Github issue in the source repository</a>)."
66+
"Currently, datasources cannot be created through the API and must be requested (<a href="https://github.com/raster-foundry/raster-foundry/issues" target="_blank">preferably as a Github issue in the source repository</a>)."
6767
6868
"In the future, users will be able to manage the creation, amendment, and deletion of datasources directly through the API. Also, users will be able to assign transformations like color correction, band composites, or color maps to datasources as a default for themselves and/or their organizations."
6969
- name: Tokens

0 commit comments

Comments
 (0)