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

Fix: use original CRS from datasources (#2441) #2443

Merged
merged 3 commits into from
Jul 13, 2023

Conversation

lixun910
Copy link
Member

Below are the correct CRS for each of the data sets:

  • Chicago community areas: lat-lon - OK

  • Chicago Carjackings: is lat-lon, but should be
    +proj=tmerc +lat_0=36.6666666666667 +lon_0=-88.3333333333333 +k=0.999975 +x_0=300000 +y_0=0 +datum=NAD83 +units=us-ft +no_defs

  • Chicago SDOH: is lat-lon, but should be
    +proj=tmerc +lat_0=36.6666666666667 +lon_0=-88.3333333333333 +k=0.999975 +x_0=300000 +y_0=0 +datum=NAD83 +units=us-ft +no_defs

  • Ceara Zika: is lat-lon, but should be
    +proj=merc +lat_ts=-2 +lon_0=-43 +x_0=5000000 +y_0=10000000 +ellps=GRS80 +units=m +no_defs

  • Oaxaca Development: is lat-lon - OK

  • Italy Community Banks: is lat-lon, but should be
    +proj=utm +zone=32 +ellps=intl +units=m +no_defs

@lixun910 lixun910 requested a review from lanselin July 12, 2023 18:08
@lixun910 lixun910 self-assigned this Jul 12, 2023
@lixun910
Copy link
Member Author

lixun910 commented Jul 13, 2023

Here is a latest build with fix both #2443 and #2442 (metre->meter): https://github.com/lixun910/geoda/actions/runs/5537168580 @lanselin

@lixun910 lixun910 merged commit f8952d7 into GeoDaCenter:master Jul 13, 2023
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant