SOLID WASTE FACILITIES - JANUARY 2018

Metadata:


Identification_Information:
Citation:
Citation_Information:
Originator: Florida Department of Environmental Protection
Publication_Date: 19990630
Title:
SOLID WASTE FACILITIES - JANUARY 2018
Edition: 20071019-1
Geospatial_Data_Presentation_Form: vector digital data
Publication_Information:
Publication_Place: Tallahassee, FL
Publisher: Florida Department of Environmental Protection
Other_Citation_Details:
State of Florida
Online_Linkage: http://geodata.dep.state.fl.us/
Description:
Abstract:
Statewide coverage of Water Assurance Compliance System (WACS) Solid Waste Facilities
Purpose:
To compile facility specific information on Solid Waste Management 
facilities statewide and monitor their potential to impact ground water.
Supplemental_Information:
The Solid Waste Program regulates (permitting, compliance, enforcement) 
the design, construction, operation and maintenance of Solid Waste Facilities. 
It ensures the proper closure and long-term monitoring and maintenance of 
those facilities which have concluded useful production, or which are otherwise 
required by rule to be closed. The program also administers financial responsibility 
requirements designed to guarantee that owners/operators have the financial 
ability to properly close and manage the Solid Waste Facilities
Time_Period_of_Content:
Time_Period_Information:
Range_of_Dates/Times:
Beginning_Date: 19990630
Ending_Date: 20180104
Currentness_Reference:
publication date
Status:
Progress: Complete
Maintenance_and_Update_Frequency: As needed
Spatial_Domain:
Bounding_Coordinates:
West_Bounding_Coordinate: -87.429040
East_Bounding_Coordinate: -79.872251
North_Bounding_Coordinate: 30.983191
South_Bounding_Coordinate: 24.492815
Keywords:
Theme:
Theme_Keyword_Thesaurus: NONE
Theme_Keyword: WACS, Water Quality, Solid Waste, Landfills, Environmental Monitoring and Monitoring
Theme:
Theme_Keyword_Thesaurus: ISO 19115 Topic Category
Theme_Keyword: environment
Place:
Place_Keyword: Florida
Access_Constraints: Please read the Disclaimers and Liability released paragraph included with this document. Please NEVER use any file without first fully reading its metadata file.
Use_Constraints:
The locational data point of each is provided by the responsible party and 
reviewed by the Florida Department of Environmental Protection (FDEP) 
agency staff. FDEP makes no representations of any kind, including, but 
not limited to, the warranties of merchantability or fitness for a particular use, 
nor are any such warranties to be implied with respect to the digital data layers 
furnished hereunder. FDEP assumes no responsibility to maintain them in any 
manner or form. By using data provided herein, the user acknowledges that 
terms and conditions have been read and that the user is bound by these criteria.
Point_of_Contact:
Contact_Information:
Contact_Organization_Primary:
Contact_Organization: Florida Department of Environmental Protection, Division of Waste Management
Contact_Person: Chris Williams
Contact_Position: GIS & ICR Coordinator
Contact_Address:
Address_Type: physical address
Address:
2600 Blairstone Road
City: Tallahassee
State_or_Province: Florida
Postal_Code: 32399-2400
Country: USA
Contact_Voice_Telephone: (850) 245-8758
Contact_Facsimile_Telephone: 850-245-8811
Contact_Electronic_Mail_Address: Christopher.A.Williams@dep.state.fl.us
Hours_of_Service: 9:00 to 18:00
Contact Instructions:
Email is preferred. Please include your name, organization, question or description of data requested, date data is needed, and brief description of how the data will be used.
Data_Set_Credit:
Data was compiled by the Districts and Tallahassee Solid Waste GIS Coordinator
Native_Data_Set_Environment:
Microsoft Windows Vista Version 6.1 (Build 7601) Service Pack 1; ESRI ArcCatalog 9.3.1.4000
Cross_Reference:
Citation_Information:
Originator: FDEP
Publication_Date: 20071019
Title:
DEP.WASTE_FACS_PT_SP_VW
Edition: 20071019-1
Geospatial_Data_Presentation_Form: vector digital data
Other_Citation_Details:
FDEP Solid Waste Info: http://www.dep.state.fl.us/waste/categories/solid_waste/default.htm
Online_Linkage: http://ca.dep.state.fl.us/imf?focus=solidwaste
Back to Top
Data_Quality_Information:
Attribute_Accuracy:
Attribute_Accuracy_Report:
GeoPlan relied on the integrity of the attribute information within
the original data.
Logical_Consistency_Report:
Layer was created in ArcGIS 9.2.
Completeness_Report:
Layer has not been completed
Positional_Accuracy:
Horizontal_Positional_Accuracy:
Horizontal_Positional_Accuracy_Report:
Accuracy of this layer is intend for displaying the general location of these 
facilities. Layer need revision since the Object of Interest Code was added
Vertical_Positional_Accuracy:
Vertical_Positional_Accuracy_Report:
Vertical measurements not included in data set yet.
Lineage:
Source_Information:
Source_Scale_Denominator: Digital Ortho Quads (DOQs) 1 mt resolution.
Type_of_Source_Media: online
Source_Citation_Abbreviation:
FDEP
Source_Contribution:
Spatial and Attribute Information
Process_Step:
Process_Description:
Features were digitized by looking the 1994, 1999 2004 Digital Ortho Quads 
on the screen. The department used flat maps, micro fish, and the application 
to find GIS locations.
Source_Used_Citation_Abbreviation:
FDEP
Process_Date: 2000
Process_Contact:
Contact_Information:
Contact_Organization_Primary:
Contact_Organization: FDEP DWM
Contact_Person: Chris Williams
Contact_Position: GIS Coordinator
Contact_Address:
Address_Type: physical address
Address:
2600 Blairstone Road
City: Tallahassee
State_or_Province: Florida
Postal_Code: 32399-2400
Country: USA
Contact_Voice_Telephone: 850-245-8758
Contact_Facsimile_Telephone: 850-245-8811
Hours_of_Service: 8:00 to 18:00
Contact Instructions:
Please, email it is preferred. Include your name, organization, date data is needed, and brief description of what the data will be used for
Process_Step:
Process_Description:
Layer updated with the revised script as requested by Lee Martin and Casey Taylor:
CREATE OR REPLACE VIEW waste_facs_pt_geometry_vw (
   facility_id,
   facility_name,
   facility_type,
   facility_status,
   status_date,
   object_of_interest,
   class,
   class_status,
   ownership,
   address,
   city,
   zip5,
   zip4,
   district,
   office,
   county_id,
   county,
   proximity_id,
   lat_dd,
   lat_mm,
   lat_ss,
   long_dd,
   long_mm,
   long_ss,
   datum_id,
   coordinate_method_id,
   accuracy_level,
   accuracy,
   qa_status,
   collector_user_name,
   collect_date,
   verifier_user_name,
   verification_date,
   verify_method_id,
   geometry,
   objectid )
AS
SELECT
 wf.wacs_facility_id facility_id,
 wf.name facility_name,
 (select Initcap(description) from wacs.wacs_facility_type_codes
   where wacs_facility_type_id = wf.wftc_wacs_facility_type_id) facility_type,
 (select Initcap(description) from wacs.facility_status_codes
   where facility_STATUS_ID = wf.fsc3_facility_status_id) facility_status,
 wf.facility_status_date,
 
 (Select Initcap(Name) from FDM.object_of_interest_codes
 where object_of_interest_id = gl.oic_object_of_interest_id) object_of_interest,
 
 decode(gl.oic_object_of_interest_id,
 'DISPS',(select description 
 from wacs.facility_class_type_codes, wacs.solid_waste_landfills sl
   where sl.solid_waste_landfill_id = gl.swl_solid_waste_landfill_id 
   and facility_class_type_id = sl.fctc_facility_class_type_id) ,
 'PROCE',(select description 
   from wacs.facility_class_type_codes, wacs.solid_waste_processings sp
   where sp.solid_waste_processing_id = gl.swp_solid_waste_processing_id
   and facility_class_type_id = sp.fctc_facility_class_type_id),null) class_type,
   
 decode(gl.oic_object_of_interest_id,
 'DISPS',(select Initcap(description) 
 from wacs.facility_status_codes, wacs.solid_waste_landfills sl
   where sl.solid_waste_landfill_id = gl.swl_solid_waste_landfill_id
   and facility_status_id = sl.fsc3_facility_status_id),
 'PROCE',(select Initcap(description) 
   from wacs.facility_status_codes, wacs.solid_waste_processings sp
   where sp.solid_waste_processing_id = gl.swp_solid_waste_processing_id
   and facility_status_id = sp.fsc3_facility_status_id),null) class_status,
   
 (select Initcap(description) from wacs.wacs_ownership_type_codes
   where WACS_ownership_type_ID = wf.wotc_wacs_ownership_type_id ) owner_type,
 wf.address,
 Initcap(wf.city),
 wf.zip5,
 wf.zip4,
 wf.dis_district_abbreviation district,
(select Initcap(Name) from fdm.office_codes oc
  where oc.office_id = wf.oc2_office_id
  and oc.ddc_dep_district_id = wf.dis_district_abbreviation),
 wf.cc_county_id county_id,
 (select Initcap(Name) from BIS_LIB.county_codes
  where county_id = wf.cc_county_id),
(select description from fdm.proximity_codes
  where gl.PC2_proximity_id = proximity_id),
gl.lat_dd_nbr,gl.lat_mm_nbr,gl.lat_ss_nbr,gl.long_dd_nbr,gl.long_mm_nbr,gl.long_ss_nbr,
gl.DC4_DATUM_ID,
(select description from fdm.coordinate_method_codes
  where CMC2_COORDINATE_METHOD_ID = COORDINATE_METHOD_ID),
gl.CALC_COORD_ACCURACY_LEVEL_ID,
(select Range_begin||' - '||Range_end||' meters' from BIS_LIB.coordinate_accuracy_codes
  where coordinate_accuracy_id = gl.CALC_COORD_ACCURACY_LEVEL_ID),
Initcap(gl.VSC1_VERIFICATION_STATUS_ID),
/* Fields following this comment will be needed by DQD. */
gl.COLLECTOR_USER_NAME,
gl.COLLECT_DATE,
gl.VERIFIER_USER_NAME,
gl.VERIFICATION_DATE,
gl.CMC2_VERIFIED_COORD_METHOD_ID,
CASE when long_dd_nbr < 78 THEN 
MDSYS.SDO_GEOMETRY(2001, 1000001, MDSYS.SDO_POINT_TYPE(0, 0, NULL), NULL, NULL)
  when long_dd_nbr > 88 THEN 
MDSYS.SDO_GEOMETRY(2001, 1000001, MDSYS.SDO_POINT_TYPE(0, 0, NULL), NULL, NULL)
  when long_dd_nbr is NULL THEN 
MDSYS.SDO_GEOMETRY(2001, 1000001, MDSYS.SDO_POINT_TYPE(0, 0, NULL), NULL, NULL)
  when long_mm_nbr < 0 THEN 
MDSYS.SDO_GEOMETRY(2001, 1000001, MDSYS.SDO_POINT_TYPE(0, 0, NULL), NULL, NULL)
  when long_mm_nbr >= 60 THEN 
MDSYS.SDO_GEOMETRY(2001, 1000001, MDSYS.SDO_POINT_TYPE(0, 0, NULL), NULL, NULL)
  when long_mm_nbr is NULL THEN 
MDSYS.SDO_GEOMETRY(2001, 1000001, MDSYS.SDO_POINT_TYPE(0, 0, NULL), NULL, NULL) 
  when long_ss_nbr < 0 THEN 
MDSYS.SDO_GEOMETRY(2001, 1000001, MDSYS.SDO_POINT_TYPE(0, 0, NULL), NULL, NULL)
  when long_ss_nbr >= 60 THEN 
MDSYS.SDO_GEOMETRY(2001, 1000001, MDSYS.SDO_POINT_TYPE(0, 0, NULL), NULL, NULL)
  when long_ss_nbr is NULL THEN 
MDSYS.SDO_GEOMETRY(2001, 1000001, MDSYS.SDO_POINT_TYPE(0, 0, NULL), NULL, NULL)
  when lat_dd_nbr < 23 THEN 
MDSYS.SDO_GEOMETRY(2001, 1000001, MDSYS.SDO_POINT_TYPE(0, 0, NULL), NULL, NULL)
  when lat_dd_nbr > 32 THEN 
MDSYS.SDO_GEOMETRY(2001, 1000001, MDSYS.SDO_POINT_TYPE(0, 0, NULL), NULL, NULL)
  when lat_dd_nbr is NULL THEN 
MDSYS.SDO_GEOMETRY(2001, 1000001, MDSYS.SDO_POINT_TYPE(0, 0, NULL), NULL, NULL)
  when lat_mm_nbr < 0 THEN 
MDSYS.SDO_GEOMETRY(2001, 1000001, MDSYS.SDO_POINT_TYPE(0, 0, NULL), NULL, NULL)
  when lat_mm_nbr >= 60 THEN 
MDSYS.SDO_GEOMETRY(2001, 1000001, MDSYS.SDO_POINT_TYPE(0, 0, NULL), NULL, NULL)
  when lat_mm_nbr is NULL THEN 
MDSYS.SDO_GEOMETRY(2001, 1000001, MDSYS.SDO_POINT_TYPE(0, 0, NULL), NULL, NULL) 
  when lat_ss_nbr < 0 THEN 
MDSYS.SDO_GEOMETRY(2001, 1000001, MDSYS.SDO_POINT_TYPE(0, 0, NULL), NULL, NULL)
  when lat_ss_nbr >= 60 THEN 
MDSYS.SDO_GEOMETRY(2001, 1000001, MDSYS.SDO_POINT_TYPE(0, 0, NULL), NULL, NULL)
  when lat_ss_nbr is NULL THEN 
MDSYS.SDO_GEOMETRY(2001, 1000001, MDSYS.SDO_POINT_TYPE(0, 0, NULL), NULL, NULL) 
  ELSE
    mdsys.sdo_cs.transform( -- trasnform from lat/long to albers
      mdsys.sdo_geometry ( -- create the lat/long geometry
        2001, -- 2D point feature
        decode(dc4_datum_id, 
          'NAD27', 8260,
          'NAD83', 8265,
          'WGS84', 8307,
          'HARN', 8265,
          NULL, 8265,
          8265), -- cover the datums we are likely to find
        mdsys.sdo_point_type( -- make a point from the lat/long
          ( -(abs(NVL(long_dd_nbr,0)) + (NVL(long_mm_nbr,0)/60)
            + (NVL(long_ss_nbr,0)/3600)) ),
          (abs(NVL(lat_dd_nbr,0)) + (NVL(lat_mm_nbr,0)/60)
            + (NVL(lat_ss_nbr,0)/3600)),
          null),
        null, -- no element info array
        null ), -- no ordinate array
        1000001 ) END geometry, -- transform to the fdep albers srid
  rownum
FROM  wacs.wacs_facilities wf,
 wacs.wacs_geographic_locations gl
WHERE wf.wftc_wacs_facility_type_id in (3)
AND  gl.oic_object_of_interest_id IN ('FACIL' , 'DISPS' , 'PROCE')
AND wf.wacs_facility_id not in 
-- new exclude query per Lee Martin 10-24-11
(
SELECT distinct wf1_wacs_facility_id from wacs.FAC_WASTES_HANDLED fwh
WHERE fwh.WTC_WASTE_TYPE_ID = 161
union
select distinct wf1_wacs_facility_id from wacs.solid_waste_landfills 
where fctc_facility_class_type_id = 530 or fsc3_facility_status_id = 'M'
union
select distinct wf1_wacs_facility_id from wacs.solid_waste_processings
where fctc_facility_class_type_id = 530 or fsc3_facility_status_id = 'M'
)

AND wf.wacs_facility_id = gl.wf1_wacs_facility_id
AND GL.WACS_GEO.SDO_GTYPE IN (2001)
Order by facility_id, facility_status
Source_Used_Citation_Abbreviation:
FDEP
Process_Date: 20121102
Process_Step:
Process_Description:
This dataset was downloaded by the GeoPlan Center on 1/9/2018
from the FDEP website (http://geodata.dep.state.fl.us/).
The data was received as a geodatabase and was in the following projection:
NAD_1983_HARN_Florida_GDL_Albers.

- Added a DESCRIPT field based on CLASS
- Added FGDLAQDATE field based on date downloaded from source
- Upcased all records in the table. 
- Updated metadata ground condition to reflect changes apparent in the data
  as noted in the COLLECT_DA field (1/4/2018)
- Changed name of data set from WASTE_FACS_PT_SP to sldwst_jan18
Source_Used_Citation_Abbreviation:
GeoPlan
Process_Date: 20180116
Process_Step:
Process_Description:
Dataset copied.
Source_Used_Citation_Abbreviation:
Server=wopr.fla-etat.org; Service=5151; User=etat; Version=SDE.DEFAULT
Process_Date: 20180125
Process_Time: 15200800
Back to Top
Spatial_Data_Organization_Information:
Direct_Spatial_Reference_Method: Vector
Point_and_Vector_Object_Information:
SDTS_Terms_Description:
SDTS_Point_and_Vector_Object_Type: Entity point
Point_and_Vector_Object_Count: 10008
Back to Top
Spatial_Reference_Information:
Horizontal_Coordinate_System_Definition:
Planar:
Map_Projection:
Map_Projection_Name: Albers Conical Equal Area
Albers_Conical_Equal_Area:
Standard_Parallel: 24.000000
Standard_Parallel: 31.500000
Longitude_of_Central_Meridian: -84.000000
Latitude_of_Projection_Origin: 24.000000
False_Easting: 400000.000000
False_Northing: 0.000000
Planar_Coordinate_Information:
Planar_Coordinate_Encoding_Method: coordinate pair
Coordinate_Representation:
Abscissa_Resolution: 0.002048
Ordinate_Resolution: 0.002048
Planar_Distance_Units: meters
Geodetic_Model:
Horizontal_Datum_Name: D_North_American_1983_HARN
Ellipsoid_Name: Geodetic Reference System 80
Semi-major_Axis: 6378137.000000
Denominator_of_Flattening_Ratio: 298.257222
Vertical_Coordinate_System_Definition:
Altitude_System_Definition:
Altitude_Resolution: 1.000000
Altitude_Encoding_Method: Explicit elevation coordinate included with horizontal coordinates
Back to Top
Entity_and_Attribute_Information:
Detailed_Description:
Entity_Type:
Entity_Type_Label: SLDWST_JAN18
Entity_Type_Definition:
SLDWST_JAN18.DBF
Entity_Type_Definition_Source:
FDEP
Attribute:
Attribute_Label: OBJECTID
Attribute_Definition:
Internal feature number.
Attribute_Definition_Source:
ESRI
Attribute_Domain_Values:
Unrepresentable_Domain:
Sequential unique whole numbers that are automatically generated.
Attribute:
Attribute_Label: Shape
Attribute_Definition:
Feature geometry.
Attribute_Definition_Source:
ESRI
Attribute_Domain_Values:
Unrepresentable_Domain:
Coordinates defining the features.
Attribute:
Attribute_Label: FACILITY_I
Attribute_Definition:
Facility ID
Attribute:
Attribute_Label: FACILITY_N
Attribute_Definition:
Facility name
Attribute:
Attribute_Label: FACILITY_T
Attribute_Definition:
Facility type
Attribute:
Attribute_Label: FACILITY_S
Attribute_Definition:
Facility status
Attribute:
Attribute_Label: STATUS_DAT
Attribute_Definition:
Date associated with facility status field
Attribute:
Attribute_Label: OBJECT_OF_
Attribute_Definition:
The Object of Interest (the thing regulated, permitted, or tracked).  While the BIS Applications group will maintain the Object of Interest code table, the program area will be responsible for determining the taxonomy of codes needed to support their applications and business decisions.
Attribute:
Attribute_Label: CLASS
Attribute_Definition:
Class or type of site. For example: landfill, tire disposal, yard trash, etc.
Attribute:
Attribute_Label: CLASS_STAT
Attribute_Definition:
Class status
Attribute:
Attribute_Label: OWNERSHIP
Attribute_Definition:
Type of ownership
Attribute:
Attribute_Label: ADDRESS
Attribute_Definition:
Site address
Attribute:
Attribute_Label: CITY
Attribute_Definition:
City where site is located
Attribute:
Attribute_Label: ZIP5
Attribute_Definition:
5-Digit zip
Attribute:
Attribute_Label: ZIP4
Attribute_Definition:
4-Digit zip
Attribute:
Attribute_Label: DISTRICT
Attribute_Definition:
Florida Department of Environmental Protection district where site is located
Attribute_Domain_Values:
Enumerated_Domain:
Enumerated_Domain_Value: CD
Enumerated_Domain_Value_Definition:
Central District
Enumerated_Domain:
Enumerated_Domain_Value: NED
Enumerated_Domain_Value_Definition:
North East District
Enumerated_Domain:
Enumerated_Domain_Value: NWD
Enumerated_Domain_Value_Definition:
North West District
Enumerated_Domain:
Enumerated_Domain_Value: SED
Enumerated_Domain_Value_Definition:
South East District
Enumerated_Domain:
Enumerated_Domain_Value: SWD
Enumerated_Domain_Value_Definition:
South West District
Enumerated_Domain:
Enumerated_Domain_Value: SD
Enumerated_Domain_Value_Definition:
South District
Attribute:
Attribute_Label: OFFICE
Attribute_Definition:
District office
Attribute:
Attribute_Label: COUNTY_ID
Attribute_Definition:
County ID. 1-67
Attribute:
Attribute_Label: COUNTY
Attribute_Definition:
Florida county where site is located
Attribute:
Attribute_Label: PROXIMITY_
Attribute_Definition:
Description of proximity of point to actual feature being represented
Attribute:
Attribute_Label: LAT_DD
Attribute_Definition:
Latitude - Degrees location identifier
Attribute:
Attribute_Label: LAT_MM
Attribute_Definition:
Latitude - Minutes location identifier
Attribute:
Attribute_Label: LAT_SS
Attribute_Definition:
Latitude - Seconds location identifier
Attribute:
Attribute_Label: LONG_DD
Attribute_Definition:
Longitude - Degrees location identifier
Attribute:
Attribute_Label: LONG_MM
Attribute_Definition:
Longitude - Minutes location identifier
Attribute:
Attribute_Label: LONG_SS
Attribute_Definition:
Longitude - Seconds location identifier
Attribute:
Attribute_Label: DATUM_ID
Attribute_Definition:
Datum Identifier
Attribute_Domain_Values:
Enumerated_Domain:
Enumerated_Domain_Value: HPGN
Enumerated_Domain_Value_Definition:
High Precision GIS Network / High Precision Geodetic Reference
Enumerated_Domain:
Enumerated_Domain_Value: NAD27
Enumerated_Domain_Value_Definition:
North American Datum of 1927
Enumerated_Domain:
Enumerated_Domain_Value: NAD83
Enumerated_Domain_Value_Definition:
North American Datum of 1983
Enumerated_Domain:
Enumerated_Domain_Value: WGS84
Enumerated_Domain_Value_Definition:
World Geodetic Survey of 1984
Attribute:
Attribute_Label: COORDINATE
Attribute_Definition:
Method by which coordinates were acquired
Attribute:
Attribute_Label: ACCURACY_L
Attribute_Definition:
Coordinate accuracy level codes
Attribute_Domain_Values:
Enumerated_Domain:
Enumerated_Domain_Value: 1
Enumerated_Domain_Value_Definition:
+/-0.01 meter
Enumerated_Domain:
Enumerated_Domain_Value: 2
Enumerated_Domain_Value_Definition:
0.02 to 1.0 meter
Enumerated_Domain:
Enumerated_Domain_Value: 3
Enumerated_Domain_Value_Definition:
1.1 meter to 10 meters
Enumerated_Domain:
Enumerated_Domain_Value: 4
Enumerated_Domain_Value_Definition:
10 meters to 20 meters
Enumerated_Domain:
Enumerated_Domain_Value: 5
Enumerated_Domain_Value_Definition:
20 meters to 50 meters
Enumerated_Domain:
Enumerated_Domain_Value: 6
Enumerated_Domain_Value_Definition:
> 50 meters
Attribute:
Attribute_Label: ACCURACY
Attribute_Definition:
Accuracy level
Attribute_Domain_Values:
Enumerated_Domain:
Enumerated_Domain_Value: < 0.01 M
Enumerated_Domain_Value_Definition:
CSUR - Cadastral or Land Survey
Enumerated_Domain:
Enumerated_Domain_Value: < 0.1 M
Enumerated_Domain_Value_Definition:
GGPS - Geodetic Quality C/A Code and Carrier Phase GPS
Enumerated_Domain:
Enumerated_Domain_Value: 1-5 M
Enumerated_Domain_Value_Definition:
DGPS - Differentially Corrected C/A Code Phase GPS
Enumerated_Domain:
Enumerated_Domain_Value: 3-7 M
Enumerated_Domain_Value_Definition:
WGPS - C/A Code Phase GPS with Wide-Area Augmentation Service Correction
Enumerated_Domain:
Enumerated_Domain_Value: 5-10 M
Enumerated_Domain_Value_Definition:
DPHO - Digital Aerial Photography
Enumerated_Domain:
Enumerated_Domain_Value: 5-50 M
Enumerated_Domain_Value_Definition:
AGPS - Autonomous C/A Code Phase GPS
Enumerated_Domain:
Enumerated_Domain_Value: 5-100 M
Enumerated_Domain_Value_Definition:
DMAP - Digital Map Interpolation
Enumerated_Domain:
Enumerated_Domain_Value: 20-150 M
Enumerated_Domain_Value_Definition:
CALC - Calculated by GIS Software
Enumerated_Domain:
Enumerated_Domain_Value: 50-150 M
Enumerated_Domain_Value_Definition:
LORN - LORAN-C Navigational Device
Enumerated_Domain:
Enumerated_Domain_Value: 50-150 M
Enumerated_Domain_Value_Definition:
ADDM - Address Matching / Precision Mapping
Enumerated_Domain:
Enumerated_Domain_Value: 50-150 M
Enumerated_Domain_Value_Definition:
MPHO - Manual Aerial Photography With Ground Control
Enumerated_Domain:
Enumerated_Domain_Value: > 150 M
Enumerated_Domain_Value_Definition:
MMAP Manual Map Interpolation
Enumerated_Domain:
Enumerated_Domain_Value: > 150 M
Enumerated_Domain_Value_Definition:
SATI - Satellite Imagery
Enumerated_Domain:
Enumerated_Domain_Value: < 1 Km
Enumerated_Domain_Value_Definition:
ZIP2 - ZIP Code + 2 Segment Centroid
Enumerated_Domain:
Enumerated_Domain_Value: < 0.5 Km4
Enumerated_Domain_Value_Definition:
ZIP4 - ZIP Code +4 Segment Centroid
Enumerated_Domain:
Enumerated_Domain_Value: < 2 Km4
Enumerated_Domain_Value_Definition:
ZIPC - ZIP Code Centroid
Enumerated_Domain:
Enumerated_Domain_Value: N/A
Enumerated_Domain_Value_Definition:
Other or unknown
Attribute:
Attribute_Label: QA_STATUS
Attribute_Definition:
Reviewing status
Attribute:
Attribute_Label: COLLECTOR_
Attribute_Definition:
The name of the person taking the measurement
Attribute:
Attribute_Label: COLLECT_DA
Attribute_Definition:
The date and time on which the measurement was taken
Attribute:
Attribute_Label: VERIFIER_U
Attribute_Definition:
Person or FDEP program verifying info
Attribute:
Attribute_Label: VERIFICATI
Attribute_Definition:
Date of verification
Attribute:
Attribute_Label: VERIFY_MET
Attribute_Definition:
Method of verification
Attribute_Domain_Values:
Enumerated_Domain:
Enumerated_Domain_Value: DPHO
Enumerated_Domain_Value_Definition:
Digital Aerial Photography With Ground Control
Attribute:
Attribute_Label: DOCUMENTS
Attribute_Definition:
Links to documents in the DepNexus repository
Attribute:
Attribute_Label: REPORTS
Attribute_Definition:
Link to facility reports
Attribute:
Attribute_Label: DESCRIPT
Attribute_Definition:
FGDL added field based on CLASS
Attribute_Definition_Source:
GeoPlan
Attribute:
Attribute_Label: FGDLAQDATE
Attribute_Definition:
FGDL added field based on date downloaded from source
Attribute_Definition_Source:
GeoPlan
Attribute:
Attribute_Label: AUTOID
Attribute_Definition:
Unique ID added by GeoPlan
Attribute_Definition_Source:
GeoPlan
Overview_Description:
Back to Top
Distribution_Information:
Distributor:
Contact_Information:
Contact_Organization_Primary:
Contact_Organization: Florida Geographic Data Library (FGDL)
Contact_Address:
Address_Type: mailing address
Address:
431 Architecture PO Box 115706
City: Gainesville
State_or_Province: Florida
Postal_Code: 32611-5706
Country: United States
Contact_Electronic_Mail_Address: Web site: http://www.fgdl.org
Contact_Electronic_Mail_Address: Technical Support: http://www.fgdl.org/fgdlfeed.html
Contact_Electronic_Mail_Address: For FGDL Software: http://www.fgdl.org/software.html
Contact_Electronic_Mail_Address: FGDL Frequently Asked Questions: http://www.fgdl.org/fgdlfaq.html
Contact_Electronic_Mail_Address: Mailing list for FGDL: http://www.fgdl.org/fgdl-l.html
Resource_Description: DOWNLOADABLE DATA
Distribution_Liability:
The Florida Geographic Data Library is a collection of Geospatial Data
compiled by the University of Florida GeoPlan Center with support from
the Florida Department of Transportation. GIS data available in FGDL is
collected from various state, federal, and other agencies (data sources)
who are data stewards, producers, or publishers. The data available in
FGDL may not be the most current version of the data offered by the
data source. University of Florida GeoPlan Center makes no guarantees
about the currentness of the data and suggests that data users check
with the data source to see if more recent versions of the data exist.

Furthermore, the GIS data available in the FGDL are provided 'as is'.
The University of Florida GeoPlan Center makes no warranties, guaranties
or representations as to the truth, accuracy or completeness of the data
provided by the data sources. The University of Florida GeoPlan Center
makes no representations or warranties about the quality or suitability
of the materials, either expressly or implied, including but not limited
to any implied warranties of merchantability, fitness for a particular
purpose, or non-infringement. The University of Florida GeoPlan Center
shall not be liable for any damages suffered as a result of using,
modifying, contributing or distributing the materials.

A note about data scale: 

Scale is an important factor in data usage.  Certain scale datasets
are not suitable for some project, analysis, or modeling purposes.
Please be sure you are using the best available data. 

1:24000 scale datasets are recommended for projects that are at the
county level.
1:24000 data should NOT be used for high accuracy base mapping such
as property parcel boundaries.
1:100000 scale datasets are recommended for projects that are at the
multi-county or regional level.
1:125000 scale datasets are recommended for projects that are at the
regional or state level or larger.

Vector datasets with no defined scale or accuracy should be
considered suspect. Make sure you are familiar with your data
before using it for projects or analysis. Every effort has been
made to supply the user with data documentation. For additional
information, see the References section and the Data Source Contact
section of this documentation. For more information regarding
scale and accuracy, see our webpage at:
http://geoplan.ufl.edu/education.html
Standard_Order_Process:
Digital_Form:
Digital_Transfer_Information:
Format_Name: Zip File
Format_Information_Content:
http://ca.dep.state.fl.us/imf?focus=solidwaste
Transfer_Size: 286KB
Technical_Prerequisites:
This data is intended for use with a Geographic Information Systems or Remote Sensing software package.
Back to Top
Metadata_Reference_Information:
Metadata_Date: 20180125
Metadata_Contact:
Contact_Information:
Contact_Organization_Primary:
Contact_Organization: Florida Department of Environmental Protection (FDEP) OTIS/GIS Section
Contact_Person: Chris Williams
Contact_Position: GIS & ICR Coordinator
Contact_Address:
Address_Type: physical address
Address:
2600 Blairstone Road
City: Tallahassee
State_or_Province: Florida
Postal_Code: 32399-2400
Country: USA
Contact_Voice_Telephone: (850) 245-8758
Contact_Facsimile_Telephone: 850-245-8811
Contact_Electronic_Mail_Address: GIS.Librarian@dep.state.fl.us
Hours_of_Service: 9:00 to 18:00
Contact Instructions:
Email is preferred. Please include your name, organization, question or description of data requested, date data is needed, and brief description of how the data will be used.
Metadata_Standard_Name: FGDC Content Standards for Digital Geospatial Metadata
Metadata_Standard_Version: FGDC-STD-001-1998
Metadata_Time_Convention: local time
Metadata_Access_Constraints: None
Metadata_Use_Constraints:
None
Metadata_Extensions:
Online_Linkage: http://www.esri.com/metadata/esriprof80.html
Profile_Name: ESRI Metadata Profile
Back to Top