Add deployment pipeline and clean up repo
- Add Dockerfile, docker-compose.yml, .dockerignore, .env (port 3842) - Add Caddyfile.snippet for analytics gateway import pattern - Add .gitea/workflows/deploy.yaml for act_runner SSH deploy - Untrack sensitive/data files (SCPA xlsx, owners.rds) - Add renv lockfile and infrastructure files - Reorganize data-raw scripts and add SarasotaCounty boundary data - Move www assets to www/images/, add docs PDFs
This commit is contained in:
@@ -0,0 +1 @@
|
||||
UTF-8
|
||||
BIN
data-raw/SarasotaCountyBoundary/SarasotaCountyBoundary.dbf
Normal file
BIN
data-raw/SarasotaCountyBoundary/SarasotaCountyBoundary.dbf
Normal file
Binary file not shown.
@@ -0,0 +1 @@
|
||||
PROJCS["NAD_1983_HARN_StatePlane_Florida_West_FIPS_0902_Feet",GEOGCS["GCS_North_American_1983_HARN",DATUM["D_North_American_1983_HARN",SPHEROID["GRS_1980",6378137.0,298.257222101]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]],PROJECTION["Transverse_Mercator"],PARAMETER["False_Easting",656166.667],PARAMETER["False_Northing",0.0],PARAMETER["Central_Meridian",-82.0],PARAMETER["Scale_Factor",0.999941177],PARAMETER["Latitude_Of_Origin",24.3333333333333],UNIT["US survey foot",0.304800609601219]]
|
||||
BIN
data-raw/SarasotaCountyBoundary/SarasotaCountyBoundary.shp
Normal file
BIN
data-raw/SarasotaCountyBoundary/SarasotaCountyBoundary.shp
Normal file
Binary file not shown.
BIN
data-raw/SarasotaCountyBoundary/SarasotaCountyBoundary.shx
Normal file
BIN
data-raw/SarasotaCountyBoundary/SarasotaCountyBoundary.shx
Normal file
Binary file not shown.
71
data-raw/SarasotaCountyBoundary/SarasotaCountyBoundary.xml
Normal file
71
data-raw/SarasotaCountyBoundary/SarasotaCountyBoundary.xml
Normal file
@@ -0,0 +1,71 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?><MD_Metadata xmlns:gts="http://www.isotc211.org/2005/gts" xmlns:gco="http://www.isotc211.org/2005/gco" xmlns:xalan="http://xml.apache.org/xalan" xmlns:srv="http://www.isotc211.org/2005/srv" xmlns:gmx="http://www.isotc211.org/2005/gmx" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:gml="http://www.opengis.net/gml" xmlns="http://www.isotc211.org/2005/gmd">
|
||||
<characterSet>
|
||||
<MD_CharacterSetCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_CharacterSetCode" codeListValue="utf8" codeSpace="ISOTC211/19115">utf8</MD_CharacterSetCode>
|
||||
</characterSet>
|
||||
<hierarchyLevel>
|
||||
<MD_ScopeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_ScopeCode" codeListValue="dataset" codeSpace="ISOTC211/19115">dataset</MD_ScopeCode>
|
||||
</hierarchyLevel>
|
||||
<hierarchyLevelName>
|
||||
<gco:CharacterString>dataset</gco:CharacterString>
|
||||
</hierarchyLevelName>
|
||||
<contact gco:nilReason="missing"/>
|
||||
<dateStamp gco:nilReason="missing"/>
|
||||
<metadataStandardName>
|
||||
<gco:CharacterString>ISO 19139 Geographic Information - Metadata - Implementation Specification</gco:CharacterString>
|
||||
</metadataStandardName>
|
||||
<metadataStandardVersion>
|
||||
<gco:CharacterString>2007</gco:CharacterString>
|
||||
</metadataStandardVersion>
|
||||
<identificationInfo>
|
||||
<MD_DataIdentification>
|
||||
<citation>
|
||||
<CI_Citation>
|
||||
<title>
|
||||
<gco:CharacterString>SarasotaCountyBoundary</gco:CharacterString>
|
||||
</title>
|
||||
<date gco:nilReason="missing"/>
|
||||
</CI_Citation>
|
||||
</citation>
|
||||
<abstract>
|
||||
<gco:CharacterString>The Sarasota County Boundary layer contains both Sarasota County and municipal boundary lines and areas.</gco:CharacterString>
|
||||
</abstract>
|
||||
<purpose>
|
||||
<gco:CharacterString>The Sarasota County Boundary layer contains both Sarasota County and municipal boundary lines and areas.</gco:CharacterString>
|
||||
</purpose>
|
||||
<descriptiveKeywords>
|
||||
<MD_Keywords>
|
||||
<keyword>
|
||||
<gco:CharacterString>Cadastral</gco:CharacterString>
|
||||
</keyword>
|
||||
<keyword>
|
||||
<gco:CharacterString>Planning</gco:CharacterString>
|
||||
</keyword>
|
||||
</MD_Keywords>
|
||||
</descriptiveKeywords>
|
||||
<language gco:nilReason="missing"/>
|
||||
<characterSet>
|
||||
<MD_CharacterSetCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_CharacterSetCode" codeListValue="utf8" codeSpace="ISOTC211/19115">utf8</MD_CharacterSetCode>
|
||||
</characterSet>
|
||||
<extent>
|
||||
<EX_Extent>
|
||||
<geographicElement>
|
||||
<EX_GeographicBoundingBox>
|
||||
<westBoundLongitude>
|
||||
<gco:Decimal>-82.6425729822934</gco:Decimal>
|
||||
</westBoundLongitude>
|
||||
<eastBoundLongitude>
|
||||
<gco:Decimal>-82.0565543313639</gco:Decimal>
|
||||
</eastBoundLongitude>
|
||||
<southBoundLatitude>
|
||||
<gco:Decimal>26.9440430628277</gco:Decimal>
|
||||
</southBoundLatitude>
|
||||
<northBoundLatitude>
|
||||
<gco:Decimal>27.391160931026</gco:Decimal>
|
||||
</northBoundLatitude>
|
||||
</EX_GeographicBoundingBox>
|
||||
</geographicElement>
|
||||
</EX_Extent>
|
||||
</extent>
|
||||
</MD_DataIdentification>
|
||||
</identificationInfo>
|
||||
</MD_Metadata>
|
||||
Reference in New Issue
Block a user