[research] Listing "profile" like mini-standards #859
Unanswered
rufuspollock
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
OMG Standard
Required Location Details
Unique ID - Identifies the location so you can update it later if needed. Example: "26", "342ax", "DJWU-339832-KS"
Name - Descriptive short title of the location/marker. Example: "Assault with a Weapon (2 counts)", "City Cafe - Rating B+", "John Doe Smith - Unregistered"
Address - Street address of the location. Example: "624 West Main St", "Baxter Ave and Cherokee Parkway", "Everett Ave"
City - City name of the location. Example: "Louisville", "Queens", "Fargo"
State - State of the location. Example: "KY", "NY", "CA"
Category ID - ID of the category this belongs to. Categories can be anything, like crime types, permit codes, or grades. This number ID just identifies them for your data. These are defined with the dataset metadata. Example: "1", "7", "23"
Latitude - Latitude coordinate of the location. Example: "37.392984392"
Longitude - Longitude coordinate of the location. Example: "-84.239837184"
Optional Location Details
Description - Detailed HTML description. Example: "Sex: Male‹br/›Race: White‹br/›Details: Suspect attempted to rob victim at gunpoint."
Address 2 - Extra information about the location. Example: "Apt 2", "USA Town Mall", "On the sidewalk"
Zip - Zip code of the location. Example: "40206"
Date - ISO formatted date of the event/review/etc. Example: "2005-09-28"
Time - ISO formatted time of the event/review/etc. Example: "14:59:01"
Full URL - Link to a page on your site with more information. Example: "http://www.mywebsite.com/detailpage/infoonmyplace.htm"
Image Path - Full path to an image on your site. Example: "http://www.mywebsite.com/images/locationimage2918.jpg"
Detail Link - True or false to show if this location links to a dynamic page on your site that uses your Unique ID. Example: "1", "0" for "http://www.mywebsite.com/detailpage/info.asp?id=[Unique ID]"
Details - Extended HTML description of your location for the detail page. This can be very long if needed. Example: "See case 29491-OE for more details..."
Field1, Field2, etc - A custom field for a specific dataset. There can be any number of these, allowing filterable data to be placed here instead of Description. These are defined with the dataset metadata. Example: "Open", "Closed", "Category2"
Beta Was this translation helpful? Give feedback.
All reactions