You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the IP address or hostname of the SlideRule service (note, there is a special case where the url is provided as a list of strings instead of just a string; when a list is provided, the client hardcodes the set of servers that are used to process requests to the exact set provided; this is used for testing and for local installations and can be ignored by most users)
534
+
the IP address or hostname of the SlideRule service (slidereearth.io by default)
535
535
verbose : bool
536
-
whether or not user level log messages received from SlideRule generate a Python log message (see `sliderule.set_verbose <../user_guide/SlideRule.html#set_verbose>`_)
536
+
whether or not user level log messages received from SlideRule generate a Python log message
537
537
max_resources : int
538
538
the maximum number of resources that are allowed to be processed in a single request
539
539
loglevel : int
@@ -585,7 +585,7 @@ def cmr(**kwargs):
585
585
Parameters
586
586
----------
587
587
polygon: list
588
-
either a single list of longitude,latitude in counter-clockwise order with first and last point matching, defining region of interest (see `polygons <../user_guide/ICESat-2.html#polygons>`_), or a list of such lists when the region includes more than one polygon
588
+
either a single list of longitude,latitude in counter-clockwise order with first and last point matching, defining region of interest (see `polygons </rtd/user_guide/ICESat-2.html#id1>`_), or a list of such lists when the region includes more than one polygon
589
589
time_start: str
590
590
starting time for query in format ``<year>-<month>-<day>T<hour>:<minute>:<second>Z``
data source asset (see `Assets <../user_guide/ICESat-2.html#assets>`_)
1134
+
data source asset (see `Assets </rtd/user_guide/ICESat-2.html#assets>`_)
1116
1135
datatype: int
1117
1136
the type of data the returned dataset list should be in (datasets that are naturally of a different type undergo a best effort conversion to the specified data type before being returned)
whether the request is a **normal** service or a **stream** service (see `De-serialization <./SlideRule.html#de-serialization>`_ for more details)
425
+
whether the request is a **normal** service or a **stream** service (see `De-serialization </rtd/user_guide/SlideRule.html#de-serialization>`_ for more details)
0 commit comments