Austin Orr
Austin Orr
I disagree, I think most people want to export their geodataframe to geojson without having to know trivia like epsg:4326 is the only valid geojson projection. Users don’t get to...
If that pattern is still true (read geojson has no .crs) then I think we should choose one of the following options: either to respect the specification of geojson and...
@snowman2 and @sgillies, thanks for setting me straight with the CRS84 and epsg:4326. In looking into the standard I had wrongly concluded that they were equivalent and missed the coordinate...
in the docs [here](https://docs.modular.com/mojo/manual/basics/index.html#python-integration) it mentions some workarounds. I use an environment manager (conda) for my python installs and package/dependency mgmt and appended this to my .bashrc file: ```bash ......
@YuhanXu I'm glad the bash function helped you. Are you able to import other Python libraries like `pandas` and `matplotlib`? I’m still seeing errors on everything but `numpy`.
> There's no libpython.so file with .so extension on macOS, how to set MOJO_PYTHON_LIBRARY then? On Mac look for `.dylib` extension instead, no need to build it yourself. The mojo...