ScienceCore / climaterisk

Determining Climate Risks with NASA Earthdata Cloud
https://sciencecore.github.io/climaterisk/
Creative Commons Attribution Share Alike 4.0 International
2 stars 6 forks source link

Create content on Geospatial fundamentals #64

Closed dhavide closed 4 months ago

dhavide commented 5 months ago

Assume, after closing #59 , that the following directories exist within the book directory:

02_Geospatial_fundamentals
├── 01_Coordinate_systems.md
└── 02_Geospatial_data.md
03_Geospatial_data_files/
└── 01_Geospatial_data_formats.md

(To be clear, the files would likely not exist yet; this specific issue is about creating the content for the three MarkDown files listed above).

Use as many images as possible (because they can be adapted into slides easily), bearing in mind to keep track of provenance for copyright issues.

dhavide commented 5 months ago

@marielaraj, please note that I've updated the default format to be .py rather than .md. It doesn't matter which we use as the default format internally (because jupytext can convert .ipynb to & from both formats).

dhavide commented 5 months ago

marielaraj, please disregard the above, i.e., work in Markdown (md) files rather than Python (py) files. Sigh.

On reflection, given that most of the work we're doing is about producing formatted text narrative rather than code, it makes more sense to stick to Markdown as the canonical format for work in the repository. So, let's stick with that.