records

records

Active filters Clear all

No active filters

Filters

Jersey City Parcels

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Geo Point
               

No description available for this field.

Name (identifier)
geo_point_2d
Type
geo point
Sample
                       
Geo Shape
               

No description available for this field.

Name (identifier)
geo_shape
Type
geo shape
Sample
                       
MUN
               

No description available for this field.

Name (identifier)
mun
Type
text
Sample
                       
SSN
               

No description available for this field.

Name (identifier)
ssn
Type
text
Sample
                       
BLOCK
               

No description available for this field.

Name (identifier)
block
Type
text
Sample
                       
LOT
               

No description available for this field.

Name (identifier)
lot
Type
text
Sample
                       
MACRES
               

No description available for this field.

Name (identifier)
macres
Type
text
Sample
                       
QUAL
               

No description available for this field.

Name (identifier)
qual
Type
text
Sample
                       
CACRES
               

No description available for this field.

Name (identifier)
cacres
Type
decimal
Sample
                       
MAPSHTNO
               

No description available for this field.

Name (identifier)
mapshtno
Type
text
Sample
                       
IMAGEFILE
               

No description available for this field.

Name (identifier)
imagefile
Type
text
Sample
                       
PCODE
               

No description available for this field.

Name (identifier)
pcode
Type
text
Sample
                       
NOTES
               

No description available for this field.

Name (identifier)
notes
Type
text
Sample
                       
MCODE
               

No description available for this field.

Name (identifier)
mcode
Type
text
Sample
                       
HBLOCK
               

No description available for this field.

Name (identifier)
hblock
Type
text
Sample
                       
HLOT
               

No description available for this field.

Name (identifier)
hlot
Type
text
Sample
                       
OBLOCK
               

No description available for this field.

Name (identifier)
oblock
Type
text
Sample
                       
OLOT
               

No description available for this field.

Name (identifier)
olot
Type
text
Sample
                       
DATASOURCE
               

No description available for this field.

Name (identifier)
datasource
Type
text
Sample
                       
SOURCEDATE
               

No description available for this field.

Name (identifier)
sourcedate
Type
datetime
Sample
                       
X_UID
               

No description available for this field.

Name (identifier)
x_uid
Type
text
Sample
                       
STATUS
               

No description available for this field.

Name (identifier)
status
Type
text
Sample
                       
EXEMPT1
               

No description available for this field.

Name (identifier)
exempt1
Type
text
Sample
                       
EXEMPT2
               

No description available for this field.

Name (identifier)
exempt2
Type
text
Sample
                       
OTHER1
               

No description available for this field.

Name (identifier)
other1
Type
text
Sample
                       
OTHER2
               

No description available for this field.

Name (identifier)
other2
Type
text
Sample
                       
OTHER3
               

No description available for this field.

Name (identifier)
other3
Type
text
Sample
                       
WO
               

No description available for this field.

Name (identifier)
wo
Type
text
Sample
                       
UNIQUEID
               

No description available for this field.

Name (identifier)
uniqueid
Type
text
Sample
                       
PAMS_PIN
               

No description available for this field.

Name (identifier)
pams_pin
Type
text
Sample
                       
HADD
               

No description available for this field.

Name (identifier)
hadd
Type
text
Sample
                       
HNUM
               

No description available for this field.

Name (identifier)
hnum
Type
text
Sample
                       
Shape_Leng
               

No description available for this field.

Name (identifier)
shape_leng
Type
decimal
Sample
                       
Shape_Area
               

No description available for this field.

Name (identifier)
shape_area
Type
decimal
Sample
                       
LinkingID
               

No description available for this field.

Name (identifier)
linkingid
Type
decimal
Sample
                       
rValue
               

No description available for this field.

Name (identifier)
rvalue
Type
text
Sample
                       

JSON Schema

The following JSON object is a standardized description of your dataset's schema. More about JSON schema.

{
  • "title":"jersey-city-parcels",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/jersey-city-parcels"
      }
    ]
    ,
  • "definitions":
    {
    • "jersey-city-parcels":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/jersey-city-parcels_records"
            }
          }
        }
      }
      ,
    • "geoJSON":
      {
      • "title":"Geo JSON object",
      • "description":"Schema for a Geo JSON object",
      • "type":"object",
      • "required":
        [
        • "type"
        ]
        ,
      • "properties":
        {
        • "crs":
          {
          • "$ref":"#/definitions/crs"
          }
          ,
        • "bbox":
          {
          • "$ref":"#/definitions/bbox"
          }
        }
        ,
      • "oneOf":
        [
        • {
          • "$ref":"#/definitions/geometry"
          }
          ,
        • {
          • "$ref":"#/definitions/geometryCollection"
          }
          ,
        • {
          • "$ref":"#/definitions/feature"
          }
          ,
        • {
          • "$ref":"#/definitions/featureCollection"
          }
        ]
      }
      ,
    • "bbox":
      {
      • "description":"A bounding box as defined by GeoJSON",
      • "type":"array",
      • "items":
        {
        • "type":"number"
        }
      }
      ,
    • "crs":
      {
      • "title":"crs",
      • "description":"a Coordinate Reference System object",
      • "type":
        [
        • "object",
        • "null"
        ]
        ,
      • "required":
        [
        • "type",
        • "properties"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "type":"string"
          }
          ,
        • "properties":
          {
          • "type":"object"
          }
        }
        ,
      • "additionalProperties":false,
      • "oneOf":
        [
        • {
          • "$ref":"#/definitions/namedCrs"
          }
          ,
        • {
          • "$ref":"#/definitions/linkedCrs"
          }
        ]
      }
      ,
    • "namedCrs":
      {
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "name"
            ]
          }
          ,
        • "properties":
          {
          • "required":
            [
            • "name"
            ]
            ,
          • "additionalProperties":false,
          • "properties":
            {
            • "name":
              {
              • "type":"string"
              }
            }
          }
        }
      }
      ,
    • "linkedObject":
      {
      • "type":"object",
      • "required":
        [
        • "href"
        ]
        ,
      • "properties":
        {
        • "href":
          {
          • "type":"string",
          • "format":"uri"
          }
          ,
        • "type":
          {
          • "type":"string",
          • "description":"Suggested values: proj4, ogjwkt, esriwkt"
          }
        }
      }
      ,
    • "linkedCrs":
      {
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "link"
            ]
          }
          ,
        • "properties":
          {
          • "$ref":"#/definitions/linkedObject"
          }
        }
      }
      ,
    • "geometryCollection":
      {
      • "title":"GeometryCollection",
      • "description":"A collection of geometry objects",
      • "required":
        [
        • "geometries"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "GeometryCollection"
            ]
          }
          ,
        • "geometries":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"http://json-schema.org/geojson/geometry.json#"
            }
          }
        }
      }
      ,
    • "feature":
      {
      • "title":"Feature",
      • "description":"A Geo JSON feature object",
      • "required":
        [
        • "geometry",
        • "properties"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "Feature"
            ]
          }
          ,
        • "geometry":
          {
          • "oneOf":
            [
            • {
              • "type":"null"
              }
              ,
            • {
              • "$ref":"#/definitions/geometry"
              }
            ]
          }
          ,
        • "properties":
          {
          • "type":
            [
            • "object",
            • "null"
            ]
          }
          ,
        • "id":
          {
            }
          }
        }
        ,
      • "featureCollection":
        {
        • "title":"FeatureCollection",
        • "description":"A Geo JSON feature collection",
        • "required":
          [
          • "features"
          ]
          ,
        • "properties":
          {
          • "type":
            {
            • "enum":
              [
              • "FeatureCollection"
              ]
            }
            ,
          • "features":
            {
            • "type":"array",
            • "items":
              {
              • "$ref":"#/definitions/feature"
              }
            }
          }
        }
        ,
      • "geometry":
        {
        • "title":"geometry",
        • "description":"One geometry as defined by GeoJSON",
        • "type":"object",
        • "required":
          [
          • "type",
          • "coordinates"
          ]
          ,
        • "oneOf":
          [
          • {
            • "title":"Point",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "Point"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/position"
                }
              }
            }
            ,
          • {
            • "title":"MultiPoint",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiPoint"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/positionArray"
                }
              }
            }
            ,
          • {
            • "title":"LineString",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "LineString"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/lineString"
                }
              }
            }
            ,
          • {
            • "title":"MultiLineString",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiLineString"
                  ]
                }
                ,
              • "coordinates":
                {
                • "type":"array",
                • "items":
                  {
                  • "$ref":"#/definitions/lineString"
                  }
                }
              }
            }
            ,
          • {
            • "title":"Polygon",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "Polygon"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/polygon"
                }
              }
            }
            ,
          • {
            • "title":"MultiPolygon",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiPolygon"
                  ]
                }
                ,
              • "coordinates":
                {
                • "type":"array",
                • "items":
                  {
                  • "$ref":"#/definitions/polygon"
                  }
                }
              }
            }
          ]
          ,
        • "position":
          {
          • "description":"A single position",
          • "type":"array",
          • "minItems":2,
          • "items":
            [
            • {
              • "type":"number"
              }
              ,
            • {
              • "type":"number"
              }
            ]
            ,
          • "additionalItems":false
          }
          ,
        • "positionArray":
          {
          • "description":"An array of positions",
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/position"
            }
          }
          ,
        • "lineString":
          {
          • "description":"An array of two or more positions",
          • "allOf":
            [
            • {
              • "$ref":"#/definitions/positionArray"
              }
              ,
            • {
              • "minItems":2
              }
            ]
          }
          ,
        • "linearRing":
          {
          • "description":"An array of four positions where the first equals the last",
          • "allOf":
            [
            • {
              • "$ref":"#/definitions/positionArray"
              }
              ,
            • {
              • "minItems":4
              }
            ]
          }
          ,
        • "polygon":
          {
          • "description":"An array of linear rings",
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/linearRing"
            }
          }
        }
        ,
      • "jersey-city-parcels_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "geo_point_2d":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"Geo Point",
                • "description":""
                }
                ,
              • "geo_shape":
                {
                • "type":"object",
                • "oneOf":
                  [
                  • {
                    • "$ref":"#/definitions/geometry"
                    }
                  ]
                  ,
                • "title":"Geo Shape",
                • "description":""
                }
                ,
              • "mun":
                {
                • "type":"string",
                • "title":"MUN",
                • "description":""
                }
                ,
              • "ssn":
                {
                • "type":"string",
                • "title":"SSN",
                • "description":""
                }
                ,
              • "block":
                {
                • "type":"string",
                • "title":"BLOCK",
                • "description":""
                }
                ,
              • "lot":
                {
                • "type":"string",
                • "title":"LOT",
                • "description":""
                }
                ,
              • "macres":
                {
                • "type":"string",
                • "title":"MACRES",
                • "description":""
                }
                ,
              • "qual":
                {
                • "type":"string",
                • "title":"QUAL",
                • "description":""
                }
                ,
              • "cacres":
                {
                • "type":"number",
                • "title":"CACRES",
                • "description":""
                }
                ,
              • "mapshtno":
                {
                • "type":"string",
                • "title":"MAPSHTNO",
                • "description":""
                }
                ,
              • "imagefile":
                {
                • "type":"string",
                • "title":"IMAGEFILE",
                • "description":""
                }
                ,
              • "pcode":
                {
                • "type":"string",
                • "title":"PCODE",
                • "description":""
                }
                ,
              • "notes":
                {
                • "type":"string",
                • "title":"NOTES",
                • "description":""
                }
                ,
              • "mcode":
                {
                • "type":"string",
                • "title":"MCODE",
                • "description":""
                }
                ,
              • "hblock":
                {
                • "type":"string",
                • "title":"HBLOCK",
                • "description":""
                }
                ,
              • "hlot":
                {
                • "type":"string",
                • "title":"HLOT",
                • "description":""
                }
                ,
              • "oblock":
                {
                • "type":"string",
                • "title":"OBLOCK",
                • "description":""
                }
                ,
              • "olot":
                {
                • "type":"string",
                • "title":"OLOT",
                • "description":""
                }
                ,
              • "datasource":
                {
                • "type":"string",
                • "title":"DATASOURCE",
                • "description":""
                }
                ,
              • "sourcedate":
                {
                • "type":"string",
                • "format":"date-time",
                • "title":"SOURCEDATE",
                • "description":""
                }
                ,
              • "x_uid":
                {
                • "type":"string",
                • "title":"X_UID",
                • "description":""
                }
                ,
              • "status":
                {
                • "type":"string",
                • "title":"STATUS",
                • "description":""
                }
                ,
              • "exempt1":
                {
                • "type":"string",
                • "title":"EXEMPT1",
                • "description":""
                }
                ,
              • "exempt2":
                {
                • "type":"string",
                • "title":"EXEMPT2",
                • "description":""
                }
                ,
              • "other1":
                {
                • "type":"string",
                • "title":"OTHER1",
                • "description":""
                }
                ,
              • "other2":
                {
                • "type":"string",
                • "title":"OTHER2",
                • "description":""
                }
                ,
              • "other3":
                {
                • "type":"string",
                • "title":"OTHER3",
                • "description":""
                }
                ,
              • "wo":
                {
                • "type":"string",
                • "title":"WO",
                • "description":""
                }
                ,
              • "uniqueid":
                {
                • "type":"string",
                • "title":"UNIQUEID",
                • "description":""
                }
                ,
              • "pams_pin":
                {
                • "type":"string",
                • "title":"PAMS_PIN",
                • "description":""
                }
                ,
              • "hadd":
                {
                • "type":"string",
                • "title":"HADD",
                • "description":""
                }
                ,
              • "hnum":
                {
                • "type":"string",
                • "title":"HNUM",
                • "description":""
                }
                ,
              • "shape_leng":
                {
                • "type":"number",
                • "title":"Shape_Leng",
                • "description":""
                }
                ,
              • "shape_area":
                {
                • "type":"number",
                • "title":"Shape_Area",
                • "description":""
                }
                ,
              • "linkingid":
                {
                • "type":"number",
                • "title":"LinkingID",
                • "description":""
                }
                ,
              • "rvalue":
                {
                • "type":"string",
                • "title":"rValue",
                • "description":""
                }
              }
            }
          }
        }
      }
    }

    Similar datasets