here-cli icon indicating copy to clipboard operation
here-cli copied to clipboard

A command-line interface to work with HERE XYZ Hub and other HERE APIs

Results 74 here-cli issues
Sort by recently updated
recently updated
newest added

`join` currently expects a space ID that contains the geometries to be joined to a csv data table via virtual spaces -- it generates a space ID for the csv...

Add h3 hexbins as an option to the command line hexbins, which are currently degree-based. https://github.com/uber/h3-js This would assist the visualization of large, dense datasets where the response time is...

hexbins

in the CLI, select columns/properties with date strings, and convert to unix millisecond timestamps and ISO 8601 strings using a `--date` option. here xyz upload -f file.[csv|geojson] --date start_date,end_date -...

csv
upload

If I have a CSV and want to join its properties to relevant geometries in a space via virtual spaces, it's not always going to have the same feature ID....

enhancement
virtual-spaces
join

Use dot notation to indicate a nested property: here xyz upload spaceID -f my.geojson -p propObjectName.nestedPropName Also enable `upload -a` to inspect and choose nested objects, instead of just showing...

upload

do we want to alert them that the data will be written to the last space in the list which may alter a dataset they don't want to alter? (unless...

virtual-spaces

enable the upload of tab-separated values -- is is often (but not always) indicated by .tsv -- .txt is common as well

upload

- what would the file size limit be? - could we stream it? - ogr2ogr?

shapefiles
upload

- add `--token` support to read from third party spaces - add property search, --search 'p.ZIP=94110', so only the selected points are used in the operation - add the ability...

enhancement
GIS

A spatial search returns raw GeoJSON. While this can be redirected to geojson.tools using `-w`, it would also be useful to store this in a space. We can currently pipe...