Skip to content

Commit

Permalink
Update tips.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
shuai-zhou committed Mar 20, 2022
1 parent 9702694 commit 1c50029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/tips.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"source": [
"- Make sure you treat latitude and longitude columns correctly when building spatial data from raw Lat/Long coordinate pairs\n",
"- Make sure to double-check your projection Coordinate Reference System (CRS) and make sure that that projection CRS is appropriate for your data\n",
"- Mose spatial operations require the spatial data are in the same CRS, make sure you double check the CRS before you conduct spatial operations such as overlay, spatial join, and distance query\n",
"- Most spatial operations require the spatial data are in the same CRS, make sure you double check the CRS before you conduct spatial operations such as overlay, spatial join, and distance query\n",
"- Make sure you know what is the unit measure of your projection. See [here](https://docs.qgis.org/3.10/en/docs/gentle_gis_introduction/coordinate_reference_systems.html#figure-robinson-projection) for more information about projection\n",
"- Think about what the results will look like beforehand. If the results are different from what you have expected, then you know there are something wrong either in you mind or in the program\n",
"- Most importantly, backup your scripts and data frequently or use version control"
Expand Down

0 comments on commit 1c50029

Please sign in to comment.