mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-08-08 22:44:18 -07:00
Issue 105: Configure and run black
and other pre-commit hooks (clean branch) (#1962)
* Configure and run `black` and other pre-commit hooks Co-authored-by: matt bowen <matthew.r.bowen@omb.eop.gov>
This commit is contained in:
parent
baa34ec038
commit
6e6223cd5e
162 changed files with 716 additions and 602 deletions
|
@ -17,7 +17,7 @@ graph TD
|
|||
TS3("TIGER GeoJSON State Files(S3)")-->CombineCensus["Combine Census State Files with Geopandas"]
|
||||
CombineCensus-->NCS3("National Census GeoJSON (S3)")
|
||||
end
|
||||
|
||||
|
||||
CSV("Full CSV (S3)")-->CGJ
|
||||
NCS3-->CGJ
|
||||
CGJ["Combine with ogr2ogr + Create GeoJSON (score-geo)"]-->GeoJSON
|
||||
|
@ -31,6 +31,6 @@ graph TD
|
|||
Local("Locally stored tiles")--"Option 1"-->TS
|
||||
Compressed("Compressed high and low .mbtile files (S3)")--"Option 2"-->TS[/Tileserver-GL/]
|
||||
end
|
||||
|
||||
|
||||
TS--"XYZ URL"-->Client
|
||||
Uncompressed--"XYZ URL"-->Client["Gatsby+MapLibre"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue