Skip to content

Commit abb7d72

Browse files
committed
changed default public url to slideruleearth.io
1 parent e04005f commit abb7d72

19 files changed

+90
-89
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66

77
SlideRule's Python client makes it easier to interact with SlideRule from a Python script.
88

9-
Detailed [documentation](http://icesat2sliderule.org/rtd/) on installing and using this client can be found at [icesat2sliderule.org](http://icesat2sliderule.org).
9+
Detailed [documentation](https://www.slideruleearth.org/rtd/) on installing and using this client can be found at [slideruleearth.io](https://www.slideruleearth.org).
1010

1111
## I. Installing the SlideRule Python Client
1212

1313
```bash
1414
conda install -c conda-forge sliderule
1515
```
1616

17-
For alternate methods to install SlideRule, including options for developers, please see the [installation instructions](http://icesat2sliderule.org/rtd/getting_started/Install.html) on icesat2sliderule.org.
17+
For alternate methods to install SlideRule, including options for developers, please see the [installation instructions](https://www.slideruleearth.org/rtd/getting_started/Install.html) on slideruleearth.io.
1818

1919
### Dependencies
2020

@@ -32,7 +32,7 @@ Example usage:
3232
from sliderule import icesat2
3333

3434
# initialize
35-
icesat2.init("icesat2sliderule.org", verbose=True)
35+
icesat2.init("slideruleearth.io", verbose=True)
3636

3737
# region of interest
3838
region = [ {"lon":-105.82971551223244, "lat": 39.81983728534918},
@@ -59,7 +59,7 @@ More extensive examples in the form of Jupyter Notebooks can be found in the [ex
5959

6060
## III. Reference and User's Guide
6161

62-
Please see our [documentation](http://icesat2sliderule.org/rtd/) page for reference and user's guide material.
62+
Please see our [documentation](https://www.slideruleearth.org/rtd/) page for reference and user's guide material.
6363

6464
## IV. Licensing
6565

examples/Grand_mesa_ATL03_classification.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"metadata": {},
4040
"outputs": [],
4141
"source": [
42-
"url = \"icesat2sliderule.org\"\n",
42+
"url = \"slideruleearth.io\"\n",
4343
"icesat2.init(url, verbose=False)\n",
4444
"asset = \"nsidc-s3\""
4545
]

examples/api_widgets_demo.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"\n",
1111
"The SlideRule ICESat-2 plug-in is a cloud-optimized version of the [ATL06 algorithm](https://nsidc.org/sites/nsidc.org/files/technical-references/ICESat2_ATL06_ATBD_r005.pdf) that can process the lower-level [ATL03 geolocated photon height data products](https://nsidc.org/data/atl03) hosted on AWS by the NSIDC DAAC. \n",
1212
"\n",
13-
"[Documentation for using SlideRule](http://icesat2sliderule.org/rtd) is available from the [project website](http://icesat2sliderule.org) \n",
13+
"[Documentation for using SlideRule](https://slideruleearth.io/rtd) is available from the [project website](https://slideruleearth.io) \n",
1414
"\n",
1515
"### Background\n",
1616
"SlideRule creates a simplified version of the [ICESat-2 ATL06 land ice height product](https://nsidc.org/data/atl06) that can be adjusted to suit different needs. SlideRule let's you create customized ICESat-2 segment heights _directly_ from the photon height data anywhere on the globe, _on-demand_ and quickly.\n",
@@ -63,7 +63,7 @@
6363
"source": [
6464
"# set the url for the sliderule service\n",
6565
"# set the logging level\n",
66-
"icesat2.init(\"icesat2sliderule.org\", loglevel=logging.WARNING)"
66+
"icesat2.init(\"slideruleearth.io\", loglevel=logging.WARNING)"
6767
]
6868
},
6969
{
@@ -249,7 +249,7 @@
249249
"### Review GeoDataFrame output\n",
250250
"Can inspect the columns, number of returns and returns at the top of the GeoDataFrame.\n",
251251
"\n",
252-
"See the [ICESat-2 documentation](http://icesat2sliderule.org/rtd/user_guide/ICESat-2.html#elevations) for descriptions of each column"
252+
"See the [ICESat-2 documentation](https://slideruleearth.io/rtd/user_guide/ICESat-2.html#elevations) for descriptions of each column"
253253
]
254254
},
255255
{

examples/atl03_widgets_demo.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"\n",
99
"SlideRule is an on-demand science data processing service that runs in on Amazon Web Services and responds to REST API calls to process and return science results. SlideRule was designed to enable researchers and other data systems to have low-latency access to custom-generated, high-level, analysis-ready data products using processing parameters supplied at the time of the request. \n",
1010
"\n",
11-
"[Documentation for using SlideRule](http://icesat2sliderule.org/rtd) is available from the [project website](http://icesat2sliderule.org) \n",
11+
"[Documentation for using SlideRule](https://slideruleearth.io/rtd) is available from the [project website](https://slideruleearth.io) \n",
1212
"\n",
1313
"### Background\n",
1414
"SlideRule can subset ATL03 geolocated photon height data _on-demand_ and calculate photon classifications to suit different needs.\n",
@@ -61,7 +61,7 @@
6161
"source": [
6262
"# set the url for the sliderule service\n",
6363
"# set the logging level\n",
64-
"icesat2.init(\"icesat2sliderule.org\", loglevel=logging.WARNING)"
64+
"icesat2.init(\"slideruleearth.io\", loglevel=logging.WARNING)"
6565
]
6666
},
6767
{
@@ -264,7 +264,7 @@
264264
"### Review GeoDataFrame output\n",
265265
"Can inspect the columns, number of returns and returns at the top of the GeoDataFrame.\n",
266266
"\n",
267-
"See the [ICESat-2 documentation](http://icesat2sliderule.org/rtd/user_guide/ICESat-2.html#elevations) for descriptions of each column"
267+
"See the [ICESat-2 documentation](https://slideruleearth.io/rtd/user_guide/ICESat-2.html#elevations) for descriptions of each column"
268268
]
269269
},
270270
{

examples/boulder_watershed_demo.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"outputs": [],
4545
"source": [
4646
"# Configure ICESat-2 API\n",
47-
"icesat2.init(\"icesat2sliderule.org\", False)\n",
47+
"icesat2.init(\"slideruleearth.io\", False)\n",
4848
"# Configure Region of Interest\n",
4949
"region = [ {\"lon\":-105.82971551223244, \"lat\": 39.81983728534918},\n",
5050
" {\"lon\":-105.30742121965137, \"lat\": 39.81983728534918},\n",

examples/cmr_debug_regions.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"outputs": [],
6060
"source": [
6161
"# Configure ICESat-2 API\n",
62-
"icesat2.init(\"icesat2sliderule.org\", loglevel=logging.WARNING)\n",
62+
"icesat2.init(\"slideruleearth.io\", loglevel=logging.WARNING)\n",
6363
"icesat2.get_version()\n",
6464
"\n",
6565
"# dropdown menu for ICESat-2 product\n",

examples/grand_mesa_demo.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"outputs": [],
5555
"source": [
5656
"# Configure ICESat-2 API\n",
57-
"icesat2.init(\"icesat2sliderule.org\", verbose=False)"
57+
"icesat2.init(\"slideruleearth.io\", verbose=False)"
5858
]
5959
},
6060
{

examples/single_track_demo.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"outputs": [],
4444
"source": [
4545
"# Configure Session #\n",
46-
"icesat2.init(\"icesat2sliderule.org\", True)\n",
46+
"icesat2.init(\"slideruleearth.io\", True)\n",
4747
"asset = 'nsidc-s3'"
4848
]
4949
},

examples/voila_demo.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"\n",
2323
"#### SlideRule is an on-demand science data processing service that runs in the cloud and responds to REST API calls to process and return science results.\n",
2424
"\n",
25-
"This web page demonstrates a simple use of SlideRule to return elevations within a small region of interest using processing parameters specified at the time of the request. The web page is implemented inside a Jupyter Notebook using SlideRule's Python client, and is statically served using Voila. For more information on SlideRule, and how to install and use it for your own analysis applications, please see our website at [icesat2sliderule.org](http://icesat2sliderule.org).\n",
25+
"This web page demonstrates a simple use of SlideRule to return elevations within a small region of interest using processing parameters specified at the time of the request. The web page is implemented inside a Jupyter Notebook using SlideRule's Python client, and is statically served using Voila. For more information on SlideRule, and how to install and use it for your own analysis applications, please see our website at [slideruleearth.io](https://slideruleearth.io).\n",
2626
"\n",
2727
"| Step 1 | Step 2 | Step 3 | Step 4 | Step 5 |\n",
2828
"|--------|--------|--------|--------|--------|\n",
@@ -45,7 +45,7 @@
4545
}
4646
},
4747
"source": [
48-
"## Gridded Elevations ([atl06p](http://icesat2sliderule.org/rtd/api_reference/icesat2.html#atl06p))"
48+
"## Gridded Elevations ([atl06p](https://slideruleearth.io/rtd/api_reference/icesat2.html#atl06p))"
4949
]
5050
},
5151
{
@@ -375,7 +375,7 @@
375375
}
376376
},
377377
"source": [
378-
"## Photon Cloud ([atl03sp](http://icesat2sliderule.org/rtd/api_reference/icesat2.html#atl03spElevations))"
378+
"## Photon Cloud ([atl03sp](https://slideruleearth.io/rtd/api_reference/icesat2.html#atl03spElevations))"
379379
]
380380
},
381381
{

sliderule/icesat2.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -683,7 +683,7 @@ def atl06p(parm, asset=DEFAULT_ASSET, version=DEFAULT_ICESAT2_SDP_VERSION, callb
683683
Examples
684684
--------
685685
>>> from sliderule import icesat2
686-
>>> icesat2.init("icesat2sliderule.org", True)
686+
>>> icesat2.init("slideruleearth.io", True)
687687
>>> parms = { "cnf": 4, "ats": 20.0, "cnt": 10, "len": 40.0, "res": 20.0, "maxi": 1 }
688688
>>> resources = ["ATL03_20181019065445_03150111_003_01.h5"]
689689
>>> atl03_asset = "atlas-local"
@@ -1063,7 +1063,7 @@ def toregion(source, tolerance=0.0, cellsize=0.01, n_clusters=1):
10631063
>>> region_filename = sys.argv[1]
10641064
>>> region = icesat2.toregion(region_filename)
10651065
>>> # Configure SlideRule #
1066-
>>> icesat2.init("icesat2sliderule.org", False)
1066+
>>> icesat2.init("slideruleearth.io", False)
10671067
>>> # Build ATL06 Request #
10681068
>>> parms = {
10691069
... "poly": region["poly"],

0 commit comments

Comments
 (0)