here-cli
here-cli copied to clipboard
A command-line interface to work with HERE XYZ Hub and other HERE APIs
`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...
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 -...
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....
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...
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...
enable the upload of tab-separated values -- is is often (but not always) indicated by .tsv -- .txt is common as well
- what would the file size limit be? - could we stream it? - ogr2ogr?
- 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...
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...