Skip to content

Commit

Permalink
docs/april24 (#8)
Browse files Browse the repository at this point in the history
* Update dependencies.

* wip deps, filetile

* lots of unstructured commits

* filesystem

* wip + share snippets gif
  • Loading branch information
pgzmnk authored Apr 24, 2024
1 parent a204dc0 commit 505b545
Show file tree
Hide file tree
Showing 10 changed files with 489 additions and 311 deletions.
554 changes: 315 additions & 239 deletions docs/basics/core_concepts.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/basics/in/gee.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"\n",
"Fused interfaces <Tag color=\"#3399ff\">Google Earth Engine</Tag> through the Python `earthengine-api` library. This example shows how to load data from [Google Earth Engine](https://developers.google.com/earth-engine/datasets) into your Fused UDFs.\n",
"\n",
"The GEE library requires Service Accunt credentials to be set. Read how to create them in the Google Earth Engine documentation, and set `key_path` as the path of the key json."
"To use the GEE Python library with Fused, generate Google [Service Account credentials](https://developers.google.com/earth-engine/guides/service_account) and set them as a JSON key file in the [Fused disk filesystem](/basics/core-concepts/#mntcache-disk). In this example, the file path is specified as `key_path` in the `ee.ServiceAccountCredentials`."
]
},
{
Expand Down
8 changes: 5 additions & 3 deletions docs/basics/in/gee/Gee.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,11 @@ Fused interfaces <Tag color="#3399ff">Google Earth Engine</Tag> through the Pyth
[Google Earth Engine](https://developers.google.com/earth-engine/datasets) into your
Fused UDFs.

The GEE library requires Service Accunt credentials to be set. Read how to create them
in the Google Earth Engine documentation, and set `key_path` as the path of the key
json.
To use the GEE Python library with Fused, generate Google
[Service Account credentials](https://developers.google.com/earth-engine/guides/service_account)
and set them as a JSON key file in the
[Fused disk filesystem](/basics/core-concepts/#mntcache-disk). In this example, the file
path is specified as `key_path` in the `ee.ServiceAccountCredentials`.

```python
# !pip install fused earthengine-api xarray xee -q
Expand Down
3 changes: 1 addition & 2 deletions docs/basics/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,10 @@ slug: /

# Meet Fused

[Fused](https://www.fused.io/) is the glue layer to run any size workflows to load data across your most important tools
[Fused](https://www.fused.io/) is the glue layer to run workflows to load data across your most important tools.

Use the Fused serverless API to build, scale, and ship geospatial workflows of any size.


## Ecosystem

Build any scale workflows with the [Fused Python SDK](/python-sdk) and [Workbench webapp](/workbench), and integrate them into your stack with the [Fused Hosted API](/basics/core-concepts/#hosted-api).
Expand Down
2 changes: 2 additions & 0 deletions docs/basics/tutorials/load/Load.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ my_new_udf.to_fused()

## From Workbench to local

Load a UDF saved in Workbench and run it in a local Python environment.

```python
import fused

Expand Down
Loading

0 comments on commit 505b545

Please sign in to comment.