Open alexrichey opened 1 year ago
wondering if MyST markdown is a potential way to generate PDFs from markdown
shp
and gdb
data are contained within their own sub-archives. Leave these as-is until ready to process those files \raw_data
directly to \gdb
and rename using the following conventions
colp_YYYYMMDD.gdb
(e.g. colp_20230802.gdb
)colp_YYYYMMDD
(e.g. colp_20230802
)\raw_data
directly to \shp
and rename using the following conventions
colp_YYYYMMDD.shp
(ex. colp_20230802.shp
)\raw_data
directly to \csv
and rename using the following conventions
colp_YYYYMMDD.csv
(ex. colp_20230802.csv
)csv
to xlsx
gdb
and shp
metadatacsv
, xlsx
, gdb
, and shp
files individually with both readme and metadata pdfM:\GIS\BytesProduction\COLP\<YYYY>\< YYYYMMDD>\web
gdb
to SDE ProdBuild
-> QA
-> Publish
-> Package
-> Distribute
Build
so that the steps are automated and QAedQA
because consistent filenames help simplify Build
and QA
automation. these release-based filenames seem only valuable for users to download files after Distribute
Publish
and Package
?
Publish
seems to be copying a QAed draft, could be considered a "promotion" of dataPackage
seems to be transforming files after QA so that they can be easily distributedPublish
? Promote
may be a better way to describe what we're trying to do to a build that passes QA
Automate the transformations that GIS applies to COLP, as outlined here
Macro Steps:
Individual Transformations to call out:
(Item 4) "XLSX: Convert csv to xlsx. IMPORTANT:This must be done carefully to avoid corrupting data that must retain leading zeros" (AR note: I assume this will happen automatically when we automate this. But maybe not)(Item 8) Generate README pdf from sharepoint. Should this reside in (perhaps) markdown in our github repo?