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
CMR-7333 - support for DMR++ and DMR++ MISSING DATA URLs in UMM-G
* while testing, the revision_format_map.clj test was failing, it apparently is not stable for local builds. This change will more consistenly pass
* updating some comments to make it clear which document type the function is used for
* adding two enums to related URL for granules
* CMR-7333 - API documentation cleanup to render properly in markdown editors
Internally a WGS 84 Coordinate Reference System (CRS) is used. The system will attempt to transform shapefile geometry that uses a different CRS, but this is not guaranteed to work and the request will be rejected if a suitable transformation is not found.
1848
1849
@@ -1853,7 +1854,7 @@ Shapefiles are limited to 5000 points by default. A user using a shapefile with
Note that the simplification process attempts to preserve topology, i.e., the relationship between polygon outer boundaries and holes. The process uses the [Douglas-Peucker algorithm](https://en.wikipedia.org/wiki/Ramer%E2%80%93Douglas%E2%80%93Peucker_algorithm) and as such may result in geometries with less coverage than the original shapefile and potentially a loss of matching results.
1859
1860
@@ -2106,15 +2107,15 @@ The parameters used for searching granules by spatial are the same as the spatia
2106
2107
2107
2108
As with collections, a shapefile can be uploaded to find granules that overlap the shapefile's geometry. See [Find collections by shapefile](#c-shapefile) for more details.
**NOTE**: This is an experimental feature and may not be enabled in all environments.
2112
2113
2113
2114
#### <aname="g-shapefile-simplification"></a> Simplifying shapefiles during granule search
2114
2115
2115
2116
As with collections, an uplodaed shapefile can be simplified by setting the `simplfiy-shapefile` parameter to `true`. See [Simplifying shapefiles during collection search](#c-shapefile-simplification) for more details.
#### <aname="g-orbit-number"></a> Find granules by orbit number
2120
2121
@@ -2169,7 +2170,7 @@ Find granules which have revision date within the ranges of datetimes. The datet
2169
2170
2170
2171
Find granules which were created within the ranges of datetimes. The datetime has to be in yyyy-MM-ddTHH:mm:ssZ format. The default is inclusive on the range boundaries.
The humanizers report provides a list of fields that have been humanized in CSV format. The report format is: provider, concept id, product short name, product version, original field value, humanized field value.
2988
2989
2989
-
```
2990
-
curl "%CMR-ENDPOINT%/humanizers/report"
2991
-
```
2990
+
curl "%CMR-ENDPOINT%/humanizers/report"
2992
2991
2993
2992
Note that this report is currently generated every 24 hours with the expectation that this more than satisfies weekly usage needs.
2994
2993
@@ -3567,7 +3566,10 @@ These parameters will match fields within a variable. They are case insensitive
3567
3566
* options: ignore_case, or
3568
3567
measurement_identifiers parameter is a nested parameter with subfields: contextmedium, object and quantity. Multiple measurement_identifiers can be specified via different indexes to search variables. The following example searches for variables that have at least one measurement_identifier with contextmedium of Med1, object of Object1 and quantity of Q1, and another measurement_identifier with contextmedium of Med2 and object of Obj2.
The multiple measurement_identifiers are ANDed by default. User can specify `options[measurement-identifiers][or]=true` to make the measurement_identifiers ORed together.
3573
3575
@@ -3603,6 +3605,7 @@ The `references` field may contain multiple `reference` entries, each consisting
3603
3605
| revision-id | the internal CMR version number for the result |
The UMM JSON response contains meta-metadata of the variable, the UMM fields and the associations field if applicable. The associations field only applies when there are collections associated with the variable and will list the collections that are associated with the variable.
0 commit comments