Skip to content

Commit

Permalink
Changed lib name from earthengine-jupyter to ee-jupyter
Browse files Browse the repository at this point in the history
In order to remain more consistent with the Earth Engine client library naming.
  • Loading branch information
tylere committed Sep 13, 2022
1 parent 0db49c6 commit 86deabe
Show file tree
Hide file tree
Showing 11 changed files with 41 additions and 64 deletions.
4 changes: 2 additions & 2 deletions 00_map.ipynb
Expand Up @@ -191,7 +191,7 @@
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "764809472f7a40bcae1d03d6aa2a7b8b",
"model_id": "822893acbea4458abc6aafb32b18b8fe",
"version_major": 2,
"version_minor": 0
},
Expand Down Expand Up @@ -242,7 +242,7 @@
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "7ee1ebe2aae144059021f9dafe896ea7",
"model_id": "53b14d97eced4725aed254089521f6ad",
"version_major": 2,
"version_minor": 0
},
Expand Down
10 changes: 5 additions & 5 deletions 01_inspector.ipynb
Expand Up @@ -47,7 +47,7 @@
"source": [
"#|hide\n",
"from nbdev.showdoc import *\n",
"from earthengine_jupyter.map import *"
"from ee_jupyter.map import *"
]
},
{
Expand Down Expand Up @@ -253,7 +253,7 @@
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "826b528f505c47aab7228af1330440e4",
"model_id": "a2649f1f00c24ad491a5b578c2bf4661",
"version_major": 2,
"version_minor": 0
},
Expand Down Expand Up @@ -286,7 +286,7 @@
"source": [
"import ee\n",
"import ipywidgets as widgets\n",
"from earthengine_jupyter.map import JupyterMap"
"from ee_jupyter.map import JupyterMap"
]
},
{
Expand All @@ -306,7 +306,7 @@
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "228ecd0ddfab400bbdbe495cb247ec03",
"model_id": "2a943f3d33484b2ebe75f18f850a8ed0",
"version_major": 2,
"version_minor": 0
},
Expand Down Expand Up @@ -353,7 +353,7 @@
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "0ea8bc786c6849df8ab27e3b41087b23",
"model_id": "64673a375cb04af29e3a3793f48d1512",
"version_major": 2,
"version_minor": 0
},
Expand Down
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -30,8 +30,8 @@ interactive map.

``` python
import ee
from earthengine_jupyter.map import JupyterMap
from earthengine_jupyter.inspector import MapInspector
from ee_jupyter.map import JupyterMap
from ee_jupyter.inspector import MapInspector
from ipywidgets import HBox

ee.Initialize()
Expand Down Expand Up @@ -83,6 +83,6 @@ print(url)
Image(url=url, format='png', embed=True)
```

https://earthengine.googleapis.com/v1alpha/projects/earthengine-legacy/thumbnails/ac806a13e67cc8e1151e9189b409c500-5820392a72f0c768b305ace45f5b662a:getPixels
https://earthengine.googleapis.com/v1alpha/projects/earthengine-legacy/thumbnails/ac806a13e67cc8e1151e9189b409c500-8fb4d6d8b7d09bb80efbbef2ef0fb7e9:getPixels

![](index_files/figure-gfm/cell-9-output-2.png)
32 changes: 0 additions & 32 deletions earthengine_jupyter/_modidx.py

This file was deleted.

7 changes: 0 additions & 7 deletions earthengine_jupyter/core.py

This file was deleted.

File renamed without changes.
26 changes: 26 additions & 0 deletions ee_jupyter/_modidx.py
@@ -0,0 +1,26 @@
# Autogenerated by nbdev

d = { 'settings': { 'branch': 'master',
'doc_baseurl': '/earthengine-jupyter',
'doc_host': 'https://googlestaging.github.io',
'git_url': 'https://github.com/googlestaging/earthengine-jupyter',
'lib_path': 'ee_jupyter'},
'syms': { 'ee_jupyter.inspector': { 'ee_jupyter.inspector.MapInspector': ('inspector.html#mapinspector', 'ee_jupyter/inspector.py'),
'ee_jupyter.inspector.MapInspector.__init__': ('inspector.html#__init__', 'ee_jupyter/inspector.py'),
'ee_jupyter.inspector.MapInspector.get_map': ('inspector.html#get_map', 'ee_jupyter/inspector.py'),
'ee_jupyter.inspector.MapInspector.objects_node': ( 'inspector.html#objects_node',
'ee_jupyter/inspector.py'),
'ee_jupyter.inspector.MapInspector.pixels_node': ( 'inspector.html#pixels_node',
'ee_jupyter/inspector.py'),
'ee_jupyter.inspector.MapInspector.point_node': ( 'inspector.html#point_node',
'ee_jupyter/inspector.py'),
'ee_jupyter.inspector.MapInspector.register_map': ( 'inspector.html#register_map',
'ee_jupyter/inspector.py'),
'ee_jupyter.inspector.MapInspector.set_map': ('inspector.html#set_map', 'ee_jupyter/inspector.py'),
'ee_jupyter.inspector.MapInspector.update_inspector': ( 'inspector.html#update_inspector',
'ee_jupyter/inspector.py')},
'ee_jupyter.map': { 'ee_jupyter.map.JupyterMap': ('map.html#jupytermap', 'ee_jupyter/map.py'),
'ee_jupyter.map.JupyterMap.__init__': ('map.html#__init__', 'ee_jupyter/map.py'),
'ee_jupyter.map.JupyterMap.addLayer': ('map.html#addlayer', 'ee_jupyter/map.py'),
'ee_jupyter.map.TileLayerEE': ('map.html#tilelayeree', 'ee_jupyter/map.py'),
'ee_jupyter.map.TileLayerEE.__init__': ('map.html#__init__', 'ee_jupyter/map.py')}}}
File renamed without changes.
File renamed without changes.
18 changes: 4 additions & 14 deletions index.ipynb
Expand Up @@ -21,16 +21,6 @@
"# limitations under the License."
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"#| hide\n",
"from earthengine_jupyter.map import *"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down Expand Up @@ -68,8 +58,8 @@
"outputs": [],
"source": [
"import ee\n",
"from earthengine_jupyter.map import JupyterMap\n",
"from earthengine_jupyter.inspector import MapInspector\n",
"from ee_jupyter.map import JupyterMap\n",
"from ee_jupyter.inspector import MapInspector\n",
"from ipywidgets import HBox\n",
"\n",
"ee.Initialize()"
Expand Down Expand Up @@ -97,7 +87,7 @@
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "63fcc11421434d4aabf7ae5962c5b3d5",
"model_id": "33b108750581470bb0c8326108400c75",
"version_major": 2,
"version_minor": 0
},
Expand Down Expand Up @@ -181,7 +171,7 @@
"name": "stdout",
"output_type": "stream",
"text": [
"https://earthengine.googleapis.com/v1alpha/projects/earthengine-legacy/thumbnails/ac806a13e67cc8e1151e9189b409c500-be08aa678261f45527e36236adb00313:getPixels\n"
"https://earthengine.googleapis.com/v1alpha/projects/earthengine-legacy/thumbnails/ac806a13e67cc8e1151e9189b409c500-8fb4d6d8b7d09bb80efbbef2ef0fb7e9:getPixels\n"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion settings.ini
Expand Up @@ -11,7 +11,7 @@ license = apache2

### nbdev ###
doc_path = _docs
lib_path = earthengine_jupyter
lib_path = ee_jupyter
nbs_path = .
recursive = False
tst_flags = notest
Expand Down

0 comments on commit 86deabe

Please sign in to comment.