Skip to content

Commit

Permalink
Merge pull request #121 from mnfienen/main
Browse files Browse the repository at this point in the history
added information on infinity CRS transforms to geopandas notebook
  • Loading branch information
mnfienen authored Feb 8, 2024
2 parents 93aa31e + ddb51cc commit ea0c5ec
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion notebooks/part0_python_intro/09_Geopandas.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,14 @@
"### there are loads of useful methods for `shapely` objects for relationships between geometries (intersection, distance, etc.) but we will skip these for now because GeoPandas facilitates these things for entire geodataframes! #sick"
]
},
{
"cell_type": "markdown",
"id": "38f6310a-dc5c-41fc-b974-ef7fc63ae3da",
"metadata": {},
"source": [
"> ### Pro Tip: There are occassions when, while connected to VPN, the first geometry in a GeoGataDrame has its CRS set to infinity rather than a target CRS. There are a couple potential fixes for that [here](https://gist.github.com/kallejahn/186496059f0d4bb0e9d6e6460c32055e)"
]
},
{
"cell_type": "markdown",
"id": "cd3b6bde",
Expand Down Expand Up @@ -1118,8 +1126,22 @@
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
"language_info": {
"name": "python"
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.7"
}
},
"nbformat": 4,
Expand Down

0 comments on commit ea0c5ec

Please sign in to comment.