Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What is the coordinate system for the Geopandas projection? #7

Open
kchare opened this issue Oct 1, 2021 · 1 comment
Open

What is the coordinate system for the Geopandas projection? #7

kchare opened this issue Oct 1, 2021 · 1 comment
Labels
question Further information is requested

Comments

@kchare
Copy link
Collaborator

kchare commented Oct 1, 2021

No description provided.

@kchare
Copy link
Collaborator Author

kchare commented Oct 1, 2021

This is in feet. Can be replicated by opening up the geopandas dataframe and executing the following commands:

df = gpd.read_file()
units = gpd.crs.axis_info[0].units
print(units)

The crs stands for "coordinate reference system". There are two axes (N-S; E-W, same results for each). axis_info returns some info about the direction, location, etc. Includes an attribute for the unit, which in this case is FEET.

@kchare kchare added the question Further information is requested label Oct 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant