Jon Duckworth
Jon Duckworth
This removes `jshint` and `jscs` as the linters and replaces them with `eslint`. An attempt was made to keep the rules as consistent as possible during the transition. However, there...
Use `babel` to build from source files to take advantage of `async` and `await` functionality in new ES spec.
Update `avn`, `avn-nvm`, and `avn-n` to use eslint for JavaScript linting. References [comment](https://github.com/wbyoung/avn/issues/66#issuecomment-345455416) in #66
The `start_datetime` and `end_datetime` fields in the [Common Metadata spec](https://github.com/radiantearth/stac-spec/blob/master/item-spec/common-metadata.md#date-and-time-range) are required to be currently not allowed to be `null`, which means that there is not a well-defined way of...
Adds tutorials for scalable model training using Radiant MLHub datasets. Also adds `flake8` configuration to avoid [conflict between `black` and `flake8`](https://black.readthedocs.io/en/stable/guides/using_black_with_other_tools.html#configuration).
# Overview Relaxes the `click` requirement from `
Thanks for putting this tool together, it's been very helpful so far! I'm modeling a database that's going to include the PostGIS extension with geometry/geography data types. It looks like...
We are currently building a service based on OGC API - Features with a requirement that Features be immutable once created. In other words, we want to support only the...
It would be good to have some standard issue templates for bug reports and feature requests to help ensure that we get enough information to respond thoroughly. For bug reports...
The Item Assets Definition Extension states: > Other custom fields, or fields from other extensions may also be included in the Asset object. However, there is not currently a Pythonic...