Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 4.27 KB

CONTRIBUTING.md

File metadata and controls

45 lines (28 loc) · 4.27 KB

Adding Permanent Identifiers to geoconnex.us

The process for adding a PID-URI redirect is generally similar to that used by w3id.org.

There is a strong preference for creating "1:1" redirects. That is, specifying an exact redirect from a geoconnex.us-based PID to the URI of the hydrologic feature you have a web resource about, for each and every individual feature. However, if you need to create PIDs and redirects for a large number of features (>= 300,000), we will require a "regular expression matching redirect". For example, redirecting from https://geoconnex.us/example-namespace/*wildcard-string to https://example.org/features?query=*wildcard-string.

That being said, 1:1 redirects are preferred where possible because they are simpler to resolve and allow you to customize (and change, when needed) your target URI patterns with more specificity. Thus, if you have >=300,000 features, but these features can be split in a consistent way into sub-collections, all of which number <300,000 features (as might be the case for features that can be divided by geography, jurisdiction, theme, or type), then you might consider submitting multiple collections of 1:1 redirects.

Adding 1:1 redirects to geoconnex.us

The preferred way to create the redirects yourself is by following these steps:

  1. Fork the internetofwater/geoconnex.us repository.
  2. Add a directory corresponding to the namespace you want in the namespaces directory. For example 'namespaces/example-namespace/
  3. Add a set of redirects using the csv template or a geoJSON file with the exact same field names as the csv template. You may consider adding multiple separate sets of redirects, as long as each set is comprised of <=300,000
  • The only required fields are "id" (the geoconnex URI you want), "target" (where the URI should redirect to), and "creator" (your email address).
  • Optionally include latitude and longitude, lines, or polygons in a geojson file to refer to resources about places with distinct locations on Earth.
  • Optionally include more complex redirects for content negotiation using the c1_ and c2_ fields.
  1. (Optional but strongly suggested) Add a README.md detailing contact persons and (a subset of) your permanent identifiers in your namespace directory. For an example, see namespaces/example-namespace/README.md
  2. Commit your changes and submit a pull request.
  3. geoconnex.us administrators will review your pull request and merge it if everything looks correct. Once the pull request is merged, the changes go live within (a time period)

Adding regular expression redirects to geoconnex.us

If you have a collection of >300,000 features that cannot be easily and consistently subdivided, please submit a request for a regular expression redirect. To do so, you may create an issue of type "Request regex redirect" and fill out the template.

Adding geospatial reference features to reference.geoconnex.us

https://reference.geoconnex.us is available to host community reference features. See the readme in the reference features repository for more info.

Licensing of geoconnex.us contributions.

The geoconnex.us project intends to be a public-domain registry of feature identifiers and reference information. The infrastructure used to host geoconnex.us is expected to be funded through an evolving funding source but the content of geoconnex.us is to stay dedicated to and owned by the community.

See the license for more information.

CC0