Skip to content

Commit

Permalink
Update data-flow.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MathewBiddle authored Sep 16, 2024
1 parent 9e6abb8 commit a33383d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _docs/data-flow.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ Time](https://coastwatch.pfeg.noaa.gov/erddap/convert/time.html#erddap) for more
`time`. For example, in your source file the coumn `time` has a value of `2020-01-01`, but you don't want that
interpreted by ERDDAP. Then, set the `destinationName` to `time2` and ERDDAP will treat the field as a string.
* *Caution* - If you do not have an assigned `time` variable in a dataset, some of the access formats might not be
available (eg. .esricsv, .odvtxt).
available (e.g. .esricsv, .odvtxt). But, data will still be available in non geospatial formats (e.g. csv, .nc)
* Latitude/Longitude - Similar to date/time above, it is not a requirement to have latitude/longitude variables. However,
the dataset will have a limited amount of access formats.
* *Trick* - ERDDAP now has the capability to create derived variables from existing fields (since v2.10). See the
Expand Down

0 comments on commit a33383d

Please sign in to comment.